Page 1 of 1

Installation Issue with Latest Version on Localhost - WAMP

Posted: Fri Sep 18, 2009 9:30 pm
by shotdsherrif
I just started the second Joomla website I've done in the last 2 weeks. I developed the first one in WAMP then was able (with some troubleshooting) to upload to a remote host without too many problems.

I've just done a new install for a much larger more ambitious project and now I'm having a problem.

The default site that loaded has a bunch of errors. The 3 main menu modules (Main Menu, Resources & Key Concepts) on the left all have the following error:

Code: Select all

Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in C:\wamp\www\MuseDatesDev\libraries\joomla\cache\handler\callback.php on line 99
... instead of displaying the module contents.

***** Manual signatures are NOT allowed ********** Manual signatures are NOT allowed *****_____

I also got this error right above the footer on the front page:

Code: Select all

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\MuseDatesDev\modules\mod_footer\mod_footer.php on line 24

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\MuseDatesDev\modules\mod_footer\mod_footer.php on line 30
***** Manual signatures are NOT allowed ********** Manual signatures are NOT allowed *****______

and in the Admin Section I'm getting a bunch of these errors displaying above the Module Icons:

Code: Select all

Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in C:\wamp\www\MuseDatesDev\libraries\joomla\html\html.php on line 87

Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in C:\wamp\www\MuseDatesDev\libraries\joomla\html\html.php on line 87

I've already tried a fresh reinstall and I'm a little lost since I'm somewhat new to the platform. I have a feeling this is not a serious issue. Does anyone have any suggestions before I begin developing ... I've got a 3rd party Extension waiting to be installed ... :-\

Thanks in advance :)

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Fri Sep 18, 2009 9:57 pm
by shotdsherrif
So reading around ... I'm seeing that this is a likely PHP version issue as this current version of Joomla is not up and running with PHP 5.3 ...

So ... I'm guessing ... find and install an earlier version of PHP into my WAMP Setup???????

Am I correct? I'm heading over to the Wampserver Forum to see about doing that ...

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Fri Sep 18, 2009 11:31 pm
by dhuelsmann
Currently Joomla is not compatible with PHP 5.3.0 so I suggest you downgrade your PHP version to 5.2.x http://forum.joomla.org/viewtopic.php?f=428&t=426456

You could also try to test the patch to use Joomla with PHP 5.3:
http://community.joomla.org/blogs/commu ... p-530.html

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Fri Sep 18, 2009 11:50 pm
by shotdsherrif
Answered my own question ... I was able to download a different version of WAMP with PHP 5.2.9.2 and switch between them in the little menu in the system tray. Soon as I did, the pages refreshed and all the errors disappeared.

Problem resolved!

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Fri Sep 18, 2009 11:53 pm
by shotdsherrif
Thanks dhuelsmann ... I discovered the same thing. I'll take a look at that patch though ... ;)
dhuelsmann wrote:Currently Joomla is not compatible with PHP 5.3.0 so I suggest you downgrade your PHP version to 5.2.x http://forum.joomla.org/viewtopic.php?f=428&t=426456

You could also try to test the patch to use Joomla with PHP 5.3:
http://community.joomla.org/blogs/commu ... p-530.html

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Sat Sep 19, 2009 2:07 am
by HH
WAMP is excellent in switching the running environment, isn't it? :)

Glad that you figured out the problem and hopefully this will be fixed in the next 'stable' release of J!

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Sat Sep 19, 2009 2:55 am
by shotdsherrif
Ya, I was blown away by how easy it was. I've just started a project and spent the last 3 days convincing the client that Joomla was the way to. It is a pretty robust paid membership/personal profile/dating site.

I'm going to be living and breathing Joomla for the next couple of months. and off to a good start! : )

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Sat Sep 19, 2009 3:31 am
by HH
So another client has been rescued to Joomla! :)
Good job and best of luck to move the pop the final version online away from the localhost!

Re: Installation Issue with Latest Version on Localhost - WAMP

Posted: Sat Sep 19, 2009 5:56 am
by shotdsherrif
I just completed my first upload to the server on a much smaller - brochureware type - Joomla site earlier this week. It was fairly painless, but then again there were no additional database involved. As a matter of fact, that is my next thread - MySQL integration ...

If you could point me in the direction of the best Joomla/MySQL docs out there ... I'm pretty good with PHP and databases ... but I'm going to have to become intimately familiar with the Core Joomla 72 table database and then see how to import or integrate from there. I love it that its in MySQL.

I cut my teeth in web development at a medium sized "luxury" travel website - they were on MSSQL for the longest time and recently redesigned their entire database from the ground up - and migrated to MySQL in the process. This is a $20M company were talking about. So enterprise level solutions rooted in open source are definitely beginning to happen. That's a good tiding!!