PHP Warning on Run
« on: August 21, 2013, 02:20:33 AM »
I had no problem installing and thought I had no problems running the generator. I noticed that every time I run it I get a error_log entry in the directory with the following error:

[21-Aug-2013 01:13:21 UTC] PHP Warning:  Illegal string offset 't' in /home/path-to/public_html/generator/pages/page-crawlproc.inc.php on line 212

Is there something I need to configure on the server to prevent this and is this indicative of a bigger problem?

Thanks in advance.
Re: PHP Warning on Run
« Reply #1 on: August 25, 2013, 08:15:26 AM »
Hello,

is the sitemap created successfully though? (this warning message relates to search engine ping function so it's not a big issue as long as sitemap is created)
Re: PHP Warning on Run
« Reply #2 on: August 25, 2013, 06:53:35 PM »
Yes, the site map looks like it's created correctly. Thanks.