Search found 311 matches

by TheMightyDude
Sun May 24, 2020 11:18 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Ok, so we know its adding them into the database, but I have no clue why you are getting that the variables starting with l_ are language variables are missing. I would check your database to see if those undefined variables starting with l_ are in your languages table, there should be 1 for each la...
by TheMightyDude
Sun May 24, 2020 02:56 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Ok, for the first issue, for the records in movement_log does their ship_id the ship_id in the ships table? If so it seems like there might be an issue in maps.php or a caching issue. The second issue could be one of 2 issues. 1: the Create Universe had an error or didn't complete. 2: the language f...
by TheMightyDude
Sat May 23, 2020 10:43 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13888

Re: Map does not show places visited.

Hmm, that is strange, due to its working fine for me on that code.

Check your database to see if its adding records to the movment_log table.
by TheMightyDude
Thu May 21, 2020 12:54 UTC
Forum: Troubleshooting
Topic: Admin module does not display player logs.
Replies: 1
Views: 4623

Re: Admin module does not display player logs.

That has always been the case at least since version 0.36 / 0.4 back in 2002 most admins login via their game account and then use the admin password to access the logs etc.
Its code has got bad over the years and the game is over 20 years old.
by TheMightyDude
Thu May 21, 2020 06:47 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

Ok, just to make sure, are you saying its all working fine for you now?

If so, I will get back to what I was doing.
by TheMightyDude
Wed May 20, 2020 16:04 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

Hmm, seems MySQL doesn't like spaces in it LOL Ok, in that connectdb.php file... That line I said to put in there, replace it with this line: $db->Execute ("SET SESSION sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITU...
by TheMightyDude
Wed May 20, 2020 15:33 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

I needed the connectdb.php file located in the includes folder.
by TheMightyDude
Wed May 20, 2020 15:19 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

Can you zip up the connectdb.php file and send it to support@blacknova.net because I still think that logout error is linked to that connection.

What about $ADODB_SESSION_DRIVER, is that set to mysqli (notice the I at the end)
by TheMightyDude
Wed May 20, 2020 15:07 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

Says that user doesn't exist. I get that same Notice Message as you when I remove that fix in connectdb.php Its a non-object (i.e. $res is being set to a Boolean false due to its failing the query) because the changes MySQL made that requires full / complete GROUP_BY in the queries, which is what th...
by TheMightyDude
Wed May 20, 2020 14:32 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28620

Re: Unable to buy anything from any special port.

As there is no way of posting a screen shot on here, I'll have to just copy and paste the error I got when on the logout page:- Notice: Trying to get property 'fields' of non-object in /var/www/bnt/includes/gen_score.php on line 90 Notice: Trying to get property 'fields' of non-object in /var/www/b...