PHP-GrapesJS
PHP-GrapesJS copied to clipboard
PHP-based CMS that uses the GrapesJS Web Builder Framework, it also includes an access and registration system
Parse error: syntax error, unexpected identifier "SCRIPT_FILENAME" in /home/d/dissokdf/*****/public_html/config/dbconnection.php on line 23 ```
After installing we got an error on the site because of the database connection not being set in ``dbconnection.php``
I got the error initially with 'server.php'. Is the file missing? I got the error resolved by creating one for myself keeping database connection info inside it. Then I got...