| Author |
Message |
ira_nando New Member


Joined: Aug 03, 2006 Posts: 1
|
Posted:
Fri Aug 04, 2006 11:16 am |
|
How to correct this error when I try to have access I module it the news?
Warning: main(modules/admin/admin/index.php): failed to open stream: No such file or directory in C:\AppServ\www\pnf78max\modules\News\admin\case.php on line 72
Warning: main(): Failed opening 'modules/admin/admin/index.php' for inclusion (include_path='.;c:\php4\pear') in C:\AppServ\www\pnf78max\modules\News\admin\case.php on line 72
This is the error that is in the main page of the site:
Warning: Division by zero in C:\AppServ\www\pnf78max\modules\News\public\NEIndex.php on line 166
Thanks, |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4887
|
Posted:
Fri Aug 04, 2006 11:44 am |
|
Welcome. Please search the forums for division by zero - you will find this has been answered several times recently. |
|
|
|
 |
leo51 Worker


Joined: Sep 09, 2004 Posts: 105 Location: Canada
|
Posted:
Fri Aug 04, 2006 3:07 pm |
|
I just did the fix lastnight thanks to kguske:
change $articlepagesint = ($totalarticles / $storynum); to $articlepagesint = @($totalarticles / $storynum); on line 166
And it seems from your post that case.php has incorrect lines. Did you modify that file? |
|
|
|
 |
|
|
|
|