Page 1 of 1

Error Intalling - Deprecated

Posted: Tue Jan 12, 2010 10:30 am
by Gbuss
Hi,

I have just started with CMS and I am having trouble instaling the CMS.

My Errors are as follows.

----------------------------------------
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cmsmadesimple\install\index.php on line 86

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cmsmadesimple\install\index.php on line 120

Warning: require_once(C:\wamp\www\cmsmadesimple\lib\misc.functions.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\cmsmadesimple\install\index.php on line 34

Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\cmsmadesimple\lib\misc.functions.php' (include_path='.;C:\php5\pear') in C:\wamp\www\cmsmadesimple\install\index.php on line 34

---------------------------------------------------
Please could someone help?

Thanks
G

Re: Error Intalling - Deprecated

Posted: Tue Jan 12, 2010 10:49 am
by Jeff
First, search before you post. This issue has already been discussed (way too many times).

Second, read rules/guidelines for posting.

Re: Error Intalling - Deprecated

Posted: Tue Jan 12, 2010 11:12 am
by Gbuss
I have searched and changed my PHP version do comply but to no avail.

Server Configuration

Apache Version :    2.2.11 
PHP Version :    5.2.1 
MySQL Version :    5.1.36 

with thiese versions the error is now
------------------------------------------------------------

Warning: require_once(C:\wamp\www\lib\misc.functions.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\cmsmadesimple\index.php on line 34

Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\lib\misc.functions.php' (include_path='.;C:\php5\pear') in C:\wamp\www\cmsmadesimple\index.php on line 34

---------------------------------------------------------------

So if this is still somewhere in a solved forum please do post that thread

Thanks
G

Re: Error Intalling - Deprecated

Posted: Tue Jan 12, 2010 11:17 am
by Jeff
Do a reinstall, it looks like your config.php is messed up.

Your install is: C:\wamp\www\cmsmadesimple\index.php
But you are looking for file in: C:\wamp\www\lib\misc.functions.php

Re: Error Intalling - Deprecated

Posted: Tue Jan 12, 2010 12:48 pm
by Gbuss
thanks,

That sorted it out. :)