Bernhard Scholtes wrote: > mysqldump yourbase > file.sql > mysqladmin create database_new > mysql database_new < empty.sql > mysql database_new < file.sql > database-upgrade > repligard -m -i AsgardSite.1.41.xml
That sounds about right. > to 1.4.2/PHP4 ... > when i now call the site i get the following errors: > > Fatal error: Cannot use [] for reading in code-init on line 128 > Fatal error: Cannot use [] for reading in code-init on line 127 And that just about doesn't. Are you able to access any of the sites? Any chances of seeing the content of this code-init? > and sometimes also PHP-code snippets when i reload the page fast enough like: > > ---------------------------------------------------------------------------- > Parse error: parse error in code-init on line 124 > ?><[function-lib]> This is the actual output? > I thought PHP4 was designed to be as compatible with earlier versions of PHP. ... yet not entirely. Some things did change. But that doesn't mean we're seeing a PHP problem perse. > Asgard instaed works fine except that i can't create a new host entry. Did you install sitegroups? If so, you must be root to create host entries. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
