kez Posted April 24, 2005 Share Posted April 24, 2005 Hi, Installed a wamp package on w2k for test purpose. Two problems: 1) When I go to http://localhost/admin/ I get the message: "Fatal error: Cannot re-assign $this in c:\wamp\www\admin\includes\classes\upload.php on line 31" Where is the admin tool ( config backend ) and how do I access it ? 2) When I register a new account ( username and email ) on the front end i get the error message: "Warning: mail() [function.mail]: SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html in c:\wamp\www\includes\classes\email.php on line 502 Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\includes\classes\email.php:502) in c:\wamp\www\includes\functions\general.php on line 29" I guess this is something to do with configuring mail on w2k. Anyone know if there is a sutiable win gpl package out there ? Regards kez Link to comment Share on other sites More sharing options...
kez Posted April 24, 2005 Author Share Posted April 24, 2005 When I go to http://localhost/admin/index.php I get the error "Fatal error: Cannot re-assign $this in ...\amin\includes\classes\upload.php on line 31". I've had a look and do not see any necessary obvious changes there. I have modified file ...\apache\conf\httpd.conf" so that "AllowOverride" is set to "All". Kez Link to comment Share on other sites More sharing options...
♥Vger Posted April 24, 2005 Share Posted April 24, 2005 php5 compatibility problem. In admin/includes/classes/upload.php on line 31 change $this to unset ($this); Vger Link to comment Share on other sites More sharing options...
kez Posted April 27, 2005 Author Share Posted April 27, 2005 Thanks Vger :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.