Page 1 of 1

BACKEND: Startup text/Article creation NOT showing.

Posted: Sat 21. May 2005, 06:02
by DavidNetk
Did I search the forums: Yes.
Did I find the answer: Whatcha think?
phpWCMS Version: 1.1.9

Well this is my problem:

I have a shared server and I currently have 2 working phpwcms sites. Now I added a 3rd one (each has it's own domain name and directory) and this 3rd one is not working properly.

When I log on I can not see the startup text, and when I click on article, I can see the first page, the second, but not the one where you write content in. Get me?

It's just blank.

I have doubled, tripled check the config file, the right permissions, uninstalled and reinstalled several times, and I still can't seem to get it working.

I can get the start up text to show up if I change the following line in the phpwcms.php file:

default: include_once (PHPWCMS_TEMPLATE."inc_default/startup.php");
replace with
default: include_once ("phpwcms_template/inc_default/startup.php");

But I have no idea how to quick fix the article section.

Does anyone has any idea why THIS installation is not working and my other 2 are?

Thank you for your help. I hope I was clear enough.

Posted: Sat 21. May 2005, 12:28
by pico
Hi

first don't touch the phpwcms.php File. Check the settings in your conf.inc.php - also check that there is NO Space Character befor <?php and after ?> with a 'normal' Texteditor.

Posted: Sat 21. May 2005, 15:46
by DavidNetk
Hi Pico,

Well I checked that one the config.inc.php and phpwcms.php file. Neither had a space character in those places.

Any other ideas? :?