CMSimple_XH doesn't work on host

Questions about how to install and problems installing - please read the documentation first!
Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

CMSimple_XH doesn't work on host

Post by Tata » Mon May 26, 2014 11:59 pm

I have just finished a webpage on my localhost. It is based on CMSimple_XH v1.6.2 and works well until on localhost. After uploading it as a subdomain, it doesn't open, nor any XHdebug outpust are returned - only a white screen. How to find the problem? all other webpages/subdomains run well on this host (http://vkocke.cmsimple.sk).
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.

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: CMSimple_XH doesn't work on host

Post by maeg » Tue May 27, 2014 5:34 am

Hi

I think it is a dns problem. Check you have the right "cname" records.

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

Re: CMSimple_XH doesn't work on host

Post by Tata » Tue May 27, 2014 6:05 am

"Me not understand language your tribe" :-D, what shall I check? Maybe something by my provider?
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.

mrleejohn
Posts: 33
Joined: Mon Dec 26, 2011 1:54 pm

Re: CMSimple_XH doesn't work on host

Post by mrleejohn » Tue May 27, 2014 9:46 am

Do the files have the right ftp-rights? Is index.php executable?

Look at http://cmsimple.org/doku/en/?Installati ... stallation

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

Re: CMSimple_XH doesn't work on host

Post by Tata » Tue May 27, 2014 10:06 am

Yes, everything is OK and automatically set on the server. I called the ISP and he has confirmed some problems on their side. So I have to wait until they find what is wrong. Funny on it is, that all older subdomains work fine. Simple html file uploaded is also OK. Only any new website uploaded from the localhost is inaccessible eventhough it is lited in subdomains' fodler via FTP.
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.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: CMSimple_XH doesn't work on host

Post by cmb » Tue May 27, 2014 10:14 am

maeg wrote:I think it is a dns problem. Check you have the right "cname" records.
I don't think it is a DNS problem, as e.g. http://vkocke.cmsimple.sk/core/css/core.css can be successfully requested.
mrleejohn wrote:Is index.php executable?
I suppose that index.php doesn't need to be executable. If I'm not mistaken, that would only be necessary, if index.php would be executed directly instead with a PHP handler.
Tata wrote:I called the ISP and he has confirmed some problems on their side. So I have to wait until they find what is wrong.
Indeed, that seems to be reasonable. If it turns out, that it doesn't work after the provider had solved their problems, you should ask your provider to set up a PHP error log (logging fatal errors should suffice). Other than that, I can only guess that there might be problems regarding the new PHP version (5.5.9); do you use additional plugins?
Christoph M. Becker – Plugins for CMSimple_XH

mrleejohn
Posts: 33
Joined: Mon Dec 26, 2011 1:54 pm

Re: CMSimple_XH doesn't work on host

Post by mrleejohn » Tue May 27, 2014 10:30 am

Looks like a problem with php. Does a clean test-installation of cmsimple work (if you want in a subfolder)?

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

Re: CMSimple_XH doesn't work on host

Post by Tata » Tue May 27, 2014 11:06 am

No, even an absolutely clear installation can't be accessed. (http://cmsimple_xh_162.cmsimple.sk/)
On the webpage "vkocke", of couse, there are some plugins used (acDIVs, register, hi_fancybox...)
Last edited by Tata on Tue May 27, 2014 11:24 am, edited 1 time in total.
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.

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

Re: CMSimple_XH doesn't work on host

Post by Tata » Tue May 27, 2014 11:18 am

I have upoloaded an older webpage (CMSimple_XH v1.53 - http://dermalauta.cmsimple.sk/) and this is simply accessible.
There is PHP 5.5.9 installed there.
Maybe http://cmsimple.sk/phpsecinfo/ would tell more?
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.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: CMSimple_XH doesn't work on host

Post by cmb » Tue May 27, 2014 11:39 am

Tata wrote:I have upoloaded an older webpage (CMSimple_XH v1.53 - http://dermalauta.cmsimple.sk/) and this is simply accessible.
Interesting. As I already noted, there might be a problem with the PHP version (5.5.9). However, I set up XH 1.6.2 on http://cmb.bplaced.net/index.php and it works fine there (PHP 5.5.5).

Anyway, to progress we need some error messages. Please modify the index.php in the root folder:

Code: Select all

<?php

/**
 * @version $Id: index.php 1173 2014-01-13 18:25:54Z cmb69 $
 */

/* utf8-marker = äöüß */

error_reporting(E_ALL);
ini_set('display_errors', 1);
include('./cmsimple/cms.php');

?>
BTW: [url]http://cmsimple_xh_162.cmsimple.sk/[/url] gives a 404 Not found.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply