tcscg

<php> $file = fopen('/config/www/public/test.csv','r');

if($file){ while(!feof($file)){ $line = fgets($file); echo $line. “<br>”; } fclose($file); }else{ echo 'failed to load'; } echo getcwd(); echo scandir('.')[4]; </php>

dokuwiki\Exception\FatalException: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15246520 bytes)

dokuwiki\Exception\FatalException: Allowed memory size of 134217728 bytes exhausted (tried to allocate 15246520 bytes)

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the authplain plugin.

More info has been written to the DokuWiki error log.