brenb
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessThis may help some people – I had an error coming up in reference to realpath in the wp-includes/functions.php file….. so, on line 1963 I changed:
if ( realpath($path) == $path ) return true;
to:
if ( file_exists($path) == $path ) return true;
Works fine now – thanks to Mad_Max
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessWhat an idiot – I didn’t properly read tompress1’s fix!!!
THANKYOU!!!!
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessNope! Still got the problem it appears…. I hadn’t looked in the media section – I GET the same error everyone else:
Warning: realpath() [function.realpath]: Unable to access /var/www/vhosts/*SITE*/httpdocs/wp-admin/wp-content/uploads in /var/www/vhosts/*SITE*/httpdocs/wp-includes/functions.php on line 1963
What can I do to fix this?? It appears to be on all my sites… and I’m no php guru!!
Any suggestions please?
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessBit of an update…. I uploaded the previous version of CF7 and it doesn’t throw up the error anymore….
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessI’m getting this error too, but if I deactivate Contact Form 7 it works fine….. but I don’t want to activate Contact Form 7 because it’s the most useful plugin ever!!!
Any suggestions? If I reactivate the error gets thrown up again… and (wierdly) I can only deactivate by using the radio button and then using the bul activate…. just hitting the deactivate link on CF7 throws up an error….. very odd….. and very annoying!
The problem appeared when I switched my hosting server… though other sites on the same server that I’ve moved (which use CF7 as well) haven’t had the same problem.
Forum: Plugins
In reply to: Preview WordPress in plesk before domain is assignedI’d love to know this too….