These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
All of a sudden a site I built over a year and a half ago has stopped working.
The site uses Slideshow Pro Director to power a group of slideshows, but I am using PHP scripts connecting to the API, rather than Slideshow Pro for Flash, to retrieve the images from Director.
When I run any of the existing API scripts in the browser, I am getting these, or similar errors:
****
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Space required after the Public Identifier in /home/content/m/o/c/mochica/html/director_api/classes/DirectorPHP.php on line 162
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : SystemLiteral " or ' expected in /home/content/m/o/c/mochica/html/director_api/classes/DirectorPHP.php on line 162
****
I've updated both my Director install, and the DirectorAPI files to the latest versions.
Clearly something is wrong with the API scripts that I have, but I can't see what.
This is a NEW problem-- this site has been up and running for more than a year without a hitch.
Please help with suggestions-- this site is heavily trafficked, and every minute is precious.
Thank you!
Offline
An additional note--
To see the errors I'm talking about, follow this url:
http://www.piopio.com/director_api/images.php
Offline
Can you email me your API script so I can see what is going on?
Offline
Yup. I will send right now.
Offline
did you get this fixed? I've started to get the same errors
Offline
nevermind, it was this line it didn't like:
$director->cache->set('131275', '+180 minutes');
Offline