Current time: 05-24-2012, 07:38 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 3 Votes - 1.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[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
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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!

Smile
Find all posts by this user
Quote this message in a reply
03-02-2009, 05:25 PM
Post: #5
RE: [BUG] Miss you email
Thanks for the help. I had the same problem.
Find all posts by this user
Quote this message in a reply
04-08-2010, 12:57 PM
Post: #6
RE: [BUG] Miss you email
(03-02-2009 05:25 PM)mdangelo Wrote:  Thanks for the help. I had the same problem.

Electronic Dance Music Blog | Electronic Dance Music Forum | Dubstep
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication