[GH-ISSUE #50] deprecated class function called in php5.5 #26

Closed
opened 2026-02-28 01:20:37 +03:00 by kerem · 2 comments
Owner

Originally created by @securelayers on GitHub (Jul 3, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/50

When trying to log in the portal we see the following error in the log file:

[:error] [pid 5767] [client x.x.x.x:54715] PHP Fatal error: Call to a member function bindValue() on a non-object in /var/www/html/includes/misc.inc.php on line 111, referer: http://x.x.x.x/index.php

You should declare a function a a static function if you want to call it without an object.
Could you help us with this ?

Kind regards,

J.Prinse

Originally created by @securelayers on GitHub (Jul 3, 2015). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/50 When trying to log in the portal we see the following error in the log file: [:error] [pid 5767] [client x.x.x.x:54715] PHP Fatal error: Call to a member function bindValue() on a non-object in /var/www/html/includes/misc.inc.php on line 111, referer: http://x.x.x.x/index.php You should declare a function a a static function if you want to call it without an object. Could you help us with this ? Kind regards, J.Prinse
kerem closed this issue 2026-02-28 01:20:37 +03:00
Author
Owner

@tuxis-ie commented on GitHub (Jul 3, 2015):

Hi. I think you're missing php SQLite?

Mark Schouten
Tuxis Internet Engineering
mark@tuxis.nl / 0318 200208

On 03 Jul 2015, at 17:35, "securelayers" notifications@github.com wrote:

When trying to log in the portal we see the following error in the log file:

[:error] [pid 5767] [client x.x.x.x:54715] PHP Fatal error: Call to a member function bindValue() on a non-object in /var/www/html/includes/misc.inc.php on line 111, referer: http://x.x.x.x/index.php

You should declare a function a a static function if you want to call it without an object.
Could you help us with this ?

Kind regards,

J.Prinse


Reply to this email directly or view it on GitHub.

<!-- gh-comment-id:118398832 --> @tuxis-ie commented on GitHub (Jul 3, 2015): Hi. I think you're missing php SQLite? ## Mark Schouten Tuxis Internet Engineering mark@tuxis.nl / 0318 200208 > On 03 Jul 2015, at 17:35, "securelayers" notifications@github.com wrote: > > When trying to log in the portal we see the following error in the log file: > > [:error] [pid 5767] [client x.x.x.x:54715] PHP Fatal error: Call to a member function bindValue() on a non-object in /var/www/html/includes/misc.inc.php on line 111, referer: http://x.x.x.x/index.php > > You should declare a function a a static function if you want to call it without an object. > Could you help us with this ? > > Kind regards, > > J.Prinse > > — > Reply to this email directly or view it on GitHub.
Author
Owner

@tuxis-ie commented on GitHub (Jul 30, 2015):

Assuming this is fixed

<!-- gh-comment-id:126308486 --> @tuxis-ie commented on GitHub (Jul 30, 2015): Assuming this is fixed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#26
No description provided.