dominiclevey Posted December 30, 2019 Report Share Posted December 30, 2019 Title also what php version do i need to use 7.3 ? Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 every time i try to install it trys to go to install but there is no install option in files Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 http://docs.phpvms.net/ Have a look thru the install docs Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 ok will do Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 If you need more assistance, come back to this thread (after reading the documentation) and supply your PHP version, MySQL or MariaDB version. Do you have SSH access on your server? Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 no i dont have ssh access unfortunately Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 Shared Hosting, VPS or ???? Who is your host? Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 Have you asked your host about getting SSH access? Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 host is gaming deluxe and have contacted them but they said cant open it up for shh for security reasons aka they want me to use there dedi servers which cost 150 p/m Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 also cant install composer cause i need to install php on my machine and i have tried to but its not working.. so im kinda out of ideas on what to do Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 You need to start with WampServer or Xampp - then you can install php, apache and MySQL/MariaDB. What PHP versions are available on your host? What MySQL or MariaDB versions are available? Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 7.0 upto 7.3 Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 and mysql 5.6.43 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 30, 2019 Administrators Report Share Posted December 30, 2019 I suggest you use PHP 7.2 or 7.3 for phpvms v7 Since you don't have SSH available on your host, you will need to use Composer locally and then upload all the files to your server (host). Be aware that phpVMS 7 is still in Beta and probably shouldn't be used for a live (production) site. If you decide to go with phpvms 5 - I would suggest version 5.5.2.72 (this is the Simpilot version updated to work with php 7.2) - use php 7.2 as it won't work in php 7.3. There is a link to it in the phpVMS Classic Support forum. Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 30, 2019 Author Report Share Posted December 30, 2019 ok so i ran the composer and it did its thing an uploaded them to my server and still cant install it goes to 404 not found and the first page does not load correctly Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 31, 2019 Administrators Report Share Posted December 31, 2019 Did you upload to a new folder inside of public_html? You should be able to access by going to "URL/<folder phpvms is in>" Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 31, 2019 Author Report Share Posted December 31, 2019 i installed it into public html i get to the phpvms is not installed click here to install after that it throws a file not found error Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 31, 2019 Author Report Share Posted December 31, 2019 this is what it looks like to when i go to my site Quote Link to comment Share on other sites More sharing options...
web541 Posted December 31, 2019 Report Share Posted December 31, 2019 Just out of curiosity, is there a /public folder in the phpVMS you uploaded? If so, try YOURURL/public/install and see if that shows up. If it is, then you may have to do a .htaccess tweak, but it should work without it if you just upload the zip. Quote Link to comment Share on other sites More sharing options...
dominiclevey Posted December 31, 2019 Author Report Share Posted December 31, 2019 Ok so that worked turns out I dont have curl installed should that have been installed when I did composer install ? If not how can I install it with out being able to ssh Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 31, 2019 Administrators Report Share Posted December 31, 2019 I think the curl install has to be done by your host. I would contact your host and ask them about it. It is my understanding that phpVMS 7 doesn't have the typical install like prior versions. You should be able to go directly to the sub-folder it's installed in and run it from there - the page you showed is how it's supposed to look (plus the images) and the install is done directly from there. Also - do NOT install in public_html - put the files in a sub-folder of public_html. This will allow you to easily have multiple installs (if desired), have forum software installed in its own folder and keep everything organized and not all mixed together. Additionally, having each program in a separate sub-folder under public_html will easily allow you to have a different version of PHP in use for each sub-folder if required by the program installed. /public_html /public_html/phpvms7 /public_html/forum /public_html/phpvms5.5.2.72 /public_html/whatever...... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.