Topic: Not compatible with Joomla 1.5.10 yet?

0 Members and 1 Guest are viewing this topic.

May 05, 2009, 07:23 PM

Offline BeTheDance

  • Newbie
  • *
  • Posts: 17
    • View Profile
I was having a redirect error and in trying to fix it went to clean up the caches. My "Purge Expired Cache" option was missing. Then I compared the Joomla helper.php file in the admiminstrator/modules/mod_menu.

Then I compared the two files and found a lot of differences. Since 1.5.10 has been out for over a month. I assumed that the three joomla core hacks had been updated.

So now I'm assuming that's not the case?


May 05, 2009, 07:44 PM

Offline BeTheDance

  • Newbie
  • *
  • Posts: 17
    • View Profile
I'm not quite sure WHY I was getting this redirect loop error. It was working okay for a while until I maybe got a little crazy entering all my rules. Then when a user tried to log in I would get this error:

Redirect Loop

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
--------------------------

I'm using sh404SEF. I went in and turned off all redirect logic for both CB and C-ACL. That didn't help so I added this custom redirect:

index.php?option=com_community_acl&lang=en&task=redirect  to just: index.php

That was after I tried removing and then changing the redirect URL in your config (couldn't find any documentation on it).

It's working for the moment, although I felt like it was brute force.

And now I'm really antsy about having old Joomla core files hacked on 1.5.10.

May 06, 2009, 03:17 PM

Offline BeTheDance

  • Newbie
  • *
  • Posts: 17
    • View Profile
I've also just hit this error upon trying to do a global checkin due to docman problems:

Warning: Invalid argument supplied for foreach() in /home/nextgens/public_html/libraries/joomla/database/database/mysql.php on line 678

Warning: Invalid argument supplied for foreach() in /home/nextgens/public_html/libraries/joomla/database/database/mysql.php on line 678

Since a php file in libraries was updated, I'm assuming this is related?