Note that there are some explanatory texts on larger screens.

plurals
  1. POYShout 5: Function Unserialize Error
    primarykey
    data
    text
    <p>Bought YShout and have been running on my webserver for some time now. Support isn't answering any emails in a long time. I keep getting unserialize errors that kill the chat box.</p> <p>Error: There appears to be a problem: unserialize() Error at offset 65537 of 86434 bytes. File: filestorage.class.php Line 36.</p> <p>Here is the function with line 36 in it.</p> <pre><code>function load() { if (($contents = $this-&gt;read($this-&gt;path)) == null) return $this-&gt;resetArray(); return unserialize($contents);///////////line 36 } </code></pre> <p>here seems to be the line in the log file that is generating the error message, 65537 seems to be located right at the "a" in "uia:2:" in the string. </p> <pre><code>i:251;a:6:{s:8:"nickname";s:7:"TestUser";s:7:"message";s:30:"when he's online ask him";s:9:"timestamp";d:1373857811.6403610706329345703125;s:5:"admin";b:0;s:3:"uia:2:{s:4:"info";a:1:{s:15:"latestTimestamp";i:-1;}s:5:"posts";a:0:{}}ip";s:12:"76.174.54.75";}} </code></pre> <p>Not really sure how YShout works, but I'm getting this error more than once a day now. I have to delete the log file, then YShout creates a new log from scratch and all is well. But until I delete the log causing problems no one can use the chat window. </p> <p>Ideal solution would be to fix this and figure out whats going on. Secondary solution would be to rename the log file causing the error. This would cause YShout to create a new log file to use and we would have a history of the log that contained the error message.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload