No image and wrong base links after install

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Vikils
New Member
New Member
Posts: 2
Joined: Fri Dec 02, 2016 1:02 am

No image and wrong base links after install

Post 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?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3484
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: No image and wrong base links after install

Post 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).
Vikils
New Member
New Member
Posts: 2
Joined: Fri Dec 02, 2016 1:02 am

Re: No image and wrong base links after install

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”