/admin/manage_users.php not found - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Migration (/forum-35.html) +--- Thread: /admin/manage_users.php not found (/thread-8605.html) |
RE: /admin/manage_users.php not found - 4tux - 11-30-2009 04:27 PM Ok, but what do i need to do? RE: /admin/manage_users.php not found - joximu - 11-30-2009 04:39 PM is php5-mysql installed? reset the changed settings in the php.ini (about mysql extension) try a small php programm to connect to the db /J RE: /admin/manage_users.php not found - 4tux - 11-30-2009 06:26 PM php5-mysql is installed. with php -m is mysql in the list of php-Modules. But i can not connect with a small php-script... I have this error with that script: Quote:Fatal error: Call to undefined function mysql_connect() in /var/www/ispcp/gui/index2.php on line 6 RE: /admin/manage_users.php not found - joximu - 11-30-2009 06:43 PM hm. maybe the output of phpinfo has more infos (you may to enable this command in the correct php.ini). how does the /var/www/fcgi/master/php5/php.ini look like? or try to reinstall all php-things - including overwriting the config... /J RE: /admin/manage_users.php not found - 4tux - 11-30-2009 06:54 PM ok, my php.ini is here: Quote:deleted and the phpinfo is here: Quote:deleted Can you give me a hint how i can reinstall the php-things with new config files? I little bit confusing for me is, that it is only the admin-page, all other sites are working well... The connection to the database is working for every site except the admin-panel... Ok, when i Type php -i i will get the following output: Quote:mysql I have checked the Include Dir and in /usr/include/ is no Mysql Dir of file. The same with the Libs-Dir. Should i change that or what can i do? RE: /admin/manage_users.php not found - 4tux - 11-30-2009 08:44 PM Ok, i have it... It was the extension_dir in the Config File. But now, i have the next problem. A white Site on the Admin-Panel. The Debug-Output says: Quote:DEBUG: push_el() sub_name: check_master(), msg: ERROR: Master manager process is not running ! RE: /admin/manage_users.php not found - joximu - 11-30-2009 11:43 PM /etc/init.d/ispcp_daemon start RE: /admin/manage_users.php not found - 4tux - 12-01-2009 12:06 AM That doesn`t work. Its started (2h ago) but the white site doesn`t change... I have no Error in the Debug-Message any longer and i tryed an update, but nothing changed... RE: /admin/manage_users.php not found - joximu - 12-01-2009 07:55 AM Could you summarize whats not working? exactly... /J RE: /admin/manage_users.php not found - 4tux - 12-01-2009 07:58 AM ok, The only thing that is not working: The Admin-Panel shows only a white site. I have found this posting:http://www.isp-control.net/forum/thread-8382-post-67748.html and i posted there this last problem. But all tips in there doesn`t help me. I Solved every other Problem. |