surveyor

Topic: Use of undefined constant SIDEBAR_SHOW_WHAT

hi all,

i have a problem and i hope we can find a solution.

my problem is this;
i upgraded my job site from jobberbase 1.5 --> jobberbase 1.6 and now i m seeing an error notification on my home page like this;
---------------------------------ERROR MESSAGES-------------------------------------------
Notice: Use of undefined constant SIDEBAR_SHOW_WHAT - assumed 'SIDEBAR_SHOW_WHAT' in /home/ghn/public_html/ilan/page_home.php on line 8

Notice: Use of undefined constant SIDEBAR_CATEGORIES - assumed 'SIDEBAR_CATEGORIES' in /home/ghn/public_html/ilan/page_home.php on line 8

Notice: Use of undefined constant SIDEBAR_ONLY_CITIES_WITH_JOBS - assumed 'SIDEBAR_ONLY_CITIES_WITH_JOBS' in /home/ghn/public_html/ilan/page_home.php on line 14
--------------------------------------------------------------------------------------------

how can i fix it ?

surveyor

Re: Use of undefined constant SIDEBAR_SHOW_WHAT

anybody can help me?

putypuruty

Re: Use of undefined constant SIDEBAR_SHOW_WHAT

Hi.

These constants are defined in the jobberbase 1.6 config.php - it's pretty safe to overwrite your existing config.php file with the new one (but make a backup just in case). Don't forget to set the value for the DB_HOST, DB_USER, DB_PASS and all the other constants.

surveyor

Re: Use of undefined constant SIDEBAR_SHOW_WHAT

ok. i will change it now. thanks for your answer to me.