Daily Lucky Numbers:
11
19
20
26
36
39

Error logs from the arcade

Started by Hero, February 15, 2019, 05:30:24 PM

Previous topic - Next topic

Hero

Hi Chen,

I get a lot of error logs from the arcade.

But I do not know what to do or what is wrong.

I think you know what to do.

Type of error: Database
Database error: Data too long for column 'data' at row 1
   /index.php?action=arcade;sa=play;game=1943
  /www/xxxx/xxxxxx/xxxxxx/Sources/Session.php (Line 187)
 
  Type of error: General
2: Can not modify header information - headers already sent
  /index.php?action=arcade;sa=play;game=1943
  /www/xxxx/xxxx/xxxxx/Sources/Subs.php (Line 6833)
 
 
   Type of error: General
2: Unknown: Can not call session save handler in a recursive manner
   /index.php?action=arcade;sa=play;xml

Chen Zhen


The arcade is accessed via the index therefore errors can sometimes be caused by other mods or edits even though they occur during an arcade action.

The error shown from this line of Subs.php:
/www/xxxx/xxxx/xxxxx/Sources/Subs.php (Line 6833)

.. seems to be from another mod because by default that line number exceeds the default file length of Subs.php in both SMF branches.

In my opinion it appears you are having some sort of cache issue.
Try clearing the cache and/or using a different available accelerator.
 

Hero

He shows me this in the Admin section of Cache.

SMF has detected the following accelerators: SQLite3 database based caching, SMF file based caching


I have chosen this time and deleted the cache. Let's see if it's better now.

In the line 6833 in the subs.php file is with me in it.

header ($ protocol. ''. $ code. ''. (! empty ($ status)? $ status: $ statuses [$ code]));

Chen Zhen


Are you still having a problem with this?

Hero

No thanks Chen Zhen. Mistake is gone.

Hero

If you uninstall games, this error comes

  Type of error: General
2: in_array () expects parameter 2 to be array, null given
  /index.php?action=admin;area=managegames;sa=list;done;sesc
  /www/htdocs/xxxxxxx/forumSources/Subs-ArcadeAdmin.php (line 2659)