I installed xampp in my computer and I use Google Chrome to open locally my websites without any problem, but when I use Firefox to open phpMyadmin the URL is changed in "/phpmyadmin/index.php#PMAURL:server=1&target=main.php&token=b92fecc65da8847f71a421e37bf5151f" and I get only the list of databases, that is only the left column of the phpMyadmin page.
I "googled" a lot but I did get any answer to that problem.
Can someone help me?
Thanks a lot,
Nino V
You need to be using
http://127.0.0.1/phpmyadmin/
or
localhost/phpmyadmin/
Related
I have just installed aaPanel. When I try to use postgresSql, I cannot open it. Where and how can I use is as a pgAdmin? In sidebar there is panel called Database. In there only phpmyadmin exits. Please help
For my django projects in aaPanel there is support for mysql as database and phpmyadmin as administration tool.
It seems that you have to install the pgAdmin tool at the section of App Store in the left sidebar of aaPanel. You can search for it by typing "pg" in the search field. After the installation i think you will be able by clicking on Manager link at the section of databases to open the pgAdmin and handle your database.
If you still have a problem you can ask for support here : aaPanel forum
I am using this url to download the magento. I registered and login but nothing happening. Every time on download it shows me login popup.
http://www.magentocommerce.com/download
Please help to let me know if i am doing something wrong.
The problem is apparently a local browser issue as I was able to log in, go to the downloads page, choose and be presented with the download popup.
If the downloads page is not working for you, you can always try the direct assets link with either a web browser or wget. For example, to get Magento 1.9.0.1:
http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.tar.gz
And if you know the version and file name, you should be able to work out the file URL for other versions.
Best way to download Magento (at least v2+) without going via gated email signup is:
https://github.com/magento/magento2/releases
I have tried and able to download by using following URL :-
http://www.magentocommerce.com/download/
I am using Firefox & Chrome.
I have created the auto download script of images(JPG,PNG etc) and it is working fine in all browser except the firefox(latest version).
In firefox, before download start the browser is opening the popup asking open with or save file.
Kindly give me direction to save the file automatically using PHP or JS or htaccess etc in firefox.
See the URL as below
http://maples-web-services.com/autodownload/index.php
Many Thanks!!
I am sorry to tell you this. I googled and got the possibility for your problem.
In chrome we don't have 'open with' feature. But in Firefox we have such. So this link Firefox issue will gives you some information..
It is the addons which are causing problem. Try using Safe mode in FF:
Go to Help -> Restart with Addons disabled
and then try it. If the problem is not persisting then it the addon which is causing problem. To identify the 'con' addon, check them by turning them on one by one.
I have wamp server installed on a windows amazon ec2 instance.
Phpmyadmin opens up fine, displaying the home page. But when i click on anything, e.g. databases, import, export etc. it just displays the list of databases on the left side and a blank white page in the middle. Heres a screenshot
http://tinypic.com/r/2yv7z3o/6
I have error logging turned on but no errors appear in the error log.
I can't find a solution to this problem so any help greatly appreciated!
I had the same problem, try completely uninstalling the program you're using, then redownload XAMPP for windows. I downloaded from here: http://www.apachefriends.org/en/xampp-windows.html#641. Here is a tutorial for Windows 8: http://myownhomeserver.com/2012/12/how-to-install-xampp-1-8-on-windows-8/. You should be good after that.
I am facing this problem while installing extensions, themes basically anything from magento connect.
When I enter the extension key and click install It just gets stuck and even when it says done and I try and go back on admin page it says "There are PEAR processes running.
If you will close the window or navigate away from the page, installation will be interrupted.
"
Has anyone faced this problem. I am working on ubuntu 9.1 and having magento 1.4. Any help would be highly appreciated.
Cheers
If you are working on the same computer and access your instalation via localhost (or 127.0.0.1) it can lead to problems. You should edit your hosts file and add same fake address such as
www.localhost.com 127.0.0.1
I believe this is because most browsers don't store cookies for localhost and I have had problems with magento because of this in the past.