Moderators: jmacgreg, michael, John
DB Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0,25' at line 1$count = max(1, count($templateMgr->get_template_vars('customAboutItems')));
for ($i=0; $i<$count; $i++) {
$fields[] = "customAboutItems-$i-content";
}
[22-Abr-2010 09:56:43] PHP Fatal error: Can't use method return value in write context in /var/local/www/congresso/ibict/plugins/generic/tinymce/TinyMCEPlugin.inc.php on line 144
[22-Abr-2010 09:57:05] PHP Fatal error: Can't use method return value in write context in /var/local/www/congresso/ibict/plugins/generic/tinymce/TinyMCEPlugin.inc.php on line 144
$customAboutItems = $templateMgr->get_template_vars('customAboutItems');
$count = max(1, isset($customAboutItems[$formLocale])?count($customAboutItems[$formLocale]):0);
for ($i=0; $i<$count; $i++) {
$fields[] = "customAboutItems-$i-content";
}
Return to OCS Technical Support
Users browsing this forum: Bing [Bot] and 2 guests