XIBO CMS : Not able to add application

Hi ,

I am trying to add new application to Xibo CMS . First of all it’s only displaying me Application name and after I click on save the save icon keeps rotating and it never ends .

What CMS version is it please?

Xibo CMS version 1.8.2 .

is it docker installation or manual/custom one?

Do you have /web in your CMS address? If you do, please have a look here for DocumentRoot and URL rewriting http://xibo.org.uk/manual/en/install_environment.html

It’s manual installation .

This is how my url is http://localhost:81/application/view** . I am not sure if it’s compulsory to have web in url .

My document root setting in IIS is pointing to C:\xibo-cms-1.8.2\web .

Ok, then that part seems to be correctly configured.

Could you please go through Report Fault wizard (on Report Fault page)?
ie enable cms debugging, recreate the issue, collect logs.

If you intend to upload the whole log file here, then please make sure it does not contain any sensitive information about your environment. (or send it to me via private message).

This is what I got in Fiddler .

Request Header

POST /application HTTP/1.1
Origin: http://localhost:81
Referer: http://localhost:81/application/view
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: application/json, text/javascript, /; q=0.01
X-XSRF-TOKEN: 8bdeab8100381fa19c8a63455e1a0b925d52de4a
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip, deflate
Host: localhost:81
Content-Length: 14
Connection: Keep-Alive
Pragma: no-cache
Cookie: PHPSESSID=4oianbei4ibj4r6gr025afpg67

Response Header

HTTP/1.1 500 Internal Server Error
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/10.0
X-Powered-By: PHP/5.6.31
X-Powered-By: ASP.NET
Date: Mon, 17 Jul 2017 10:21:43 GMT
Content-Length: 0

Save also did not return back when I schedule some event from Schedule page , save button icon keeps rotating .
But this time it’s value gets saved when I cancel that dialog after some time .

I got the same problem. I solved it by enabling these extensions in php.ini

php_curl.dll ; php_fileinfo.dll ; php_gd2.dll ; php_intl.dll ; php_ldap.dll ; php_mysql.dll ; php_mysqli.dll ; php_openssl.dll ; php_pdo_mysql.dll ; php_zmq.dll ; php_soap.dll ; php_xmlrpc.dll ; php_xsl.dll

Hope it could help.