BACKEND: Startup text/Article creation NOT showing.

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
DavidNetk
Posts: 19
Joined: Thu 13. Jan 2005, 21:52
Contact:

BACKEND: Startup text/Article creation NOT showing.

Post 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.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
DavidNetk
Posts: 19
Joined: Thu 13. Jan 2005, 21:52
Contact:

Post 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? :?
Post Reply