New installation. ( help )

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Niklas
Posts: 3
Joined: Fri 13. Feb 2004, 02:40
Location: Melbourne

New installation. ( help )

Post by Niklas »

I have installed phpwcms and i cant get the article to show up on the main page. http://campbell.macaustralia.com/index.php. And i have tried everything to get the site to look normal. But i wont work for me, i would realy appreciate if anyone would like to log in and have i look at the site for me. Please feel free to change anything that is wrong.

http://campbell.macaustralia.com/login.php

user: webmaster
pass: admin


Thanks :lol: :lol:
Niklas
email test@macaustralia.com
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Hm,

I really don't know why this happens. Have you changed anything in code?

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Can you try to disable ZEND Optimizer. Maybe this makes problems.
Can you set register_globals to OFF.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Niklas
Posts: 3
Joined: Fri 13. Feb 2004, 02:40
Location: Melbourne

Post by Niklas »

Oliver Georgi wrote:Can you try to disable ZEND Optimizer. Maybe this makes problems.
Can you set register_globals to OFF.

Oliver
Hi Oliver

I havent touch the code.

I dont now how to disable zend Optimizer and register_globals to OFF
( sorry but i am new to this type of coding )

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

Post by Oliver Georgi »

Create new file .htaccess in your phpwcms root folder and put this peace of code in it:

Code: Select all

php_flag register_globals Off
Please ask your provider to disable Zend Optimizer for your account or upgrade to newest version http://www.zend.com/store/products/zend-optimizer.php

I recommend TurckMMCache for speed up.

Check if this help you.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Niklas
Posts: 3
Joined: Fri 13. Feb 2004, 02:40
Location: Melbourne

Post by Niklas »

Thanks Oliver

the .htaccess file was there, with the code.
So the problem is still there. ( i am stuck now!!!! )

I will ask my provider to disable Zend Optimizer.

Regards
Niklas

:cry:
Post Reply