Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
Upgrading from v2.06

 

 


rjbathgate
User

Jan 12, 2012, 7:15 PM

Post #1 of 3 (570 views)
Shortcut
Upgrading from v2.06 Can't Post

Hi,

When trying to upgrade from v2.06 to v2.13 I receive the following error in both /domain/ and /domain/cmsAdmin/admin.php right after FTPping all new files up:


Code
Warning: file_put_contents(/var/www/vhosts/domain.com/httpdocs/cmsAdmin/data/isInstalled.php): 
failed to open stream: Permission denied in /var/www/vhosts/domain.com/httpdocs/cmsAdmin/lib/init.php on line 452
Error writing to '/var/www/vhosts/domain.com/httpdocs/cmsAdmin/data/isInstalled.php'! failed to open stream: Permission denied


/cmsAdmin/data/isInstalled.php doesn't exist in either the original 2.06 installation or the 2.13 upgrade files, and permissions are all done correctly...

Any ideas?

Cheers


(This post was edited by rjbathgate on Jan 12, 2012, 7:15 PM)


Dave
Staff / Moderator


Jan 12, 2012, 9:23 PM

Post #2 of 3 (563 views)
Shortcut
Re: [rjbathgate] Upgrading from v2.06 [In reply to] Can't Post

Hi Rob,

Try making the /data/ directory writable.

If you ever need to re-install, such as when you move servers or create a staging copy of a live site on your dev server, isInstalled.php is the new way. If you erase it you'll get the install screen again.

Hope that helps! Let me know if you have any other problems.

Dave Edis - Senior Developer
interactivetools.com
 


rjbathgate
User

Jan 15, 2012, 2:08 PM

Post #3 of 3 (511 views)
Shortcut
Re: [Dave] Upgrading from v2.06 [In reply to] Can't Post

I feel stupid.

Thanks Dave