Search found 26 matches

by usalabs
Sun May 24, 2020 11:32 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13925

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 l...
by usalabs
Sun May 24, 2020 09:50 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13925

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 ...
by usalabs
Sat May 23, 2020 21:35 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13925

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. The table has 400 rows and the records show:- event_id shows a sequential list ship_id shows rows of 1 sector_id shows rows and rows of sector numbers and ti...
by usalabs
Fri May 22, 2020 07:40 UTC
Forum: Troubleshooting
Topic: Map does not show places visited.
Replies: 13
Views: 13925

Map does not show places visited.

Testing the game I visited all sectors sequentially from 0 to current 217 and looking at the map, it only shows sector 0 as showing a special port icon. I just traveled to sector 219 and the main page shows an energy trading port, but looking at the map, shows nothing but a lot of boxes with ? and s...
by usalabs
Thu May 21, 2020 12:20 UTC
Forum: Troubleshooting
Topic: Admin module does not display player logs.
Replies: 1
Views: 4629

Admin module does not display player logs.

When I try to view a players log from the admin module it immediately switches to player mode and says I have to login. This is the link to my dropbox video screenshot I took:- https://www.dropbox.com/s/66pin1xj65ruetz/Admin-Module-Screenshot.mp4?dl=0 A dropbox account is not needed, if a bar appear...
by usalabs
Thu May 21, 2020 12:05 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28651

Re: Unable to buy anything from any special port.

From the aspects of the current problems, they are fixed, but I found another one that I'll post as a new problem.
by usalabs
Wed May 20, 2020 19:41 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28651

Re: Unable to buy anything from any special port.

Yahooooo, that fixed it alright,,,, thanks. ADDENDUM Uh Oh, I spoke to soon, the Planet page after you set a planet to sell, this comes up:- Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in /var/www/bnt/backends/adodb/adodb-perf.inc.php on line 170 I figured it...
by usalabs
Wed May 20, 2020 15:53 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28651

Re: Unable to buy anything from any special port.

TheMightyDude wrote: Wed May 20, 2020 15:33 UTC I needed the connectdb.php file located in the includes folder.
LoL, I'm as blind as a bat.
by usalabs
Wed May 20, 2020 15:28 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28651

Re: Unable to buy anything from any special port.

On its way. The DB driver is set to mysqli as it was set in the db_config.php file, along with the files you posted as a zip file. I made a backup of my bnt folder, the overwritten the existing files with the ones from the zip, then re-configured db_config.php for the DB I use, and re-configured the...
by usalabs
Wed May 20, 2020 15:15 UTC
Forum: Troubleshooting
Topic: Unable to buy anything from any special port.
Replies: 23
Views: 28651

Re: Unable to buy anything from any special port.

Duh!!!!!!, I realized that when the universe is freshly created, the users are all deleted too, so I re-created that test player, can you try again,,, this time id does work lol

No persisten connection is used.

$db_persistent = 0;