
ross
Staff
/ Moderator

Dec 15, 2005, 3:03 PM
Post #3 of 11
(12928 views)
Shortcut
|
|
Re: [del] Publishcron 1.1 T_STRING Error
[In reply to]
|
Can't Post
|
|
Hi again Del. A quick update here for you . I was talking to Mike about this and it actually seems like the problem is going to be a combination of the first line in your rss template and the fact you are going with php extentions. The first line of that template will look like this: <?xml version="1.0"?> The problem is that anything that starts with <? on a page with a php extension will be treated as php code. Of course, the code in that tag is not actually php so you’re getting the error message. There are a couple things you can try here. The first, would be to just remove that line altogether. The only thing is that I don’t know for sure that the page will still validate. I tried loading a sample XML page here in the office and it comes up in a browser just fine, but I don’t have anywhere to test it out online so I can run it through a validate. The second option would be to see if you can change the php setting on your server so that it only looks for script between tags that start with <?php instead of just <? Do either of those options seem like they might work for you? Keep me up to date with how you are making out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|