Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Error after install Jomsef 3.0 - Joomla 1.5.1
(1 viewing) (1) Guest
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

TOPIC: Error after install Jomsef 3.0 - Joomla 1.5.1

Error after install Jomsef 3.0 - Joomla 1.5.1 16 years, 8 months ago #3996

When i try to navigate to Jomsef admin backend i get this:

Parse error: parse error, unexpected '=', expecting ')' in /home/content/x/X/x/xxx/xxx/xxxx/xxxxxx/administrator/components/com_sef/sef.class.php on line 897

Same error is when i try to navigate to front end main URL

Any advice?

Re:Error after install Jomsef 3.0 - Joomla 1.5.1 16 years, 8 months ago #4010

Hello,
replace \"&$string = null\" in \"$string = null\" on line 897 in sef.class.php.

It works fine for me.

Re:Error after install Jomsef 3.0 - Joomla 1.5.1 16 years, 8 months ago #4052

  • todd
  • OFFLINE
  • Posts: 1
Thanks, the above suggestion worked for me too.

In an effort to clean up the code that the forum seems to be writing... here is what I did.

In line 897 it reads like...


function fixVariable(&$var, &$string = null) {



Change this line to read like...


function fixVariable(&$var, $string = null) {



That should fix it.
  • Page:
  • 1
Přihlášení uživatele Prázdný