PHP-GrapesJS icon indicating copy to clipboard operation
PHP-GrapesJS copied to clipboard

PHP-based CMS that uses the GrapesJS Web Builder Framework, it also includes an access and registration system

Results 3 PHP-GrapesJS issues
Sort by recently updated
recently updated
newest added

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...