Notice: Uninitialized string offset
- Saka
- Offline
- Administrator
15 years 3 months ago #4805
by Saka
Emir Sakic
www.sakic.net
Hi,
It's actually not a bug, it's anotice. You should never have max reporting on on a live site.
Anyway, if possible please send me the FTP info and I will have a look on it.
It's actually not a bug, it's anotice. You should never have max reporting on on a live site.
Anyway, if possible please send me the FTP info and I will have a look on it.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Greg
- Topic Author
- Offline
- New Member
14 years 10 months ago - 14 years 10 months ago #5120
by Greg
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Hello,
sorry to rebump this old topic.
But I think I found out a part of the solution, at least a part of the way to it...
Today just by mistake I've put the error report level to "Maximum" and guess what ? no more RSS feed (I mean with sef advance /rss.feed).
So reflex was, cut the sef, clean all the caches, to see if this is rewrite issue, but no more feed.
The feed just wanted to be doawnload as a simple file (rss.php)under firefox.
So I had a look at the source of the broken feed, the source code just display this:with two characters at the end of the line (attached, the forum here don't want them)
So after that I had look at all my feeds (forum, comments, files and frontpage feed) and compared them each others. Only the first lines are involved here, as the two unicode charcaters are at the start.
rss.feed (frontpage feed):
Comments:
files:
The only real thing that is only present in the SefAdvance rewrited feed (rss.feed) is this one:
First question, is this normal that we got a call to the extlink.css here ? I don't think this is really needed here, am I wrong ?
EDIT: I know that this css is for when we have an external link int the text, but I just ask the question...
This apart could the offset error, due to the <?xml-stylesheet declaration here ?
Any idea welcome, test yourself (put maximum error report level, and check your rss and atom feeds)
sorry to rebump this old topic.
But I think I found out a part of the solution, at least a part of the way to it...
Today just by mistake I've put the error report level to "Maximum" and guess what ? no more RSS feed (I mean with sef advance /rss.feed).
So reflex was, cut the sef, clean all the caches, to see if this is rewrite issue, but no more feed.
The feed just wanted to be doawnload as a simple file (rss.php)under firefox.
So I had a look at the source of the broken feed, the source code just display this:
Uninitialized string offset: 0 in /home/www/client/www/components/com_sef/sef_incl.php on line 0
So after that I had look at all my feeds (forum, comments, files and frontpage feed) and compared them each others. Only the first lines are involved here, as the two unicode charcaters are at the start.
rss.feed (frontpage feed):
<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! 1.5 - Open Source Content Management" -->
<?xml-stylesheet href="/media/sef_advance/css/extlink.css" type="text/css"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
Comments:
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
files:
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
The only real thing that is only present in the SefAdvance rewrited feed (rss.feed) is this one:
<?xml-stylesheet href="/media/sef_advance/css/extlink.css" type="text/css"?>
First question, is this normal that we got a call to the extlink.css here ? I don't think this is really needed here, am I wrong ?
EDIT: I know that this css is for when we have an external link int the text, but I just ask the question...
This apart could the offset error, due to the <?xml-stylesheet declaration here ?
Any idea welcome, test yourself (put maximum error report level, and check your rss and atom feeds)
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Last Edit: 14 years 10 months ago by Greg.
Please Log in or Create an account to join the conversation.