This thread will list known issues in Joomfish 2.0 Beta2 and their solutions (when known).
Please check here before posing any new bug reports.
Geraint
* JInstaller::install: SQL Error. DB function failed with error number 1064
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 'either version 2 # of the License, or (at your option) any la SQL=either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY;
SQL =
either version 2
# of the License, or (at your option) any later version.
#
/**
* Process the build uri query data based on custom defined rules
*
* @abstract
* @access protected
*/
function _processBuildRules(&$uri)
{
foreach($this->_rules['build'] as $rule) {
call_user_func($rule, $this, $uri) ;
}
}
/**
* Process the build uri query data based on custom defined rules
*
* @abstract
* @access protected
*/
function _processBuildRules(&$uri)
{
foreach($this->_rules['build'] as $rule) {
call_user_func_array($rule, array(&$this, &$uri));
}
}
Users browsing this forum: No registered users and 0 guests