|
[BUG] Miss you email
|
|
08-25-2008, 04:39 PM
Post: #1
|
|||
|
|||
|
[BUG] Miss you email
Parse error: syntax error, unexpected ';' in /path/to/inc/tasks/dailymissyouemail.php on line 16
|
|||
|
08-25-2008, 05:18 PM
Post: #2
|
|||
|
|||
|
RE: [BUG] Miss you email
hi,
take a look at that file on linenumber 16 (or the lines of code before it) it is missing a ; somewhere |
|||
|
08-25-2008, 05:40 PM
Post: #3
|
|||
|
|||
|
RE: [BUG] Miss you email
No, there is a ; too many, in the middle of line 16, right in front of a comma.
|
|||
|
08-26-2008, 09:12 AM
Post: #4
|
|||
|
|||
|
RE: [BUG] Miss you email
The problem also found in Nimasdj's topic.
To fix: In inc/tasks/dailymissyouemail.php find (around line 16): PHP Code: $mass_email['subject'] = str_replace("{days}", intval($mybb->settings['mye_days']);, $mass_email['subject']); and replace with PHP Code: $mass_email['subject'] = str_replace("{days}", intval($mybb->settings['mye_days']), $mass_email['subject']); Then find (around line 25) PHP Code: $mass_email['message'] = str_replace("{days}", intval($mybb->settings['mye_days']);, $mass_email['message']); and replace with PHP Code: $mass_email['message'] = str_replace("{days}", intval($mybb->settings['mye_days']), $mass_email['message']); Plugin should now work on a 1.4.x installation!
|
|||
|
03-02-2009, 05:25 PM
Post: #5
|
|||
|
|||
|
RE: [BUG] Miss you email
Thanks for the help. I had the same problem.
|
|||
|
04-08-2010, 12:57 PM
Post: #6
|
|||
|
|||
|
RE: [BUG] Miss you email
Electronic Dance Music Blog | Electronic Dance Music Forum | Dubstep |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help




