Plugin Errors

4 posts by 2 authors in: Forums > CMS Builder
Last Post: June 18, 2015   (RSS)

I am getting the following error and I really don't know why. 

CMSB v2.65

Website Membership Plugin v1.10

E_NOTICE: Undefined index: action/home/sandbox/public_html/706sandbox/builder/plugins/websiteMembership/websiteMembership.php 
(line 69)http://706sandbox.northernpenguin.com/manage.php?o=1&m=1&n

I have attached the manage.php file.  Its weird as the manage.php file has nothing to do with the website management plugin.  It is only used by the Newsletter plugin.

Ragi

--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Attachments:

manage.php 4K

Dave:  line 68 of websiteMembership.php has the following code:

  // perform website login actions
  if (@$_REQUEST['action'] == 'logoff')  { _websiteLogin_logoff(); }
  if (@$_REQUEST['action'] == 'login')   { _websiteLogin_login(); }

So, that's not it!

R

--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

By Dave - June 18, 2015

Hi Ragi, 

Does the error occur every time you access this page: http://706sandbox.northernpenguin.com/manage.php?o=1&m=1&n

If so, what happens if you "temporarily" comment out those two lines in websiteMembership.php?

The error would seem to indicate that the error suppression operator (@) is somehow being ignored, but temporarily commenting out that line would confirm that.

Let me know what you find, if it is being ignored check if you have the extension in this post installed: 
http://stackoverflow.com/questions/15203168/php-error-suppression-is-being-ignored

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com