When I tried to install Campsite on a hosting website. It went into a deadlock. I checked the code and suspected that the EXEC could be problematic such as '$response = exec('php -v', $o, $r);' in CampInstallationView.php. Could anybody help me with this?
Is there anybody successfully installed Campsite on a hosting website rather than their own computer with all previliges. Thank you!
Posts: 1,526Member, Administrator, Sourcefabric Team
Usually the campsite installation has no problem on shared hosting. Looks like your hosting plan doesn't support exec or system functions. In this case you need to choose another plan with exec function support.
Hi many thanks. I've got around this. But I was stopped at, 'PHP CLI (Command Line)'- Off, and function_exists('apache_get_modules') - Fail. Can I do anything about these on the hosting by myself. Thank you!