Page 1 of 1

Prolems with installation

Posted: Tue Nov 22, 2005 4:18 pm
by Søren
Installing on a Windows machine
PHP 5, MySQL 4.1.xx

Running xxx/admin lead to this problem:
Fatal error: Only variables can be passed by reference in C:\WebDev\cmsmadesimple\lib\classes\class.admintheme.inc.php on line 143

Can't easily find any cure?

Have tried register_globals, no cure

Is it some PHP 4 vs PHP 5 thing?
Do I have to run PHP 4 in order to swing the cmsmadesimple application?

Re: Prolems with installation

Posted: Tue Nov 22, 2005 4:31 pm
by Ted
It is a php 5.0.5 and 4.4.0 breaking references thing.  The 0.11 betas fix these problems, so you might have better luck there (yes, beta5 is pretty solid).

Re: Prolems with installation

Posted: Tue Nov 22, 2005 5:03 pm
by Søren
OK, this is actually running.

BUT:
Now I get these warning on ALL pages, both the admin and the website itself.

Notice: Only variable references should be returned by reference in C:\WebDev\cmsmadesimple\lib\log4php\LoggerAppender.php on line 73

Notice: Only variable references should be returned by reference in C:\WebDev\cmsmadesimple\lib\log4php\LoggerPropertyConfigurator.php on line 565

Re: Prolems with installation

Posted: Tue Nov 22, 2005 5:20 pm
by Søren
Added two hacks to come by the problems described above.

Then I meet a couple of other problems.

Using the admin, try to enable the FCKEditor. Doesn't work. The Editor is not enabled.

Yet another warning:
Notice: Undefined variable: moduleaction in C:\WebDev\cmsmadesimple\modules\FCKeditorX\FCKeditorX.module.php on line 485

To many problems
I've been recomended the cmsmadesimple. But within less than five minutes I've found a bunch of problem, all showstoppers. I've tried two versions (0.10.4 and 0.15.beta5).

Question:
Is there -- for real -- a version that actually runs on PHP 5 plus MySQL 4.1.xx ?
No nonsense -- just a fairly working version.