Errors Generating Articles
Posted: Sun 23. Apr 2006, 00:35
Hi.
I am trying to develop a site on phpwcms. I have shared hosting and will be transferring the domain to the site once it is ready, but for now the site is in the form of http://www.mysite.com/~user
I installed WCMS via Fantastico. I modified the conf.inc.php file to show the proper URL rather than the domain name that will later be transferred.
Templates and page layout set up fine and I can move from page to page. However, when I try to create articles I get this message.
Warning: main(/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php): failed to open stream: No such file or directory in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226
Warning: main(): Failed opening '/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226
In conf.inc I have this item.
$_SERVER['DOCUMENT_ROOT'] = '/var/www/html'
I am wondering if because of shared server, I need more description than this up until I can transfer my domain over.
Server running LINUX and Apache 1.3.33
Any ideas? Thanks.
I am trying to develop a site on phpwcms. I have shared hosting and will be transferring the domain to the site once it is ready, but for now the site is in the form of http://www.mysite.com/~user
I installed WCMS via Fantastico. I modified the conf.inc.php file to show the proper URL rather than the domain name that will later be transferred.
Templates and page layout set up fine and I can move from page to page. However, when I try to create articles I get this message.
Warning: main(/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php): failed to open stream: No such file or directory in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226
Warning: main(): Failed opening '/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226
In conf.inc I have this item.
$_SERVER['DOCUMENT_ROOT'] = '/var/www/html'
I am wondering if because of shared server, I need more description than this up until I can transfer my domain over.
Server running LINUX and Apache 1.3.33
Any ideas? Thanks.