infosource
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrading WordPress to 2.5.1 gives error page on accessmercime,
I tried your solution, but got the same response.
Forum: Installing WordPress
In reply to: Upgrading WordPress to 2.5.1 gives error page on accessI made sure I had uploaded all the files by re-loading 2.5.1, and checked to make sure all the files were present.
Still get the same result.
Any advice would be appreciated.
Forum: Installing WordPress
In reply to: Upgrading WordPress to 2.5.1 gives error page on accessI checked the files, and they were all uploaded.
I checked the permissions on wp-includes/wp-config.php and wp-compat.php amd both were readable.
Checked the wp-settings file in root directory, and this is what is found in the file.
from Line 114-119
function timer_start() { Line 114
global $timestart; Line 115
$mtime = explode(‘ ‘, microtime() ); Line 116
$mtime = $mtime[1] + $mtime[0]; Line 117
$timestart = $mtime; Line 118
return true; Line 119There seems to be no connection between the message and the file.
Forum: Installing WordPress
In reply to: Upgrading WordPress gave Fatal error in DashboardI clicked upgrade in Fantastico in the Control Panel, and that solved the problem.
Thansks MichaelH and beautyadvice for support.