PDA

View Full Version : System is down and Admin panel not reachable


elkriefy
12-25-2007, 12:10 PM
Hi,
I have installed the system perfectly and it worked flawless up until now when i transfered to a new host.

now after installing the system here i get this error when trying to reach the Admin Panel -

Fatal error: Cannot redeclare class POP3 in
D:\Domains\pcmatrix.co.il\wwwroot\Sup\include\clas s.pop3.php on line 25

what can i do?
thanks for your help.

dot45
12-25-2007, 06:22 PM
I am not sure of the remedy, but it looks like your new host has php configured differently than your old one did.

elkriefy
12-27-2007, 08:52 AM
ok.
i got pm from someone here.
got it to work by changing the email addresses on my setup.

Noodles156
12-09-2008, 07:19 PM
Please if someone could elaborate on this solution.

This is my solution right now but I'd imagine this will cause some other issues.

Currently I have the following commented out in scp/admin.php

require_once(INCLUDE_DIR.'class.pop3.php');
is now
//require_once(INCLUDE_DIR.'class.pop3.php');

This is working as I don't get a blank page now but I would prefer to fix this properly

I don't quite see how changing an email address in the setup would fix this.

I am quite confused any help or further explaination would be wonderful.