/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 - Jillian - 12-02-2009 05:08 PM I had few problems with ispCP after migrating to another server. When I reinstalled everything again, problems was solved. RE: /admin/manage_users.php not found - 4tux - 12-02-2009 06:19 PM great... How did you made that? Just execute the setup or did you remove the old files before you start? Can i made the setup and the "old" files, mails and sites still exsist? RE: /admin/manage_users.php not found - 4tux - 12-02-2009 07:23 PM that didn`t work... After the Setup and "reinstall" of all Pages i get white Sites on every page... But i think that is something like a misstake from me. what do i have to do: Backup all files Remove the ISPCP directory (remove ispcp files in etc?) reload the old ispcp database reload the configuration right? or did i forget something? Than i will try it again... But now i have no access from the rqst-mrg to the database... (i have the debug-mode on) RE: /admin/manage_users.php not found - joximu - 12-02-2009 09:06 PM there are only some important points if you transfer an ispcp config: - keep the same version (just to make sure it's not a version thing) so you should be able to copy everything. /etc/ispcp the config fles of the services controlled by ispcp, /var/www and /var/mail, dump the databases. If you have different versions you should keep at least the 3 db-key files. if only admin page is white: check the php.ini of the master process. Maybe compare to the template (/etc/ispcp/fcgi/master/php5/php.ini or similar)... /J RE: /admin/manage_users.php not found - 4tux - 12-02-2009 09:39 PM i made the transfer like it is in the howto. I have excact the same version (i had the tar-file as a backup since the installation on my server.) I transfered all files like they are in the howto. There was no error. When i make an update now, nothing change... I have all the 3 db-key files. There is no difference between the old ones. I checked the php.ini. On the old and on the new server. No change... They are excactly the same. RE: /admin/manage_users.php not found - 4tux - 12-02-2009 10:52 PM ok, from now on, i get an error500 on the adminpanel... but now i get some errors in the default-error.log Quote:suexec policy violation: see suexec log for more details It seems to be a Problem with mod_fcgid. But i don`t know how to fix it... RE: /admin/manage_users.php not found - gOOvER - 12-02-2009 11:23 PM There are now a permission Problem. Check the suexec.log RE: /admin/manage_users.php not found - 4tux - 12-02-2009 11:26 PM Ok, i see.. i am looking after this error bevor and have the part in the suexec.log: Quote:[2009-12-02 14:19:56]: uid: (2000/vu2000) gid: (33/www-data) cmd: php5-fcgi-starter RE: /admin/manage_users.php not found - motokochan - 12-03-2009 01:55 AM user and group vu2000 should have the user and group id 2000. It looks from that like the account ids didn't carry over. RE: /admin/manage_users.php not found - 4tux - 12-03-2009 02:01 AM ok, and there is my aktual problem. This ist a part from my group file Quote:www-data:x:33: And here i have the ls -al output from the fcgi-starter script Quote:-rwxr-xr-x 1 vu2000 vu2000 195 2. Dez 11:42 php5-fcgi-starter What can i do for the AccountIDs? ok, i see... the gid of www-data is too low... when i type in /usr/lib/apache2/suexec -V i get Quote: -D AP_DOC_ROOT="/var/www" so i think the user-ID of www-data need to be higher than 100 or i need to lower the value |