adiop Posted January 3, 2004 Share Posted January 3, 2004 Hello all, Can someone help me on the following error message: PHP Warning: Division by zero in D:\hshome\findtcn\truckerschoicenutritionals.com\Kiosk_admin\includes\classes\split_page_results.php on line 49. Please let me know as soon as possible as I am being unable to add shipping methods or any other related issues. Link to comment Share on other sites More sharing options...
Guest Posted January 4, 2004 Share Posted January 4, 2004 I went to my includes\classes\split_page_results.php file, but line 49 doesn't have a '/' on it. I'm using the milestone 2 release. I did find several instances of '/ $max_page_links' in that file. Perhaps determining the maximum number of links to display on a page. The interesting thing is that I could find no place in all of the source code where that variable was set. Try putting $max_page_links = 10 near the beginning of that file. Or try adding echo '??' . $max_page_links near the beginning, and see if '??0' appears in your browser when you access the offending page. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.