Can't run Joomla 2.5 site on WAMP
Posted by: erichf (---.cpe.net.cable.rogers.com)
Date: April 18, 2012 09:21PM

I've been running lamp for the last 5 years and just trying to switch to wamp but I'm not having much success.

I've copied all of the Joomla files from the Linux box to Windows c:/wamp/www/site.com.
WAMP is installed.
Apache is up and I can see the default index page.
phpmyadin works and I've created a database there and imported data.
When I run testmysql.php, it returns "connection OK" using localhost, root and no password.
I've tried switching Apache to port 8080.

When I attempt to point my browser to localhost/site.com where the joomla files are, I get the following error:

Notice: Trying to get property of non-object in C:\wamp\www\site.com\libraries\joomla\plugin\helper.php on line 123

And then there are a series of similar warnings.

Any idea what I'm doing wrong?

Thanks

Options: ReplyQuote
Re: Can't run Joomla 2.5 site on WAMP
Posted by: stevenmartin99 (Moderator)
Date: April 18, 2012 09:39PM

Joomla is badly made so u will have to turn off notice
Errors

Left click wamp- php- php.ini

Find the error reporting section and add

& ~E_NOTICE

Save and restart

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't run Joomla 2.5 site on WAMP
Posted by: erichf (---.cpe.net.cable.rogers.com)
Date: April 20, 2012 04:10PM

Thanks Steven

Ended up using
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
to get rid of all the errors for a joomla 1.5 site. Still trying to figure out the issues with the Joomla 2.5 site.

Options: ReplyQuote


Sorry, only registered users may post in this forum.