Author |
Message |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Wed Sep 05, 2012 3:52 am |

|
Hi,
My hoster has upgraded to PHP 5.3 and now the script wont run anymore..
Any ideas?
Greets
|
|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Wed Sep 05, 2012 4:38 am |

|
[quote="demz"]Hi,
My hoster has upgraded to PHP 5.3 and now the script wont run anymore..
Any ideas?
Greets[/quote]
ERROR LOG FAILS over split() in: FeedForAll_XMLParser.inc.php
Just placed with preg_ infront of it but i then get other errors, any help from tech guys?
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Wed Sep 05, 2012 8:10 am |

|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Thu Sep 06, 2012 3:53 pm |

|
Hi,
I downloaded the new FeedForAll_XMLParser.inc.php from the sql2html file with should contain the fix for 5.3 but now it seems to do only a few of my sql feeds.. some have syntax XML errors.. while the feeds havent changed..
Is this FeedForAll_XMLParser.inc.php from the sql2html the good file to use?
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Thu Sep 06, 2012 4:05 pm |

|
Yes, the FeedForAll_XMLParser.inc.php from the most recent sql2html download is the appropriate one to use but, again, could you be a little more specific? What syntax errors are you seeing and where? What SQL feeds are being parsed and which aren't?
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Thu Sep 06, 2012 4:11 pm |

|
updateFeed(1)
updateFeed(3)
$errorCode = 76
xml_error_string() = Mismatched tag
xml_get_current_line_number() = 11
xml_get_current_column_number() = 8
xml_get_current_byte_index() = 770
|
|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Thu Sep 06, 2012 4:11 pm |

|
And this takes ages to be shown.. database does not update..
|
|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Thu Sep 06, 2012 4:25 pm |

|
I almost thought i got it...
http://www.feedforall.com/forum/viewtopic.php?t=5674&highlight=errorcode+76
But no :(
Now im getting this:
updateFeed(1)
updateFeed(7)
updateFeed(8)
updateFeed(10)
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
MySQL server has gone away
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Mon Sep 10, 2012 10:37 am |

|
Do you know how long the script runs for before the 'gone away' message starts to show up?
The reason I ask is that some hosts have a short limit on the length of time that a database connection can be kept alive.
Also, what you may want to do is change the order of the feeds in your config file to see if it always fails on the same feed or if it fails for all feeds. That may help narrow down where the problem is coming from.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
demz
Joined: 05 Sep 2012
Posts: 9
|
Posted: Thu Sep 27, 2012 3:02 am |

|
|
 |
 |
|