Problems with installation

Questions about how to install and problems installing - please read the documentation first!
Post Reply
TrakaisKursis
Posts: 2
Joined: Sun Aug 16, 2009 4:29 pm

Problems with installation

Post by TrakaisKursis » Sun Aug 16, 2009 4:37 pm

Hi, i am sorry if i correctly hadn't understood installation manual - but after upload of all files (index site and folder: http://www.******.lv/test/) and setting chmod to 777, the site is not running at all!

I checked various php files, but all of them displays blank page. CMSimple even doesn't display header of every php file // if (eregi('login.php', sv('PHP_SELF')))die('Access Denied'); // which initializes basic checking functions. What could be a problem?

Thanks!
Last edited by TrakaisKursis on Tue Sep 15, 2009 1:23 pm, edited 1 time in total.

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Problems with installation

Post by Tata » Sun Aug 16, 2009 8:24 pm

have the entire cmsimple structure uploaded under /test/? You shall have:
/test/
  • [cmsimple] (with config.php and log.txt, and all languages/??.php - 777)
  • [content] (777 + content.htm - 777)
  • [downloads] (777)
  • [images] (777)
  • [plugins] (all config.php, stylesheet.css, languages/??.php, data, data/*.txt and maybe others after instructions - 777)
  • [templates] (your temmplate/stylesheet.css, template.htm - 777)
    index.php (also any other index.* in the entire installation - 444)
If so, it must run or the problem ist in your server settings.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

TrakaisKursis
Posts: 2
Joined: Sun Aug 16, 2009 4:29 pm

Re: Problems with installation

Post by TrakaisKursis » Tue Sep 15, 2009 1:24 pm

Thanks for answer:)!

Post Reply