View Single Post
  #5  
Old 06-17-2012, 06:47 AM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
The situation still hasn't progressed and is still happening even after i've moved to a different server and a totally different file path with different functions:

Here's the current code I have:
PHP Code:
      this.filePath "levels/world/staff_tricxta/";



      
temp.fileP this.filePath@params[1];
      
temp.loadVariables.loadlines(fileP);  
      
      
temp.loadVariables.add("Testttinnnnggg!!!!");          
      
      
temp.loadVariables.savelines(fileP,0);
      
      echo(
fileP@":"@loadVariables);
      echo(
"file size:" filesize(fileP)); 
and here's what's happening when I echo the results and then search for the file:
Quote:
levels/world/staff_tricxta/testProject.txt:Testttinnnnggg!!!!,Testttinnnnggg! !!!,Testttinnnnggg!!!!,Testttinnnnggg!!!!,Testttin nnnggg!!!!
file size:95
world/staff_tricxta/testProject.txt: not downloadable, 27 byte, 2012-06-17 04:53:51
If the log limit is reached for whatever reason how can I go about fixing it?
Reply With Quote