PHPMyAdmin error after updating EasyPHP - php

I recently updated a version of my windows based Apache server (I'm using EasyPHP) and I'm having issues with PHP MyAdmin. With the old version(13.1 VC9), I'm able to connect to the MyAdmin page, no problem. However, I am not able to connect using the new version(14.1 VC9). The error I get with the new version is:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
127.0.0.1
Apache/2.4.7 (Win32) PHP/5.4.24
What do I need to do to be able to re-access PHPMyAdmin.

You should simple open http://127.0.0.1/home/
And here you have sections modules. You should have here at least one phpmyadmin and when you click it, it will open phpMyAdmin.
If you want to use alias - for example you want to load phpmyadmin using http://phpmyadmin you will have to create it.
So go again to http://127.0.0.1/home/ and check if below phpmyadmin modules you have Virtual Hosts Manager 1.4 . If not, close easyphp , go to http://www.easyphp.org/modules.php, download and install Virtual Hosts Manager (choose the one for 14.1 VC9).
After you start again easyphp you should have at http://127.0.0.1/home/ your Virtual Hosts Manager 1.4 . Now simple click on "Add virtual host", as a name you can for example insert phpmyadmin and in path directory you should insert the whole system path to directory where you have phpmyadmin. For example mine is **D:\DaneAplikacji\easyphp\modules\phpmyadmin420x140509165737**. Save it and now you will be able to open phpmyadmin using your alias as for example http://phpmyadmin

Related

localhost/phpmyadmin is not working when i am trying to open using admin button in xampp dashboard but working in some other way

When I clicked on admin button in xampp dashboard I am not able to open phpmyadmin console.
After installing xampp, I have changed port of apache server and mysql as well.
but when i am trying to open phpmyadmin console using this link http://localhost:8085/phpmyadmin/ it is allowing me to open that I don't know why it is happening
As you can see here it is working
This is happening to you because you are not specifying the port in the first image.
In the second image it lets you access because you specify the port.
You have to specify the port always with XAMPP.
Try going to the xamp folder> phpmyadmin and edit the file config.inc.php as follows :
Find this : and change the main port to yours. Reload the service and try to connect.

Xampp Settings for localhost

I cant see my xampp settings: using this URL http://localhost/xampp/
This is the result im looking for:
I dont know why but if i look at examples, everyone's URL looks like http://localhost/xampp/ if i use this Url i get a page saying:
Object not found! The requested URL was not found on this server.
The directory is located in C:\xampp, and if i just add http://localhost/ as domain i get the tree structure of everything within C:\xampp\htdocs.
Also using Xampp v3.2.2 , if im in control panel and click on the Apache Config tab it open my file structure as mentioned above everything within C:\xampp\htdocs.
I just want to mention im using Windows, not Mac, but i meen both windows and mac has these Apache settings afcourse, i just dont get it how i cant find it using http://localhost/xampp/.
Apache & MySQL is switched on.
What i think could be the problem:
Could it be that im missing the /xampp directory within the /htdocs directory ?
Im not sure if there should be a xampp directory in htdocs but its the
only thing that makes sense?
Possible reason: Something is running with port 80
when you run Xampp, check the apache port no. ex: if it is displaying port 8012
then your url is http://localhost:8012/dashboard/
Check Directories for Xampp
Xampp directories.
more about this topic
For check all dependencies in the : httpd-xampp
The only reason i see is the xampp file should be located in the htdocs folder at least that is how i have it.
However i do not think that this will cause a problem for you in developing anything.
Hope this was helpful :)

Error establishing a database connection on localhost xampp os x

