You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this cool PHP gift reg in the past and was attempting to install it on a new server. However, there are some sql commands in the create-phpgiftregdb.sql file that don't work on the latest version of MySQL. This was pretty easy to fix and if anyone is interested I can submit the updated .sql file.
More importantly though, the setup.php file fails to initialize MySmarty and I can't figure out exactly where it's going wrong. I've attempted to troubleshoot, but everything seems to work fine (db connection, permissions, etc) until it gets to the line "$smarty = new MySmarty();"
My install is a Debian box with Apache2, PHP 8.0.1, and MySQL 8.0
The text was updated successfully, but these errors were encountered:
I've used this cool PHP gift reg in the past and was attempting to install it on a new server. However, there are some sql commands in the create-phpgiftregdb.sql file that don't work on the latest version of MySQL. This was pretty easy to fix and if anyone is interested I can submit the updated .sql file.
More importantly though, the setup.php file fails to initialize MySmarty and I can't figure out exactly where it's going wrong. I've attempted to troubleshoot, but everything seems to work fine (db connection, permissions, etc) until it gets to the line "$smarty = new MySmarty();"
My install is a Debian box with Apache2, PHP 8.0.1, and MySQL 8.0
The text was updated successfully, but these errors were encountered: