Post by ocsinet » Tue Mar 31, 2009 12:04 am

In the installation file index.php at line 59:

Code: Select all

if (!is_writable(dirname(__FILE__) . '/../image')) 
{
     $error['message'] = 'Warning: Image cache directory needs to be writable for OpenCart to work!';
}
it should be:

Code: Select all

if (!is_writable(dirname(__FILE__) . '/../image/cache')) 
{
     $error['message'] = 'Warning: Image cache directory needs to be writable for OpenCart to work!';
}

Webmaster http://www.opencart.it


New member

Posts

Joined
Mon Feb 04, 2008 5:18 am
Location - Italy

Post by Daniel » Tue Mar 31, 2009 5:30 am

thanks!

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm
Who is online

Users browsing this forum: No registered users and 4 guests