Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Blank page problem
(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: Blank page problem

Blank page problem 14 years ago #18350

Hello,

I have a problem with JoomlaSEF. It gives me this error:

Fatal error: Only variables can be passed by reference in /var/www/vhosts/********/httpdocs/components/com_sef/joomsef.php on line 653

and All I have is a blank page.

This is line 653:

// Try the 301 Alias redirect
if (count($_POST) == 0) {
JoomSEF::_parseAlias($path, $uri->getQuery(true));
}


I have
Global SEF URLs Enabled
Apache mod_rewrite Enabled
JoomSEF Enabled
JoomSEF plugin Enabled
Creation of new URLs Enabled

I have this options in .htaccess
RewriteBase /
RewriteEngine On
# Options +FollowSymLinks (already tries to uncomment it with no luck)

I'm on ipower web hosting

Would be nice and kind if anyone can help me out.

Cordialy,

Re:Blank page problem 14 years ago #18385

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Thank you for your report, we'll fix this in next version.
In the meantime, you should be able to fix it using following steps:
1. In the same file, find this line (it should be around line 1400):
function _parseAlias($route, &$vars)

2. Remove the ampersand character, so the result will be:
function _parseAlias($route, $vars)

That's it.

Best regards,
ARTIO Support Team
ARTIO Support Team
  • Page:
  • 1
User Login Empty