Menu Content

Podpora

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

Joomsef and Joomlatwork Conflict in PHP 5.3.1
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Joomsef and Joomlatwork Conflict in PHP 5.3.1

Joomsef and Joomlatwork Conflict in PHP 5.3.1 14 years, 3 months ago #12331

Hi,

I am trying to add unique meta name="title" tags (not to be confused with <title>) to all my internal pages but I also wanted SEF urls so I installed the newest versions JoomSEF and Joomlaatwork on an local apache server running php 5.2.7. I disabled meta tag usage in JoomSEF and enabled them in Joomlatwork and it was working great.

Then when I went to move it to a live hosting environment that is using apache running php 5.3.1 and I get the following error message appearing on the top of all pages of the site:

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/SELPGSEF/plugins/system/sefpatch.php on line 171


And I get the following error message when I try to browse to any internal pages:

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/SELPGSEF/plugins/system/sefpatch.php  on line 171
 
Error: headers already sent in sefpatch.php on line 171.
Stopped at line 1182 in joomsef.php


I am guessing this has something to do with php 5.3.1 as i have seen it cause weird errors like this before but is there any way to fix it.

Regards,
SEONinja
Last Edit: 14 years, 3 months ago by SEONinja. Reason: Explained the problem in more detail
The topic has been locked.

Re:Joomsef and Joomlatwork Conflict in PHP 5.3.1 14 years, 3 months ago #12342

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

The error is coming from the /plugins/system/sefpatch.php file which is not part of JoomSEF. However, I'm guessing that the line reported looks something like this:
$something = & new Something();

It could probably be fixed by removing the & character on that line, so it would look like this:
$something = new Something();


Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný