News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Incomplete Upgrade from 1.1.8 to 2.0 RC1?

Started by allend, February 15, 2009, 03:51:23 PM

Previous topic - Next topic

Rumbaar

Well the Post.template.php ones is due to the 1.1 nature of that template file in the 2.0 themes folder.  Like I said you can delete those two 1.1 files from that theme.  There are many $txt[] change and code changes between 1.1. & 2.0 and this will be causing those errors.

As for the Display.template.php one I'm not too sure.

This is an eval error too, the error might not even be in that file.

You'll have to disable template eval temporarily to get the real file and error line.

To do this, run this query in PHPmyAdmin (What is phpMyAdmin?)
INSERT INTO smf_settings VALUES ('disableTemplateEval', 1);
Once that's done, get the error again and copy it (the file and line may have changed), then run this query to re-enable it:
DELETE FROM smf_settings WHERE variable = 'disableTemplateEval';
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

allend

Got busy and, seeing as the remaining glitches seem non-critical, I got busy with other things.

I plan to return to this later.

Thanks.

Advertisement: