Not a question. Just sharing my experience here in case it can help others...
Today I used the Update Manager to update phpMyAdmin to the latest 2.11.1.2 version that's available on the
ISPConfig Downloads page (thanks
Hans!). Here's what I did:
1) Remove the old phpMyAdmin:
Code:
rm -rf /home/admispconfig/ispconfig/web/phpmyadmin
rm /home/admispconfig/ispconfig/web/phpmyadmin.tar.gz
rm -rf /home/admispconfig/ispconfig/web/tools/tools/phpmyadmin
2) Upload & install the new phpMyAdmin directly from the ISPConfig website using Update Manager.
Select "URL" in update manager and paste the url for phpMyAdmin into the URL field:
Code:
http://www.ispconfig.org/downloads/phpmyadmin-2.11.1.2.pkg
Click Install
What could be easier right?
Well, everything installed but phpMyAdmin would not run.
My browser would just hang and not connect. So I thought, simple, I just need to restart Apache. I restarted Apache in ISPConfig under Management > Server > Services. Still, phpMyAdmin refused to work.
Then I remembered that ISPConfig uses its own Apache and maybe phpMyAdmin is running on that Apache. Sure enough, that's the case.
3) I restarted the ISPConfig service (which includes Apache) and all was well.
Here's how:
Code:
/etc/init.d/ispconfig_server restart
or
service ispconfig_server restart
Recent comments
11 hours 8 min ago
11 hours 14 min ago
16 hours 12 min ago
22 hours 53 min ago
23 hours 42 min ago
1 day 56 min ago
1 day 5 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 17 hours ago