Page 1 of 1

No image and wrong base links after install

Posted: Fri Dec 02, 2016 1:20 am
by Vikils
Hello,

I just installed the expanded 2.1.5 version on my debian with nginx 1.10.1, PHP 5.6.27 and mysql 5.5.53.

It seems to have finished without issues (everything green at the end) but I get a strange index main page: no image shown and links that does not have the complete address, just "_" for the base site address. Example: "http://_/Mysite/admin/login.php".

The address of my home: http://_/Mysite/

Strange, isn't it?

I've looked over every PHP5-fpm and nginx conf file but can't find anything.

Is there a log installation file somewhere?
Does someone had this issue already?

Re: No image and wrong base links after install

Posted: Mon Dec 05, 2016 12:48 pm
by velden
Though it is (or seems) strange you can probably work around it easily by setting the root_url in the config.php (read doc/CMSMS_config_reference.pdf that comes with the CMSMS install).

Re: No image and wrong base links after install

Posted: Mon Dec 05, 2016 6:43 pm
by Vikils
I found my mistake, it was an issue with the nginx configuration:
/etc/nginx/sites-enabled/XXX.conf
The server_name was configured with "_" instead of the correct server address.

I will set it closed.