Closed andrewjs18 closed 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.
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
apache errors when hitting the url: http://pastebin.com/eRPCBRGU
change line 265 in plugin file to this
global $mybb, $page, $db, $lang, $admin_options, $form;
didn't change much on the error side:
hmmm
global $mybb, $page, $db, $lang, $admin_options, $form, $form_container;
The error seems to be related to my OUGC Feedback plugin, it is probably loading in there but it shouldn't.
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).
I fixed the issue in OUGC Feedback just FYI.
just replace the plugins file without deactivating?
seemed to fix the issue. thanks, Omar.
Yes just replace the file, the issue was just one line.
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.