Author Topic: Install VAM on a PhP 8.0  (Read 222 times)

Charlier

  • Newbie
  • *
  • Posts: 1
    • View Profile
Install VAM on a PhP 8.0
« on: June 09, 2023, 10:17:19 PM »
Hello guys,

I used VAM for many years and after i'm on track again i try to install VAM on my new domain.
DB don't gives any issues and they all run fine.

I did config the needed files, and after all that i did get an 500 error.
Now i see that VAM is still running with some people.

My question is how did you manage to get VAM running on a PhP 8.0 server?

Thanks in advance

Eric_VAA068

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Install VAM on a PhP 8.0
« Reply #1 on: July 15, 2023, 06:34:58 PM »
Hello,


For information, VAM on a PhP 8.0 server is not compatible and must be upgraded to php 5.

Bye

amadljna

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Install VAM on a PhP 8.0
« Reply #2 on: July 30, 2023, 10:36:39 AM »
1- Download latest version of cake https://github.com/kamilwylegala/cakephp2-php8
    A. Copy and overwrite (lib) folder path:\\VAM_2.6_v20161210\vamcore\lib.
2- Download  https://github.com/yasirmturk/simple-php-captcha.
    A. Copy and overwrite files and folders path:\\VAM_2.6_v20161210\captcha.
    B. Enable "extension=gd" path:\\xampp\php\php.ini.
3-Open and edit path:\\VAM_2.6_v20161210\vam\classes\PHPMailer-master\PHPMailerAutoload.php.
   A. Line 44 change line to spl_autoload_register($classname);.

 :)

« Last Edit: July 30, 2023, 10:39:50 AM by amadljna »