Known Issues in Beta2

This forum contains all bugs reported in beta2 and prior versions. As we already released a new version, we recommend you to upgrade. Support for 2.0 beta versions is discontinued.
Forum rules
You can not post new bugs here. Please upgrade to new version, which is already available.
2.0 Beta versions are no longer supported.

Known Issues in Beta2

Postby Geraint on Thu Jun 12, 2008 4:20 pm

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
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

JFRouter Paramaters Must Be Saved

Postby Geraint on Thu Jun 12, 2008 4:27 pm

When you install the jfrouter system plugin you must not only enable it but you must input a valid set of sefprefixes and save the paramaters.

Otherwise you will see an error message like:

Warning: Invalid argument supplied for foreach() in /var/www/.../plugins/system/jfrouter.php on line 522

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

Re: Known Issues in Beta2

Postby ivo.apostolov on Thu Jun 12, 2008 4:28 pm

Known:
1. (Priority 1) The Basic router gives error after installation and publishing (without opening it). Once open and saved the error messages disappear.
2. (Priority 1) On some servers (couldn
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Bug in Joomla Caching (Joomla from Subversion only)

Postby Geraint on Thu Jun 12, 2008 4:30 pm

If you are using Joomla 1.5.3 this posting is NOT relevant to you. This Joomla bug does not affect Joomla 1.5.3 and should be fixed before Joomla 1.5.4 is released.

If you are using Joomla from Subversion (i.e. the development version of Joomla after 1.5.3 but before 1.5.4) you will find there is a bug in the caching code (see http://joomlacode.org/gf/project/joomla ... m_id=11225). The bug fix will hopefully make it into 1.5.4 but its not yet in SVN (since its tied in with lots of other things relating to the cache codebase).

The effect of this Joomla bug is that when the Joomfish cache starts to expire you will get lots of error messages in an unpatched installation e.g. on the frontpage you will get:

Warning: Invalid argument supplied for foreach() in C:\Documents and Settings\Geraint\Documents\joomlacode\jfusion\components\com_content\models\frontpage.php on line 105

Workaround/patch
Patch your libraries/joomla/cache/storage/file.php file as described in Joomla bug.

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

Re: MySQL error on install (some configurations)

Postby Geraint on Thu Jun 12, 2008 8:16 pm

If you see a message like this

Code: Select all
* 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.
           #

Please try this alternative version of the component installation package which leaves out the comments that are causing the problem.

com_joomfish2.0Beta2p_nocomments.zip
(292.87 KiB) Downloaded 562 times

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

JFRouter behaves with php4

Postby Geraint on Wed Jun 18, 2008 8:43 pm

Symptoms:
Instead of urls like www.domain.com/en/my-page.html or www.domain.com/cy/fy-nhudalen.html you get www.domain.com/my-page.html&lang=en or www.domain.com/fy-nhudalen.html&lang=cy especially when switching languages.

Some of these links are completely broken.

Cause & Solution
This problem only affects php4 users (and some early versions of php5) and is caused by a bug in Joomla which I reported back in May.

See http://joomlacode.org/gf/project/joomla ... m_id=10397

This bug has been fixed in Subversion and will therefore be in Joomla 1.5.4.

In the meantime please edit the file:

libraries/joomla/application/router.php at line 334 replace

Code: Select all
/**
* 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) ;
     } 
}

With
Code: Select all
/**
* 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));
    }
}


This should help

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am


Return to Beta, Beta 2 and prior version bugs

Who is online

Users browsing this forum: No registered users and 0 guests