Deployed Application not visible on CSweb 7.1
-
bmuganda
- Posts: 37
- Joined: January 18th, 2018, 11:57 am
Re: Deployed Application not visible on CSweb 7.1
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.
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Deployed Application not visible on CSweb 7.1
If you can give me ssh access I will take a look. You can send me the login via private message on the forum.
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Deployed Application not visible on CSweb 7.1
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.
-
bmuganda
- Posts: 37
- Joined: January 18th, 2018, 11:57 am
Re: Deployed Application not visible on CSweb 7.1
Thanks alot Josh
Thats a great relief!! It worked!!
Thats a great relief!! It worked!!