Sama34 / AriesBelgium--Remember-Us-

Sends out e-mail reminders to your users based on several conditions.
GNU General Public License v3.0
1 stars 0 forks source link

cannot set up any reminders #1

Closed andrewjs18 closed 9 years ago

andrewjs18 commented 9 years ago

Omar,

I'm seeing the reminders link under users & groups now, but I'm still unable to set up any reminders. I also checked the admin permissions to see if there were any permissions I needed to allow.

128 apr 27

127 apr 27

Sama34 commented 9 years ago

What is in the source code? If the it is caused by an PHP warning it may only be visible from at the end of the source code. I'm currently unable to run my local environment to test myself.

andrewjs18 commented 9 years ago

here's the source when I click on the 'add reminder' tab within admin cp> users & groups > reminders:

I don't know how to properly paste code in github so here's a link to it

http://pastebin.com/PEXBSBRk

andrewjs18 commented 9 years ago

apache errors when hitting the url: http://pastebin.com/eRPCBRGU

Supryk commented 9 years ago

change line 265 in plugin file to this

global $mybb, $page, $db, $lang, $admin_options, $form;

andrewjs18 commented 9 years ago

didn't change much on the error side:

http://pastebin.com/WxaBvtCz

Supryk commented 9 years ago

hmmm

global $mybb, $page, $db, $lang, $admin_options, $form, $form_container;

Sama34 commented 9 years ago

The error seems to be related to my OUGC Feedback plugin, it is probably loading in there but it shouldn't.

andrewjs18 commented 9 years ago

yeah, when I tail my error log and then click around inside the reminders tabs, those are the errors that show up (I'm the only one clicking around in the admin cp during this time).

Sama34 commented 9 years ago

I fixed the issue in OUGC Feedback just FYI.

andrewjs18 commented 9 years ago

just replace the plugins file without deactivating?

andrewjs18 commented 9 years ago

seemed to fix the issue. thanks, Omar.

Sama34 commented 9 years ago

Yes just replace the file, the issue was just one line.