View previous topic :: View next topic |
Author |
Message |
nixxie
Joined: 24 Nov 2003 Posts: 3
|
Posted: Wed Jul 07, 2004 5:48 am Post subject: fread() |
|
|
Code: | Warning: fread(): Length parameter must be greater than 0. in /home/spryte06/public_html/chebusa/b2template.php on line 95 |
i get this error when i try to update my blog? whats happening? |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 178
|
Posted: Tue Jul 13, 2004 3:30 pm Post subject: |
|
|
You are trying to change the code in the template and it can't find the file (or it is an empty file). Look in b2config.php and ensure that the line Code: | $blogfilename = 'index.php'; | has the correct name of the opening file. |
|
Back to top |
|
 |
|