Support
334 topics in this forum
-
- 1 follower
- 2 replies
- 2.8k views
I need help updateing PHP to v7.2 from v7. I'm not sure if this is possable or how to do it. Can somone help please!!
Last reply by spkier, -
- 6 replies
- 8.6k views
Hello, I've been trying to install the version of phpVMS on the github for a while now. I've finally got the first page to show up (where it says phpVMS not installed). When I click "Head on to the installer", I get a 404 Not Found Error. I have php 7.1 with all the requirements, mySQL, nginx/1.10.3, and I'm running on Debian Jessie. Any ideas? Been stuck with this for a while. EDIT: Just checked the nginx error.log. It says something about not being able to find "/var/www/phpvms/public/install/index.php". I checked the github to see if it was a problem cloning the files, but it doesn't have a folder named install in the public directory either. …
Last reply by ProAvia, -
- 1 follower
- 10 replies
- 2.9k views
When I finish the setup, press login, it brings me back to the phpVMS Not Installed screen. I'm running on shared hosting, PHP 7.
Last reply by Nabeel, -
- 2 followers
- 11 replies
- 6.1k views
Hi, Nabeel i have tried installing latest version as per provided instructions i have done below steps to install it. i am having shared hosting environment & created subdomain Installed the latest ver from https://github.com/nabeelio/phpvms/archive/master.zip uploaded the same to public_html and extracted it now phpvms folder is next to public_html folder changes done in the index.php but i doubt which line needs to be changed below is my file <?php /** * phpVMS */ $path_to_phpvms_folder = __DIR__; require $path_to_phpvms_folder.'/bootstrap/autoload.php'; $app = require_once $path_to_phpvms_folder.'/bootstrap/app.php'; $path_t…
Last reply by William,