Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorturrant
    • CommentTimeMar 30th 2008 edited
     
    Hey

    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)
    • CommentAuthorsirgamble
    • CommentTimeMar 30th 2008
     
    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.
    • CommentAuthorMat_
    • CommentTimeMar 30th 2008
     
    This is not the better way to fix it. You will maybe need to read these error reports later.

    The good one is to read this thread: http://www.jobberbase.com/community/discussion/142/error-in-titlepart1-and-titlepart2/#Item_0
    • CommentAuthorturrant
    • CommentTimeMar 30th 2008
     
    Yes it works thx alot :)

    Brilliant script and this is the first forum that ive seen that actually answers your questions quickly.

    thanks alot