Page 1 of 1

Upgrade or Re-install 0.13 to 1.0Beta5

Posted: Thu Aug 24, 2006 1:28 pm
by theuniscc
Maybe someone could assist

I had ver 0.13 running then tried to upgrade to 1.0Beta5

Followed instructions but got error

Fatal error: Call to undefined function: array_walk_recursive() in /usr/www/users/kompas/cmsmadesimple/include.php on line 53

Deleted all tables in database, tried new install, but still same error

Line 52  # sanitize $_GET
Line 53  array_walk_recursive($_GET, 'sanitize_get_var');

Deleted all, and database, re-uploaded and re-installed as new, but error remains

Re: Upgrade or Re-install 0.13 to 1.0Beta5

Posted: Thu Aug 24, 2006 5:42 pm
by Dee
array_walk_recursive is a PHP5 only function which is used in beta5, but there's a replacement function for PHP4 in the file lib/misc.functions.php
Maybe somehow this file didn't get uploaded properly?
I tested both upgrade and install on PHP4 (and 5) and didn't have any problems.

Re: Upgrade or Re-install 0.13 to 1.0Beta5

Posted: Fri Aug 25, 2006 2:38 pm
by theuniscc
Dee wrote: array_walk_recursive is a PHP5 only function which is used in beta5, but there's a replacement function for PHP4 in the file lib/misc.functions.php
Maybe somehow this file didn't get uploaded properly?
I tested both upgrade and install on PHP4 (and 5) and didn't have any problems.
Hi,
Thanks but it is a different problem after going back to Stable 0.13.

When I tried to install Beta ver I got the error as in previous post for - array_walk_recursive (now I know about it - but is not in Stable ver)

I deleted all files & folders from the server, also deleted all cms_ tables in database.

I deleted zip files locally, re-downloaded zip Stable, uploaded and reinstalled. Repeated 5 times.

Now I can see one thing, there are no tables in database, even though Install was successfull at end.
There is just NO URL .
What I noticed though when installing, that it goes too fast when it should create tables(the first install 2 weeks ago took a while to finnish that part of install process - and went to look and saw NO tables )

The install goes fine, and even if I deliberately create a mistake, I get an error during install, correct the error and all goes well with Install, but when finished, there is no such URL and no tables.

Any idea.
My Hosting company also tried, deleting all, new zip file, re-install etc, and still same error .