We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../images must writable! is being displayed on the php page
../images must writable!
This is the line of code which I believe is giving the problem
$cached_src_one = $imagecache->cache( '../images/background.jpg' );
I am running the php page from where the images folder is found.
The text was updated successfully, but these errors were encountered:
Hello ! Same bug, any ideas ? My folder is under chmod 777...
Sorry, something went wrong.
Please note below directory: dirname(FILE) . '/images/cached' You need to have those folders
No branches or pull requests
../images must writable!
is being displayed on the php pageThis is the line of code which I believe is giving the problem
$cached_src_one = $imagecache->cache( '../images/background.jpg' );
I am running the php page from where the images folder is found.
The text was updated successfully, but these errors were encountered: