Hi All,
After moving a local setup (while developing) to the production server I'm seeing this lot:
string(106) "Smarty error: [in template:20 line 4]: [plugin] unknown tag - 'sitename' (core.load_plugins.php, line 124)" string(103) "Smarty error: [in template:20 line 4]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 124)" string(106) "Smarty error: [in template:20 line 5]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 124)" string(108) "Smarty error: [in template:20 line 6]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 124)" string(106) "Smarty error: [in template:20 line 19]: [plugin] unknown tag - 'content' (core.load_plugins.php, line 124)" string(103) "Smarty error: [in template:20 line 26]: [plugin] unknown tag - 'menu' (core.load_plugins.php, line 124)" string(103) "Smarty error: [in template:20 line 39]: [plugin] unknown tag - 'news' (core.load_plugins.php, line 124)" string(113) "Smarty error: [in template:20 line 56]: [plugin] unknown tag - 'global_content' (core.load_plugins.php, line 124)"
What does all this mean!?
Is anyone able to enlighten me?
Sarah
[Fixed] Seeing a long string of errors, help!
[Fixed] Seeing a long string of errors, help!
Last edited by sarah_h on Thu Jan 10, 2008 11:14 am, edited 1 time in total.
Re: Seeing a long string of errors, help!
Sarah,
it seems like the Plugins folder isnt available/readable at the production-server. Can you see what "Extensions -> Tags" show. All tags shown in the error, should be listed there.
Ronny
it seems like the Plugins folder isnt available/readable at the production-server. Can you see what "Extensions -> Tags" show. All tags shown in the error, should be listed there.
Ronny
(fixed) Re: Seeing a long string of errors, help!
Hi,
I sorted the problem. It was twofold and here is what I did:
Firstly, you're right, there were missing 'bits' of the plugins folder due to upload problems. I re-upped everything folder by folder to make sure.
Then I ran the install and make sure I didn't create tables or sample data so it'd use the existing DB which I upped first.
Then I sorted out the permissions on the temp folder, the uploads folder and the config.php file. If you visit index.php without doing this a message will tell you what do do.
Then, it all worked!!
I hope this helps someone else with this prob.
I sorted the problem. It was twofold and here is what I did:
Firstly, you're right, there were missing 'bits' of the plugins folder due to upload problems. I re-upped everything folder by folder to make sure.
Then I ran the install and make sure I didn't create tables or sample data so it'd use the existing DB which I upped first.
Then I sorted out the permissions on the temp folder, the uploads folder and the config.php file. If you visit index.php without doing this a message will tell you what do do.
Then, it all worked!!
I hope this helps someone else with this prob.
Re: [Fixed] Seeing a long string of errors, help!
Hello Sarah,
thank you for your feedback.
As you seem to like to help others feel free to improve the wiki. You have write access to it with your forum account. May be you can add some lines about your issue and its solution in the troubleshooting section.
Have fun with CMSms
Pierre M.
thank you for your feedback.
As you seem to like to help others feel free to improve the wiki. You have write access to it with your forum account. May be you can add some lines about your issue and its solution in the troubleshooting section.
Have fun with CMSms
Pierre M.
Re: [Fixed] Seeing a long string of errors, help!
Yes, that would be a good idea. Thanks Pierre.