i am very beginner in wordpress and want to learn it and the first step was fail :(
i tried to install it on localhost (xampp) and this error "Error establishing a database connection" kept shows
i did every step in this video https://www.youtube.com/watch?v=A3fXcvnzlkw
install xampp-osx-5.6.30.
turn on mysql database and apache server.
go to phpmyadmin and add new database name it "wp".
download wordpress 4.7.2
copy the wordpress folder to htdocs then rename it to wp.
go to wp-sample-config rename it to wp-config change the database name to wp, database username to root and database password empty ''.
in the browser localhost/wp/wp-admin/install.php
then the error shows
i tried to add new user in the phpmyadmin and change the wp-config
i tried to change the database host from localhost to 127.0.0.1 in wp-config
i tried to unistall xampp twice
i tried different program mamp
nothing helped
my os x version is os x yosemite 10.10.5
should i change any sittings in my computer?
is there any programs that i may install it causes the problem?
what can i do?
here some photo
wp-config /
Steps 6 and 7 aren't needed. WordPress creates the wp-config.php file when it discovers that there isn't one there. It prompts you for the database username, password, server (default localhost) and table prefix that you want.
Then it will ask you for some information about the site. Normally that's all you need to do, it will set up wordpress for you from this information. It might not like an empty password for the database user though. If you haven't changed the password you could try root as I think that is the default - root/root
You need to check first that xampp is working correctly though e.g. by outputting a simple html file.

How to Set up PHP Test Server in Dreamweaver?

I am trying to setup a PHP server so that I could use the "Live" feature in Dreamweaver, in addition to being able to preview in my browser without having to upload the .php file via an FTP application every time, which is not efficient when I want to do quick small previews.
I have setup a new website and selected a folder for the site on my local drive.
For the server, I have the following information (I don't know how much of it is relevant):
Remote: Yes
Test: Yes
Server Name: Server
Connect using: FTP
FTP Address: my domain name
Username: my username
Password: my password
Port: 21
Root directory: blank
Use passive FTP: Yes
Use IPV6 Transfer Mode: No
Use proxy: No
Use FTP performance optimization: Yes
Maintain Synchronization Information: Yes
Automatically upload files to server on save: Yes
Enable file checkout: No
Server model: PHP MySQL
When I test the server, it is successful and I am able to get the site/server to show up in "Manage Sites". However, when I want to test my .php file on the "Live" preview panel or as a preview in Chrome, I get the error message: "Dynamically-related files could not be resolved because the site definition is not correct for this server." When I upload the .php file to my FTP manually, the page displays properly but when I try doing this it either does not work or the Chrome preview mode just spits out the entire raw code.
I tried and Googled, but I could not find a solution to this problem. Any help would be greatly appreciated.
Side note: I have my hosting from GoDaddy and the server from there is based on MySQL.
Thank you.
To set up PHP server with dreamweaver follow the following steps
Step 1.
Make Sure you have MAMA(For MAC OX) or WAMP (Window OS) install. If you dont know where to get then click this link
http://www.mamp.info/en/downloads/ and install in you system. (make sure if you are using skype close it because skype and mamp use same port. Later you can chage the port for Skype)
Step 2:
Open Dreamweaver and choose
Site > New Site
Step 3:
Type your site name and click on browse button to locate you htdocs folder (which is normally inside you mamp/wamp folder on you root directory).
Step 4:
Select Server from left hand side and click on add (+) sign.
Follow the following:
Server Name: localhost
Connect Using: Local/Network
Server Folder: (this is wehre your site located (i.e. inside htdocs folder)
Web URL: http://localhost/yourSiteName (yourSiteName is name of your folder)
Click Save.
Step 5:
Check Testing and click SAVE
Step 6:
Last but not least Open File Panel
Window > Files
Now create a new file and Save it inside you folder.
Thats it you are set mate.
hope thats helps
Cheers!
The problem is when you try and run your PHP file from your local machine, there's no web server running - nothing on your machine knows what to do with that file.
The solution is to run a local version of Apache, PHP, MySQL on your local machine - the easiest way to do is to download xaamp - http://www.apachefriends.org/en/xampp.html. Put your website files in the htdocs directory once it's installed, and you can view them by going to http://localhost/websitefoldername

Magento 1.7.0.2 Too Many Redirects when installing magento with sample data

I m getting this error "Too Many Redirects in the page"
during magento setup, between Configuration and Create Admin Account
I have already installed sample data in a db called "magentodata"
My php version is 5.3.8
MYSQL VERSION 5.5.16 (I am using phpmyadmin to install sample data)
Apache is 2.2.21
mod rewrite is on
The error is hapenning only if SAMPLE DATA are installed in the db
Anyone has a solution to this trouble?
instead of http:// localhost/magento1702 try to use http://magento.local/magento1702
it seems like magento doesn't like base domains without dots
to have magento.local pointing to local server add the line
127.0.0.1 magento.local
to your hosts file
[windows]
c:\Windows\System32\drivers\etc\hosts
(open it as administrator)
[linux]
(not sure but seems to be)
/etc/hosts
Please check your local.xml in app/etc/local.xml. When I tried to reinstall magento after loading the sample data I used another database. Magento tried to load the no longer existing database. Maybe you used wrong database credentials, too. Make sure you cleared /var/cache.

Categories