Search found 10 matches
- Thu Mar 02, 2017 1:37 am
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
- Tue Feb 28, 2017 3:16 pm
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
- Wed Feb 22, 2017 10:16 am
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
Re: phpmyadmin not found after php upgrade
the first thing you should be looking at is Apache logs (if running default rev. proxy) or Ngnix (if running lemp) clear your domains logs first > /var/log/apache2/domains/ <domain.xyz> .log then tail -f /var/log/apache2/domains/ <domain.xyz> .log Now try to access in your browser <domain.xyz> /php...
- Wed Feb 22, 2017 10:08 am
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
Re: phpmyadmin not found after php upgrade
More details? 1) Still get 404? 2) Do you have files under? ls -la /var/lib/roundcube/ 3) What about /usr/share/phpmyadmin? 4) Is php-fpm running? admin@hostingcorp-vestacp-1:~$ ps -ax | grep php-fpm 467 ? Ss 0:04 php-fpm: master process (/usr/local/vesta/php/etc/php-fpm.conf) 468 ? S 0:00 php-fpm:...
- Mon Feb 13, 2017 10:36 am
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
- Wed Feb 08, 2017 8:57 pm
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
Re: phpmyadmin not found after php upgrade
recreate the webserver files (I'm using LEMP myself, thus they are in /etc/nginx/conf.d/) Filename: phpmyadmin.inc location /phpmyadmin { alias /usr/share/phpmyadmin/; location ~ /(libraries|setup) { return 404; } location ~ ^/phpmyadmin/(.*\.php)$ { alias /usr/share/phpmyadmin/$1; fastcgi_pass 127...
- Sat Feb 04, 2017 1:54 pm
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
Re: phpmyadmin not found after php upgrade
this is not the same issue , I can't even go to [my server ip]/phpmyadmin/ because the directory phpmyadmin is not found after upgrading my php versionrhyker2u wrote:nice read with similar issue: viewtopic.php?t=5147 ... might provide some insight?
- Thu Feb 02, 2017 2:14 pm
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
- Wed Feb 01, 2017 1:01 am
- Forum: Web Server
- Topic: phpmyadmin not found after php upgrade
- Replies: 15
- Views: 28937
phpmyadmin not found after php upgrade
Hello everyone, I've upgraded my PHP from php 5.4 to php 5.6 using this tuto http://www.techoism.com/how-to-upgrade-php-version-5-4-to-5-6-on-centosrhel/ Now I can't find the phpmyadmin nor roundcube on VestaCP When I go to the Database tab and click he phpmyadmin button , I got page not found :( ht...
- Sat Apr 11, 2015 1:23 pm
- Forum: Database Server
- Topic: can't open phpmyadmin (blank page or page with issue)
- Replies: 7
- Views: 27578
can't open phpmyadmin (blank page or page with issue)
hey support, I'm having an issue login to phpmyadmin , I've bought a VPS yesterday (CentOS 6 1GB RAM) with pre-installed VestaCP , when I tried to import my database by going to http://IP/phpmyadmin/ , it give blank page on firefox and when trying with chrome and refreshing again & again I got the l...