Page 1 of 1

Installation on LAMPP

Posted: Tue Nov 24, 2009 7:42 pm
by M0E-lnx
Hello guys.
I'm new to CMS and one of your members suggested I try this.
Not really doing anything serious with it yet, but I do have plans to do something with it soon.

I've beenn following the install guide. But when I access it via the web browser, it gives me a bunch of lines like this

Code: Select all

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/index.php on line 86

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/index.php on line 120

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 186

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 201

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 307

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 348

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 412

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 467

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 506

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 557

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 616

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 703

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 898

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 951

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 1026

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 1088

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 1323

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 1457

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/lib/test.functions.php on line 1519

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/lib/functions.php on line 42

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/lib/functions.php on line 88

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/lib/functions.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/lib/functions.php on line 145

Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/easycms/install/lib/functions.php on line 173
Suggestions?

Re: Installation on LAMPP

Posted: Tue Nov 24, 2009 8:21 pm
by Jeff
Search for answer before you post and read posting guidelines.

Re: Installation on LAMPP

Posted: Tue Nov 24, 2009 9:52 pm
by replytomk3
php version

Re: Installation on LAMPP

Posted: Tue Nov 24, 2009 10:00 pm
by M0E-lnx
Started with 5.2.9 and went all the way back to 5.2.5 and still get the same problem.

Re: Installation on LAMPP

Posted: Tue Nov 24, 2009 10:42 pm
by replytomk3
Search the forum for "deprecated". You are not the first. Follow up on other threads. I cannot claim whether this is because of 5.3 or not (that is what other posts say).

Re: Installation on LAMPP

Posted: Wed Nov 25, 2009 2:22 pm
by M0E-lnx
replytomk3 wrote: Search the forum for "deprecated". You are not the first. Follow up on other threads. I cannot claim whether this is because of 5.3 or not (that is what other posts say).
Ok.. So aparently, the problem is that the LAMPP package includes a php distribution also which is @ version 5.3 indeed.
So the real question turns into... How do i make it use the system's php rather than LAMPP's php?

Re: Installation on LAMPP

Posted: Wed Nov 25, 2009 3:43 pm
by replytomk3
Another post said something about two php config files (to control the php version).

php.ini

http://forum.cmsmadesimple.org/index.ph ... 361.0.html

http://forum.cmsmadesimple.org/index.ph ... #msg169215