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.
    • CommentAuthorelitemedia
    • CommentTimeMay 13th 2008 edited
     
    Hi everybody, im new to the community, and installed this great script at www.flatrentalukraine.com , but im getting some problems with the script, first of all when i try to post a job, everything looks to work fine but the job post is never posted....

    Here is my config:

    // MySQL + misc settings for local environment
    if ($_SERVER['SERVER_NAME'] == 'localhost')
    {
    define('DB_HOST', 'localhost');
    define('DB_USER', 'root');
    define('DB_PASS', '');
    define('DB_NAME', 'jobberbase');
    define('LOCATION', 'local');
    define('ENVIRONMENT', 'dev');
    }
    // MySQL + misc settings for production environment
    else
    {
    define('DB_HOST', 'localhost');
    define('DB_USER', 'avenue_xxxx');
    define('DB_PASS', 'XXXXXXXXX');
    define('DB_NAME', 'avenue_xxxx');
    define('LOCATION', 'online');
    define('ENVIRONMENT', 'prod');
    }

    // Global settings definitions
    define('NOTIFY_EMAIL','gexxxx@elitexxxxx.ch');
    define('ADMIN_EMAIL','gexxxx@elitexxxxx.ch');
    define('SITE_NAME', 'jobberBase');


    define('MAX_CV_SIZE', 3000000); // approx. 3 mb
    define('FILE_UPLOAD_DIR', 'uploads/');
    define('JOBS_PER_PAGE', 50);

    // Type of jobs. Values are the database ids.
    define('JOBTYPE_FULLTIME', 1);
    define('JOBTYPE_PARTTIME', 2);
    define('JOBTYPE_FREELANCE', 3);

    define(‘APP_PATH’, home/avenue/domains/flatrentalukraine.com/public_html/(__FILE__).DIRECTORY_SEPARATOR);

    =========================================================================

    You can check my phpinfo here http://flatrentalukraine.com/phpinfo.php

    Any help to make this script working would be apreciated....

    thanks
    • CommentAuthorTokyoJ
    • CommentTimeMay 14th 2008
     
    elitemedia,
    Sorry can't help with the code but can help with PR...
    If you want to, please add your site to the list of live sites running Jobberbase...
    (here's the list so far...)
    1. www.jobber.ro
    2. www.roblogs.info/
    3. www.itjobr.net
    4. www.castingsonline.com.ar
    5. www.jobinmarketing.ro
    6. www.qarir.com
    7. www.darbadiena.lv
    8. http://jobs.2803.com/
    9. http://www.salongigs.com/
    10. http://jobspath.com
    11. www.planetsap.com
    12. www.itkarriar.se/medicalrec.se
    13. :-P
    14. www.jobberies.com
    15. http://netzerate.net
    16. http://www.webstartupjobs.com
    17. http://www.pliggjobs.com
    18.
    • CommentAuthorpardocorp
    • CommentTimeMay 14th 2008 edited
     
    i have the same problem, everything looks good, i don't have any errors and any job post too , when i got to the administrator, i see this:
    Innactive jobs
    No jobs, yet.
    • CommentAuthorpardocorp
    • CommentTimeMay 15th 2008 edited
     
    Now it works , see below
    • CommentAuthormtabner
    • CommentTimeMay 15th 2008
     
    see below? how did you fix it!?

    i am having the same problem - you can view my site here - http://mediacityukjobs.com/

    thanks
    • CommentAuthorRiff
    • CommentTimeJun 8th 2008 edited
     
    Ok, I was looking, searching, seeking, no answer found yet... so how to fix it? I'm adding a job, there's a nice message "your ad has been posted" (sort of), and when I'm clicking on "display ad" - there's nothing. There's nothing in admin panel also.

    Update:
    Nevermind, found the answer I had (have?)
    • CommentAuthorjillian
    • CommentTimeJun 25th 2008
     
    So what is the answer??? Anyone?
    • CommentAuthorjillian
    • CommentTimeJun 25th 2008
     
    I guess that the answer is to check your email that you set up in the config.php file.

    My problem is that I'm not getting the email for some reason. I suspect I have to set up the pop/SMTP server somewhere in the app.