I installed the latest version of jobberbase sucessfully and the all the pages load except when i select a menu option like "editors". The page loads but it has few php errors at the top.Please help! Here is the errors i receive:
PHP Error Message
Notice: Undefined index: title_part1 in /home/a8417275/public_html/page_category.php on line 50
Free Web Hosting
PHP Error Message
Notice: Undefined index: title_part2 in /home/a8417275/public_html/page_category.php on line 50
My website is:
http://footinthedoor.890m.com/
(note: I just set up my account yesterday with the webhost and im expecting an admin scan which will temporarily close the site for a few hours. Please try it again later when the web check is finished 1-10 hrs lol)
Yeah I get the same thing. Fortunately it's just a notice and not an error that appears to wreck any functionality or anything. What I did was open up the "page_category.php" file and underneath "<?php" I typed "error_reporting(0);" so it looks like:
*** <?php
error_reporting(0);
***
(without the ***'s). All this does is turn off PHP error reporting so it's not really a fix to the problem, but it should get rid of any notices you're having.