An open source tool to generate a complete backend from a MySql database.
1.43k
stars
441
forks
source link
Parse error: syntax error, unexpected integer "0", expecting ")" in /controllers/wp_ac_abandoned_cart_history_lite/index.php on line 67 #131
Open
ade-x1 opened 2 years ago
Hello team,
I am just trying to install crud, I followed the steps but when I try to visit the site I see a blank page and my error log shows this error:
"PHP message: PHP Parse error: syntax error, unexpected integer "0", expecting ")" in /www/test/web/controllers/wp_ac_abandoned_cart_history_lite/index.php on line 67"
I had to manually remove the ' where there was an integer and replace ' with " when there was a string. Did anyone of you had the same issue?