Administrators Nabeel Posted November 19, 2019 Administrators Report Share Posted November 19, 2019 Hi all, I've released phpVMS 7 beta 2, you can download it here: http://downloads.phpvms.net/phpvms-7.0.0-beta.2.tar.gz This is mostly feature complete, releasing it now to help with testing for bugs and glaring omissions. Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted November 29, 2019 Moderators Report Share Posted November 29, 2019 On 11/19/2019 at 1:59 PM, Nabeel said: Hi all, I've released phpVMS 7 beta 2, you can download it here: http://downloads.phpvms.net/phpvms-7.0.0-beta.2.tar.gz This is mostly feature complete, releasing it now to help with testing for bugs and glaring omissions. Thanks! I can't install this version, database connection doesn't works (I put the database user, but it execute the query with empty username) Attached pic. phpvms_beta.zip Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted November 29, 2019 Moderators Report Share Posted November 29, 2019 1 minute ago, ProSkyDesign said: I can't install this version, database connection doesn't works (I put the database user, but it execute the query with empty username) Attached pic. phpvms_beta.zip 50.37 kB · 0 downloads solved clearing cache and config with artisan and reload apache service (Ubuntu 19.10) php artisan config:clear php artisan cache:clear sudo service apache2 reload Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 4, 2019 Author Administrators Report Share Posted December 4, 2019 On 11/28/2019 at 7:03 PM, ProSkyDesign said: solved clearing cache and config with artisan and reload apache service (Ubuntu 19.10) php artisan config:clear php artisan cache:clear sudo service apache2 reload Was this installed over the previous beta or dev version? Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted December 4, 2019 Moderators Report Share Posted December 4, 2019 28 minutes ago, Nabeel said: Was this installed over the previous beta or dev version? clean install of beta 2 Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted December 5, 2019 Moderators Report Share Posted December 5, 2019 32 minutes ago, Larsje40 said: Maybe a dumb question, but how do you install this? In version 5.xx you made a database, uploaded all the files to the website and then use the install.php to install. how is this with this new version 7? THNX. is a little different, http://docs.phpvms.net/setup here's a guide for installation steps, if you have a question about, don't hesitate to send me a message and I will help you ;)! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 5, 2019 Author Administrators Report Share Posted December 5, 2019 4 hours ago, Larsje40 said: Maybe a dumb question, but how do you install this? In version 5.xx you made a database, uploaded all the files to the website and then use the install.php to install. how is this with this new version 7? THNX. It's essentially the same, you just go to `/install` instead of install.php Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted December 9, 2019 Moderators Report Share Posted December 9, 2019 10 hours ago, Larsje40 said: Hello ProSkyDesign. I cant figure out what i'm doing wrong. 1: i made a new database. 2: i downloaded the PHPVMS 7 beta version and uploaded this via Filezilla to the website. 3: i went to www.mywebsite.com/phpvms/config/installer.php Than i got the error as shown in the attachment. So i don't know what i did wrong. Knipsel.zip 189.85 kB · 4 downloads With phpvms you only need to go to www.yoursite.com/phpvms/install route (Laravel has a router method to retrieve pretty urls) please be sure that the new database you have created is empty! If the error persist, please contact me from PM. you can run some artisan commands in shared hosting putting this in a file and pointing it to a route then visiting the route. 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.