hello,
I did that and I still have warnings and no menu in the backend???
Code: Select all
$_SERVER['DOCUMENT_ROOT'] = 'home/webclients/dmib.com/festiblues.com/www/2005ed8';
After I login and I add the ?do=articles (files, articles and so on) to the url I get the following warnings. But the left menu is there when I go to the admin (?do=admin) and working. But the default CSS content is blank and the Backend default text to and files gives me the same warnings.
Code: Select all
Warning: main(home/webclients/dmib.com/festiblues.com/www/2005ed8/include/inc_lib/files.private-filelist.inc.php): failed to open stream: No such file or directory in /home/webclients/dmib.com/festiblues.com/www/2005ed8/include/inc_lib/files.private.additions.inc.php on line 63
Warning: main(): Failed opening 'home/webclients/dmib.com/festiblues.com/www/2005ed8/include/inc_lib/files.private-filelist.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/webclients/dmib.com/festiblues.com/www/2005ed8/include/inc_lib/files.private.additions.inc.php on line 63
And when I comment the
Code: Select all
//$_SERVER['DOCUMENT_ROOT'] = 'home/webclients/dmib.com/festiblues.com/www/2005ed8';
the only warning I have is when I go to add a article or edit I get the following warning but I'm able to add new articles and still no top menu in the admin. The Default CSS and backend text is there in the admin and file is ok.
Code: Select all
Warning/home/webclients/dmib.com/festiblues.com/www/2005ed8/include/inc_tmpl/article.editsummary.tmpl.php120
There's a question I have before I use phpwcms for that site can it handle a site with a lot of trafic let's say about a 1000 pages request per hour. Or will i get to many connection problems to the db.
thank you for your support!!!
waydego