7.0.0 Beta 2

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!

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](< base_url >/applications/core/interface/file/attachment.php?id=4352)

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](< base_url >/applications/core/interface/file/attachment.php?id=4352)

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

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?

28 minutes ago, Nabeel said:

Was this installed over the previous beta or dev version?

clean install of beta 2

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 ;)!

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

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](< base_url >/applications/core/interface/file/attachment.php?id=4355)

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.