Pandos

  • Living on the edge of Wedge
  • Posts: 635
Log throws errors
« on January 17th, 2014, 01:49 PM »
After upgrading to the newest version:
2: mysqli_query() expects at least 2 parameters, 1 given: Subs-Template.php Zeile: 588
# dpkg-reconfigure brain
error: brain is not installed or configured

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Log throws errors
« Reply #1, on January 17th, 2014, 03:17 PM »
Thanks! I didn't even remember not having fixed that one yet...

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Log throws errors
« Reply #2, on January 17th, 2014, 04:01 PM »
Let's get another error :)

2: Missing argument 4 for wesql::insert(), called in /cache/php/Subs-Template.php on line 589 and defined File: Class-DB.php Line: 431

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Log throws errors
« Reply #3, on January 17th, 2014, 05:10 PM »
Oops, too quick of a fix then? ;)

I'll look into it once I'm back on my PC.
Re: Log throws errors
« Reply #4, on January 17th, 2014, 07:23 PM »
If you'te in a hurry to fix (and want to test before I commit...), you can simply edit the file, and add this after the 'insert(' line and before the array declarations:

Code: [Select]
'{db_prefix}pretty_urls_cache',

Yes, I actually managed to forget the table name... :^^;:

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Log throws errors
« Reply #5, on January 17th, 2014, 07:35 PM »
No need to hurry, because I pull it live from BB to test if all is working to get you the time to do your things. So this is always an actual working copy to determine the status for you :)

Nao

  • Dadman with a boy
  • Posts: 16,079

CerealGuy

  • Posts: 343
Re: Log throws errors
« Reply #7, on January 22nd, 2014, 07:26 PM »
Aaaand another one :D
Code: [Select]
Apply Filter: Only show the errors of this type Type of error: Undefined
Apply Filter: Only show the error messages of this URL http:/xxxxxx/wedge/index.php?action=notification;show=latest
Apply Filter: Only show the errors with the same message 8: Undefined index: notifier_mentions_html
Apply Filter: Only show the errors from this file File: /home/xxxxx/xxxxx/wedge/gz/app/Class-Notifier.php
Line: 1

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Log throws errors
« Reply #8, on January 24th, 2014, 05:43 PM »
This would be triggered by a communication issue with the Mentions plugin.

Never happened to me at wedge.org, though...

CerealGuy

  • Posts: 343
Re: Log throws errors
« Reply #9, on January 29th, 2014, 09:04 PM »
Latest Commit (just overwrote core)
Filter einschalten: Nur die Fehler mit der selben Nachricht anzeigen 8: Undefined index: jquery_version
Filter einschalten: Nur Fehler von dieser Datei anzeigen Datei: /home/**/wedge/gz/app/Subs-Cache.php

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Log throws errors
« Reply #10, on January 29th, 2014, 10:11 PM »
That was addressed by a fix I posted probably shortly after your message... It's in Load.php.

CerealGuy

  • Posts: 343

MultiformeIngegno

  • Posts: 1,337
Re: Log throws errors
« Reply #12, on January 30th, 2014, 01:23 AM »
index.php?action=admin;area=serversettings;sa=proxy;save

implode(): Invalid arguments passed
File: /gz/app/ManageServer.php
Line: 539 and Line: 536
Re: Log throws errors
« Reply #13, on January 30th, 2014, 01:33 AM »
I don't even have that file (ManageServer.php) in my /gz/app folder..

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Log throws errors
« Reply #14, on January 30th, 2014, 06:57 PM »
Oh, nice...

Try replacing at line 536 (in /core/app) the explode("\n", part with preg_split('~\s+~',
This SHOULD work. Untested...