Hi John, thanks for your reply.
I’ve deleted the cache files, but it has made no difference (also restarted Safari and emptied its cache, just in case).
Turning on error reporting on the server and in the two EE files that you mentioned threw back the following errors (the various errors were all duplicated several times – sometimes dozens of times – but I’ve tried to trim them so that each is only shown once. Hope I haven’t trimmed off any unique errors). I have trimmed and amended the file paths here for security.
Deprecated: Function eregi() is deprecated in …/public_html/system/db/db.mysql.php on line 342
Deprecated: Function ereg() is deprecated in …/public_html/system/core/core.template.php on line 2123
Deprecated: Function ereg() is deprecated in …/public_html/system/core/core.template.php on line 2174
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 3836
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4051
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4064
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4078
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4078
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4078
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4091
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4106
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4121
Deprecated: Function ereg() is deprecated in …/public_html/system/modules/weblog/mod.weblog.php on line 4296
None of which means very much to me, I have to admit, but then I’m a designer rather than a programmer. To my eyes it looks like a function ereg() that’s used in the code of EE 1.6.x is no longer acceptable to PHP 5.3.8. If that is the case then I guess I’m stuck until I redesign my site for EE2, but that’s not going to be happening for a while.
But maybe I’m misinterpreting the error reports?