Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: JoomSef

JoomSef 17 years, 6 months ago #448

  • lcdude
Fatal error: [] operator not supported for strings in /home/woodworl/public_html/components/com_sef/sef_ext.php on line 188

Fatal Error on Joomla Board - Works If I shut off JoomSef - I also in the config file for JoomSef told it to "SKIP" the forum and that did not help.

2nd problem 939 404's in less than 10 days...

Really need help have had this since 9-25-06 posted on Joomla Components NO ANSWER YET! There is now another post of the same problem.

The problem occurs on POST and READ posts otherwise its fine. I even deleted all the post thinking this would help. It did not. Please help I am not a php person. Also a newbie to Joomla.

Using Joomla 1.0.11 and the newest JoomSef and Joomla Board

Thanks!
Lcdude
PS This is my second post about this. I could not edit or delete the other one.

Re:JoomSef 17 years, 6 months ago #451

  • jirka
Hello,

do you have the PHP REGISTER_GLOBALS setting on or off? This error you describe is really weird and because you say it happens just on POSTs, it could have someting to do with this or other similar settings.

Seems to be some varibale name confilct to me.
You can either try to change the setting named above or add a line "
$title = array()
" just before line 188 in sef_ext.php and see if it helps.

Best regrds,
Jirka

Re:JoomSef 17 years, 6 months ago #461

  • lcdude
Thankx for the reply!

Yes we have globals turned "ON". We did this so the forum would work. We are supose to get an upgrade so it can be shout off.

I will add the line you suggest and let you know how it goes.

Thankx Again

lcdude

Re:JoomSef 17 years, 6 months ago #463

  • lcdude
I tried adding the statement "$title[]=array()" and got this error. I placed it on line 188 above the Else{$title - statements in line 189

Parse error: parse error, unexpected T_VARIABLE in /home/woodworl/public_html/components/com_sef/sef_ext.php on line 189

This could be my fault I am not a php person. I posted this in the joomla forum and there is another person answered my post with he has the same problem.

I love the JoomSef and the forum and since you and many others are using it with no problems I am convinced it's something we have done.

Please Help

lcdude

Re:JoomSef 17 years, 6 months ago #464

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

you should not use the brackets [] in the statement.

The code there should be:

 
...
else {
$title = array();
$title[] = getMenuTitle($option, @$task);
$title[] = '/';
$string = sef_404::«»sefGetLocation($string, $title, @$task, @$limit, @$limitstart, @$lang);
}
...
 
ARTIO Support Team

Re:JoomSef 17 years, 6 months ago #467

  • lcdude
YES! My mistake. I will edit the file exactly as shown.

Also note that I upgraded the forum to 1.1.3 and turned globals off.

The problems still there when you open a post.

I will make the edit and report back.

lcdude
  • Page:
  • 1
  • 2
User Login Empty