I try to add new user (http://host/cpg1412/usermgr.php?op=new_user) but after long time of inactivity I got error:
Template error
Failed to find block 'file_line'(#(<!-- BEGIN file_line -->)(.*?)(<!-- END file_line -->)#s) in :
<tr>
<td class="tableb" align="center">
<font size="3"><b>{MESSAGE}</b></font>
<br /><br />
</td>
</tr>
If anyone could help.
Thanks a lot.
Gosforth
Post a real link please
Quote from: Sami on August 09, 2007, 12:28:26 PM
Post a real link please
Real link is my corporate network not accessible from Internet.
Disable strict mode in MySQL. Search the board for details.
Thank you very much indead - did help.
...if someone need answer how to disable strict mode - disable line in my.ini:
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Thanks for your readiness to share your insight, but let me clarify (for the benefit of others): strict mode is off by default. You should never have turned it on if you have no idea what the impact is.