All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Empty delimiter error in wp-email.php on line 1252  (Read 2118 times)

0 Members and 1 Guest are viewing this topic.

Offline Ericr

  • Newbie
  • *
  • Posts: 4
    • View Profile
Empty delimiter error in wp-email.php on line 1252
« on: 05 December 2011, 23:34 »
I wrote a php script that calls wp-load to access the database and is run as a daily cronjob. Its output is appended to a file, and the first line added is "Empty delimiter in /home/[user]/public_html/news/wp-content/plugins/wp-email/wp-email.php on line 1252".

I commented out lines 1252-1332, which appears to have fixed that for me, but it wouldn't work for anyone running wp-stats (unless running wp-stats would have prevented the problem from occurring in the first place).