[function.fopen]: failed to open stream
-
hi all, i did went around the forum to find if this topic was resolved somewhere else but couldnt find the answer i need.
on a similar topic it has been suggested to get in with a ftp and change the commands creating the error, but i am not a code-savvy person, i got no idea what to do.
i downloaded on my notepad2 the file that starts all of the errors, i located the line which seemingly starts it all but dont know what to do with it.
if i got it right is this one:
$mutex = fopen($cache_path . $mutex_filename, ‘w’);inserted in the command:
}if ($use_flock)
$mutex = fopen($cache_path . $mutex_filename, ‘w’);
else
$mutex = sem_get($sem_id, 1, 0644 | IPC_CREAT, 1);
}please help?
below is the message i get instead of my blog:
Warning: fopen(/home/.greystoke/no_body/weedyconnection.com/blog/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: No such file or directory in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 79
Couldn’t write to: /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/cache/wp-cache-03e6c71fcba1755e3d0b6d358361d1bd.html
Warning: flock() expects parameter 1 to be resource, boolean given in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 88Warning: fopen(/home/.greystoke/no_body/weedyconnection.com/blog/wp-content/cache/wp-cache-03e6c71fcba1755e3d0b6d358361d1bd.meta) [function.fopen]: failed to open stream: No such file or directory in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 223
Warning: fputs(): supplied argument is not a valid stream resource in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 224
Warning: fclose(): supplied argument is not a valid stream resource in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 225
Warning: flock() expects parameter 1 to be resource, boolean given in /home/.greystoke/no_body/weedyconnection.com/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 97
The topic ‘[function.fopen]: failed to open stream’ is closed to new replies.