Correction to GoDaddy Install Q I just posted

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
DougJoseph
Posts: 2
Joined: Wed 25. Nov 2009, 22:28

Correction to GoDaddy Install Q I just posted

Post by DougJoseph »

I have noticed something. What I just posted was wrong in this way:

WITH this line...
define('PHPWCMS_INCLUDE_CHECK', true);
...in my config file, I CAN log into Admin, but I cannot view the public site (I get Google's Pg Not Found message).

WITHOUT this line...
define('PHPWCMS_INCLUDE_CHECK', true);
...in my config file, I CANNOT log into Admin. Instead I get phpwcms's message (cannot access that script directly), on both the Admin pages and the public site.

Does this added note (about define('PHPWCMS_INCLUDE_CHECK', true);) give anyone any clues how to help me?

Thanks!
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Correction to GoDaddy Install Q I just posted

Post by Oliver Georgi »

the constant is neccessary.

If it is not working in frontend something other might be false there.


I guess you have forgotten to move the conf.inc.php to the right place.

Otherwise script sends html header with error which might result in the error page you have seen.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply