Drake CMS Official Forums - read-only archive

You are reading the Drake CMS Official Forums archive, available for historical purposes only.

Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.



Home page General discussion > update or install or upgrade error { RC3 => RC4 } Permanent link to this page
 
 
Author Message:
albertux
update or install or upgrade error { RC3 => RC4 }
03 November 2007 14:21
Anonymous Hi sideways
Sorry i have one problem when i click the update button the php says this:

Fatal error: Call to undefined method: fs->file_put_contents() in /includes/functions.php on line 211

i have php4

its necesary to change php5 ?
 
legolas558
Re: update or install or upgrade error { RC3 => RC4 }
04 November 2007 07:23
Anonymous No, that is a bug preventing correct execution.

Please go edit the functions.php file at line 211 and have:

Code:

$fs->put_contents


instead of

Code:

$fs->file_put_contents
 
Top