uc7beta - user warning after upgrade

Posts: 14
Joined: 02/01/2008

After upgrade I have in my administrator area

user warning: in C:\www\html\site\includes\database.mysql.inc on line 172.

line 172

trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING);

Drupal 5.6

Posts: 17
Joined: 02/09/2008

Have you ran the Cron, Checked the status report, and ran the update script?

I came across a similar issue and doing the above solved the problem.
I'm using 5.7 mind you...

Posts: 14
Joined: 02/01/2008

I don't touch cron. I have ran update script of course. You have to ran to update database.
in databasemysql.inc
trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING);

echo $query;

I have strange output of $query:
in Firefox and IE too INSERT INTO sf_system (name, description, type, filename, status, throttle, bootstrap) VALUES ('u�_alter', 'Des', 'module', 'sites/all/modules/u�_alter/u�_alter.module', 0, 0, 0)

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Very weird... honestly, I've got nothing. This doesn't even seem related to Ubercart somehow with that output. Sticking out tongue

Posts: 14
Joined: 02/01/2008

I' sorry. It was my false. Smiling