Jump to content

xacars/fspassengers pirep not pending [SOLVED]


Edwin

Recommended Posts

  • Administrators

i found this on the internet:

http://www.phpbb.com...t-value-errors/

could it be that somehow my mysql installation is somehow newer and could cause some values not written correctly during installation?

I looked up my mysql installer and this is what it says: mysql-installer-5.5.15.0

Perhaps. I've been installing/testing on MySQL 5.1. I don't know what changed have occurred in 5.3+

See if you can get a copy of 5.1. I'll try to figure out what's going on with 5.5

Link to comment
Share on other sites

I think the issue might be that MySQL is in strict mode.

Can you try this

http://lynnepope.net/turn-off-mysql-strict-mode

Reinstalled the whole thing with mysql55 since the same happend with mysql51 and only thing I did was execute the SET @@global.sql_mode= ''; in the database query.

Filed a report and it worked!!!!!! :)

Thanks a million for your support with this :D

so solution on new installation is, install everything by default as in the dummy guide and execute the SET @@global.sql_mode= ''; in the database. Then all should be fine :)

Link to comment
Share on other sites

I think the issue might be that MySQL is in strict mode.

Can you try this

http://lynnepope.net/turn-off-mysql-strict-mode

Reinstalled the whole thing with mysql55 since the same happend with mysql51 and only thing I did was execute the SET @@global.sql_mode= ''; in the database query.

Filed a report and it worked!!!!!! :)

Thanks a million for your support with this :D

so solution on new installation is, install everything by default as in the dummy guide and execute the SET @@global.sql_mode= ''; in the database. Then all should be fine :)

Link to comment
Share on other sites

  • 2 weeks later...

Reinstalled the whole thing with mysql55 since the same happend with mysql51 and only thing I did was execute the SET @@global.sql_mode= ''; in the database query.

Filed a report and it worked!!!!!! :)

Thanks a million for your support with this :D

so solution on new installation is, install everything by default as in the dummy guide and execute the SET @@global.sql_mode= ''; in the database. Then all should be fine :)

Sometimes i still have to run this code; SET @@global.sql_mode= '';

Otherwise my system stops registrering pending items etc.

I'm trying to figure out how to auto-run this, but haven't found it yet. Anyone an idea?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...