I do, but only periodically. I thought I was setup to receive emails whenever new posts were made, otherwise I only check on a weekly or bi-weekly basis, so I apologize.
The error is a PHP error on syntax, it's complaining about line 25 in your global_setup.php, which you most likely edited. What's your line #25 look like? Mine looks like this:
$PHPD->setLocalTimezone(PHPDRAFT::TIMEZONE_EST);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did not change this line - but now everything is working great! I think my host server took a day to fully load the database, etc. so I just had to be patient. many thanks for a great code!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Parse error: syntax error, unexpected ')', expecting '(' in /home/content/m/n/a/mnawalters/html/bfcffl/includes/global_setup.php on line 25
Does anyone monitor this site? Would love to get this working and tout the benefits, but on to other programs if not.
I do, but only periodically. I thought I was setup to receive emails whenever new posts were made, otherwise I only check on a weekly or bi-weekly basis, so I apologize.
The error is a PHP error on syntax, it's complaining about line 25 in your global_setup.php, which you most likely edited. What's your line #25 look like? Mine looks like this:
$PHPD->setLocalTimezone(PHPDRAFT::TIMEZONE_EST);
Also, what version of PHP is your webserver using? Is it PHP 4 or PHP 5? If 4, PHPDraft only supports 5+
Did not change this line - but now everything is working great! I think my host server took a day to fully load the database, etc. so I just had to be patient. many thanks for a great code!