Hi there,
I'm using cmsms 1.1.2 and after moving from a local to a webserver things look bad. I really hope somebody can tell me what is going on. When I view the page source it seems that tags have dissappeared in the html. See for yourself at --> www.pbsdeglind.org
The very first time I looked at the page there were also the folllowing error lines right above the both skip links:
But these did not show up after the second reload.
**********************
string(118) "Smarty error: [in template:30 line 8]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 590)" string(115) "Smarty error: [in template:30 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)" string(119) "Smarty error: [in template:30 line 10]: syntax error: unrecognized tag 'metadata' (Smarty_Compiler.class.php, line 590)" string(121) "Smarty error: [in template:30 line 11]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 590)" string(123) "Smarty error: [in template:30 line 31]: syntax error: unrecognized tag 'cms_selflink' (Smarty_Compiler.class.php, line 590)" string(122) "Smarty error: [in template:30 line 39]: syntax error: unrecognized tag 'breadcrumbs' (Smarty_Compiler.class.php, line 590)" string(123) "Smarty error: [in template:30 line 42]: syntax error: unrecognized tag 'current_date' (Smarty_Compiler.class.php, line 590)" string(121) "Smarty error: [in template:30 line 50]: syntax error: unrecognized tag 'cms_module' (Smarty_Compiler.class.php, line 590)" string(116) "Smarty error: [in template:30 line 59]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in template:30 line 60]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 590)"
**********************
I am able to access the admin and use the functions there. What is wrong? Is there anybody who can help me?
Cheers,
( a more or less desperate ) Jacob
[Solved] Please help! No website after move, although admin panel is accessible
[Solved] Please help! No website after move, although admin panel is accessible
Last edited by Jacob B on Thu Sep 20, 2007 9:07 am, edited 1 time in total.
Re: Please help! No website after move, although admin panel is accessible
Hello,
What was the context before and what is the new context ? (usual questions about OS, webserver, hosting, PHP, modules...)
What were the moving procedure ? the steps you have made to move ?
Do you see anything that could help diagnose the problem in the http error log ?
Have your cleared the cache ?
Do you use FTP rather than SSH ?
Pierre M.
What was the context before and what is the new context ? (usual questions about OS, webserver, hosting, PHP, modules...)
What were the moving procedure ? the steps you have made to move ?
Do you see anything that could help diagnose the problem in the http error log ?
Have your cleared the cache ?
Do you use FTP rather than SSH ?
Pierre M.
Re: Please help! No website after move, although admin panel is accessible
In provide link I don't see any errors.Jacob B wrote: See for yourself at --> www.pbsdeglind.org
The very first time I looked at the page there were also the folllowing error lines right above the both skip links:
But these did not show up after the second reload.
**********************
string(118) "Smarty error: [in template:30 line 8]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 590)" string(115) "Smarty error: [in template:30 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)" string(119) "Smarty error: [in template:30 line 10]: syntax error: unrecognized tag 'metadata' (Smarty_Compiler.class.php, line 590)" string(121) "Smarty error: [in template:30 line 11]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 590)" string(123) "Smarty error: [in template:30 line 31]: syntax error: unrecognized tag 'cms_selflink' (Smarty_Compiler.class.php, line 590)" string(122) "Smarty error: [in template:30 line 39]: syntax error: unrecognized tag 'breadcrumbs' (Smarty_Compiler.class.php, line 590)" string(123) "Smarty error: [in template:30 line 42]: syntax error: unrecognized tag 'current_date' (Smarty_Compiler.class.php, line 590)" string(121) "Smarty error: [in template:30 line 50]: syntax error: unrecognized tag 'cms_module' (Smarty_Compiler.class.php, line 590)" string(116) "Smarty error: [in template:30 line 59]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in template:30 line 60]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 590)"
**********************
Above errors are relative to function in plugins folder.
Check your plugins folder if files exist and/or permission of this folder
Alby
Re: Please help! No website after move, although admin panel is accessible
Tnx for the replies!
In reply to Pierre:
Old:
Win XP running Uniform Server 3.3:
Apache 2.0.55
PHP 5.1.1
mysql 4.1.7
New:
Linux
Apache 2.052
PHP 4.3.9
mysql 4.1.20
I followed this moving procedure:
1. tables of db export using phpmyadmin, copy paste in .txt file (ANSI-coded)
2. tables import in newly created dbase (different name than old db)
3. changed config.php
4. deleted content of tmp folder (not the subdirectories) and the content of the tmp subdirectories
deleted tmp/cache
5. FTP the site to remote host using CuteFTP
6. CHMOD the config.php to 444
7. CHMOD
* tmp/templates_c,
* tmp/cache,
* uploads,
* uploads/images and
* modules to 777
I don't see errors in the http log
In reply to Alby, files are in the plugin folder and CHMOD is 755
In reply to Pierre:
Old:
Win XP running Uniform Server 3.3:
Apache 2.0.55
PHP 5.1.1
mysql 4.1.7
New:
Linux
Apache 2.052
PHP 4.3.9
mysql 4.1.20
I followed this moving procedure:
1. tables of db export using phpmyadmin, copy paste in .txt file (ANSI-coded)
2. tables import in newly created dbase (different name than old db)
3. changed config.php
4. deleted content of tmp folder (not the subdirectories) and the content of the tmp subdirectories
deleted tmp/cache
5. FTP the site to remote host using CuteFTP
6. CHMOD the config.php to 444
7. CHMOD
* tmp/templates_c,
* tmp/cache,
* uploads,
* uploads/images and
* modules to 777
I don't see errors in the http log
In reply to Alby, files are in the plugin folder and CHMOD is 755
Re: Please help! No website after move, although admin panel is accessible
Does CuteFTP provide an upload log ? Is it OK ? Could you retry the transfer with another FTP tool ?
Pierre
Pierre
Re: Please help! No website after move, although admin panel is accessible
Pierre thanks for the given help, after I tried to use Filezilla I still had the same problem. And because I need to publish this site soon, I decided to start from a blank scratch and transfer everything from the local site to the online site. Sometimes we need to be pragmatic although it's a pity that we couldn't solve this issue. Thanks anyway.
I'm so happy with CMSMS and all the people that are working on it, this is a fantastic project! And now 2.0 is even in development. I'll do my best to spread the news.
Jacob
I'm so happy with CMSMS and all the people that are working on it, this is a fantastic project! And now 2.0 is even in development. I'll do my best to spread the news.
Jacob
Re: [Solved] Please help! No website after move, although admin panel is accessible
Just in case anybody needs has the same issue. You can simply delete the files under the folders inside you /tmp folder (don't delete these folders, delete only their content).
Have fun...
Have fun...