T_STRING ERROR in Install
T_STRING ERROR in Install at finalupgrade.php step 1
I'm getting a T_STRING ERROR in the install at finalupgrade.php step 1.
It referred to line 245 in /vault/install/mysql-insert.php
The line read as:
PHP Code:
'[gallery] caption="Gallery Title" |
Solution was to change to:
PHP Code:
'[gallery] caption=\\\"Gallery Title\\\" |