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
Error Intalling - Deprecated
Re: Error Intalling - Deprecated
First, search before you post. This issue has already been discussed (way too many times).
Second, read rules/guidelines for posting.
Second, read rules/guidelines for posting.
Re: Error Intalling - Deprecated
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
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
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
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
thanks,
That sorted it out.
That sorted it out.
