PDA

View Full Version : Errors When Saving help_bbcodes Template


rcull
09-16-2018, 12:35 PM
VB 4.2.5 PHP 5.6

When trying to save the template, help_bbcodes, I get the following error:

********************
The following error occurred when attempting to evaluate this template:

PHP Warning: Illegal string offset 'bbcodelinks' in ..../includes/adminfunctions_template.php(5249) : eval()'d code on line 193

PHP Warning: Illegal string offset 'bbcodebits' in ..../includes/adminfunctions_template.php(5249) : eval()'d code on line 875

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
********************

On another site, when trying to save the same template, I get this error:

********************
The following error occurred when attempting to evaluate this template:
%1$s
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
********************

Is there something I can do to correct this?
Thanks

blind-eddie
09-17-2018, 12:11 AM
What code did you add to the template when trying to save?

rcull
09-17-2018, 01:41 AM
I was trying to change all my "http"s to "https" to complete my ssl change over.
There was one on the template.

Thanks