Issus with upgrade 2.2.2 -> 2.2.3.1

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
pschoenb
Forum Members
Forum Members
Posts: 92
Joined: Sun Jul 15, 2007 1:18 pm

Issus with upgrade 2.2.2 -> 2.2.3.1

Post by pschoenb »

Hello,

when trying to upgrade from 2.2.2 to 2.2.3.1, I get:

Code: Select all

Warning: is_dir(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/web35/:/usr/share/php/) in phar:///home/www/web35/html/cmsms-2.2.3.1-install.php/app/class.cms_install.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at phar:///home/www/web35/html/cmsms-2.2.3.1-install.php/app/class.cms_install.php:39) in phar:///home/www/web35/html/cmsms-2.2.3.1-install.php/app/class.cms_install.php on line 395
When proceeding to step 2, I get an empty page and the same messages above.

I never had such a problem before. Neither webspace configuration nor the config.php have been changed.
Regards,
Patrick
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Issus with upgrade 2.2.2 -> 2.2.3.1

Post by calguy1000 »

Well, I think something has changed on your server environment.... whether you changed it, or your host did, or it changed because of an upgrade.

The line 39 tests if the system temporary directory (identified by sys_get_temp_dir() is writable.

This error tells me that although your sys_get_temp_dir() function returns a value, that directory is not writable due to open_basedir.

Though that line changed from v2.2 to 2.2.3.1 it only changed in a minor way. and would not cause this issue.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “[locked] Installation, Setup and Upgrade”