1xBet Registration

Warning: file_put_contents(): Only 0 of 10 bytes written, possibly out of free disk space (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Warning: file_put_contents(): Only 0 of 10 bytes written, possibly out of free disk space

Exception

ErrorException

  1.                 // skip running this time as an active lock file exists
  2.                 return;
  3.             }
  4.         }
  5.         if(!file_put_contents($lockfiletime(), LOCK_EX)) {
  6.             $this->error("Unable to write lock file: $lockfile"Notice::logOnly); 
  7.             return;
  8.         }
  9.         
  10.         if(is_file($filename)) {
LazyCron->afterPageView(object(HookEvent)) in /home/surebettanzania/public_html/wire/core/WireHooks.php (line 924)
  1.                     }
  2.                 } else {
  3.                     /** @var Wire $toObject */
  4.                     if($hook['toPublic']) {
  5.                         // public
  6.                         $returnValue $toObject->$toMethod($event);
  7.                     } else {
  8.                         // protected or private
  9.                         $returnValue $toObject->_callMethod($toMethod, array($event));
  10.                     }
  11.                     $toMethodCallable true
WireHooks->runHooks(object(ProcessPageView), 'finished', array()) in /home/surebettanzania/public_html/wire/core/Wire.php (line 450)
  1.                 if($val !== null) return $val;
  2.             }
  3.         }
  4.         $hooks $this->wire('hooks'); /** @var WireHooks $hooks */
  5.         if($hooks) {
  6.             $result $hooks->runHooks($this$method$arguments);
  7.             if(!$result['methodExists'] && !$result['numHooksRun']) {
  8.                 $result $this->_callWireAPI($method$arguments);
  9.                 if(!$result) return $this->callUnknown($method$arguments);
  10.             }
  11.         } else {
Wire->__call('finished', array()) in /home/surebettanzania/public_html/index.php (line 60)
  1.     $wire = new ProcessWire($config);
  2.     
  3.     $process $wire->modules->get('ProcessPageView');
  4.     $wire->wire('process'$process); 
  5.     echo $process->execute($config->internal);
  6.     $config->internal $process->finished() : extract($wire->wire('all')->getArray());
  7.     
  8. } catch(\Exception $e) {
  9.     // Formulate error message and send to the error handler
  10.     if($process$process->failed($e);
  11.     $wire $wire->trackException($e) : $config->trackException($e);

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(): Only 0 of 10 bytes written, possibly out of free disk space

  at /home/surebettanzania/public_html/wire/modules/LazyCron.module:161
  at ProcessWire\LazyCron->afterPageView(object(HookEvent))
     (/home/surebettanzania/public_html/wire/core/WireHooks.php:924)
  at ProcessWire\WireHooks->runHooks(object(ProcessPageView), 'finished', array())
     (/home/surebettanzania/public_html/wire/core/Wire.php:450)
  at ProcessWire\Wire->__call('finished', array())
     (/home/surebettanzania/public_html/index.php:60)