Im getting these errors when trying to open http://127.0.0.1/jobberbase/ and the page does not display.
Notice: Undefined property: Job::$mMySqlDate in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\jobberbase\_includes\class.Job.php on line 115
Fatal error: Call to a member function fetch_assoc() on a non-object in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\jobberbase\_includes\class.Job.php on line 912
When I go to http://127.0.0.1/jobberbase/jobs/ the page displays but I get these errors:
Notice: Undefined index: title_part1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\jobberbase\page_category.php on line 50 Notice: Undefined index: title_part2 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\jobberbase\page_category.php on line 50
Anyone have an idea whats happening here?
This is happening with jobberbase 1.4 I had 1.3 running ok before I tried this version.