View previous topic :: View next topic |
Author |
Message |
slimeboy
Joined: 28 Jun 2003 Posts: 28
|
Posted: Thu Jul 31, 2003 12:36 pm Post subject: RSS Problem |
|
|
When i try to load the page i get
"The XML page cannot be displayed"
A semi colon character was expected. Error processing resource 'http://www.simonsrealm.net/b2rss.php'. Line 18, Position 50
<link>http://simonsrealm.net/index.php?p=92&c=1</link>
-----------------------------------------------------------^
http://www.simonsrealm.net/b2rss.php _________________ Simon's Realm |
|
Back to top |
|
 |
jadeddaisy
Joined: 24 Nov 2002 Posts: 116
|
Posted: Sat Aug 02, 2003 4:39 pm Post subject: |
|
|
The problem is the ampersand, go into your b2config.php file and find this line:
Code: | $querystring_separator = '&'; |
Change it to
Code: | $querystring_separator = '&'; |
If you edit your files within cpanel, you'll have to change this every time you make any change in your b2config file -- cpanel doesn't like to keep the ascii code as is. _________________ ~^Rickie Beth^~
jadeDblog |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1274 Location: Oregon
|
Posted: Sun Sep 14, 2003 6:28 pm Post subject: |
|
|
I'm getting in b2rss2.php...
Code: |
An invalid character was found in text content. Error processing resource 'http://journal.michaelpark.net/b2rss2.php'. Line 62, Position 467
<content:encoded>< |
|
Back to top |
|
 |
seanr
Joined: 15 Sep 2003 Posts: 6 Location: Norfolk, VA
|
Posted: Mon Sep 15, 2003 4:08 pm Post subject: |
|
|
Try putting a backslash ("\") in front of the ampersand. The problem is that PHP is trying to parse the ampersand as a variable. Try it like this:
<link>http://simonsrealm.net/index.php?p=92\&c=1</link> _________________ Sean Robertson
[email protected]
http://www.webolutionary.com
http://www.tidewater4dean.org
"As they say in Texas, George W. Bush is all hat and no cattle!"
Howard Dean for President! |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1274 Location: Oregon
|
Posted: Mon Sep 15, 2003 5:27 pm Post subject: |
|
|
Where would I put that backslash in??? I mean. which file? _________________ Michael P.
 |
|
Back to top |
|
 |
|