DragonflyCMS Projects > Newsletters > Install + Pro_News (with fixes) > Community Forums > Phoenix Netology
Forum Index > Community > Newsletters

Install + Pro_News (with fixes) Reply to topic


v1.1

Install fails under PHP5.3 STRICT, default value for content in newsletter_pending with db error.
In cpg_inst.php changing line 64 from:
content text NOT NULL default "",
to:
content text NOT NULL,
was sufficient to install, and module appears to function OK.

Selecting Pro_News with a since date gives a couple of db errors because field is called posttime in pronews_articles
(Raise it with Kuragari not me! Wink
In functions.inc change:
WHERE time >=
to
WHERE posttime >=
on lines 347 and 776.

Initiated by Bugger (Original Entry) - Comments Here Please.

Please enter your server specs in your user profile! 😢


No problem, thanks - install error is actually a MySQL strict or traditional issue.

There will be plenty more SQL and PHP issues to come in various mods - especially mods like Newsletters where there were so many legacy issues and may not have found them all just yet.

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):

All times are Australia/Adelaide


Jump to: