Page 2 of 2

Re: Deployed Application not visible on CSweb 7.1

Posted: April 5th, 2018, 2:09 pm
by bmuganda
The cspro_logs table also contains the contents of the log file. Perhaps I can give you ssh access to my server in your inbox.

Re: Deployed Application not visible on CSweb 7.1

Posted: April 5th, 2018, 4:27 pm
by josh
If you can give me ssh access I will take a look. You can send me the login via private message on the forum.

Re: Deployed Application not visible on CSweb 7.1

Posted: April 6th, 2018, 8:18 am
by josh
Looks like your system is missing the zip extension. I see the error "Uncaught Error: Class 'ZipArchive' not found" in the Apache error log (/var/log/apache2/error.log.1). The solution is to install that extension. On your Ubuntu system with php7 you can do that with"sudo apt-get install php7.0-zip". Make sure to restart Apache after making that change.

Re: Deployed Application not visible on CSweb 7.1

Posted: April 6th, 2018, 8:42 am
by bmuganda
Thanks alot Josh
Thats a great relief!! It worked!!