Help

Please post known bugs here and preferably how to recreate the problem.

Thank you,

Greg

20 Responses to Help

  1. Stelnet says:

    Hi,
    I have a few errors:
    1. the files attached by seekers that the employer try to open, in effect give an error such as: “the file is damaged or not supported”. Moreover I don’t find that files in remote folder (I’m quite but not absolutely sure about the absolute path).
    2. In the page to delete the jobs, every job contain an error:
    Notice: Undefined property: description in /usr/local/apache/htdocs/seam/job/library/process.php on line 194

    Could you response me?
    Tnx a lot

    ******************************************************
    FROM JOBHUT
    ******************************************************

    I am not sure why error 1 or 2 is happening. If you don’t mind, please submit your “process.php” for further inspection.

  2. Stelnet says:

    If I can I have an other error.
    I have seen there is a patch, I have copied it in administration folder and then I launched it by address bar of the browser. I have received the message ok, then, when I tried to home page I have seen an erron in the left frame:
    Fatal error: Call to undefined function dynamicLink() in C:\Programmi\EasyPHP 2.0b1\www\job\index.php on line 30

    and an error in the main frame:
    Array
    Notice: Use of undefined constant COMPANY – assumed ‘COMPANY’ in C:\Programmi\EasyPHP 2.0b1\www\job\index.php on line 23

    Thanks

    ******************************************************
    FROM JOBHUT
    ******************************************************

    Hmmm. That’s odd. I would need to see the process.php script to offer further guidance.

  3. Dave says:

    ok, I have fixed the issue, there were two echo statements without encapsulation. now, I have the issue that whenever I add a job it just echos back ‘query failed’ and I have no idea why.

    ******************************************************
    FROM JOBHUT
    ******************************************************

    make sure your UID/PSSWD is set correctly. Also, when 3rd party hosted, the DB name is often convoluted – make sure that is correct.

  4. OK this is what i get when i apply for my example jobs: Warning: move_uploaded_file(/home/userName/public_html/temporary/RevisedRDirectory.doc) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/jeanine/public_html/jobhut/library/process.php on line 548

    ******************************************************
    FROM JOBHUT
    ******************************************************

    Very weird. The app is looking for the file/resume where the library is. If OK, send me the process.php and I may be able to help.

  5. First I want to thank you for a quick response! and your willing to help me.
    If you can e-mail me at jimmyroguetech@gmail.com i can e-mail you back the process.php file but I wanted to know if you can change how this works alittle bit. I dont want any resume send at all, just the other info Im planning on using your script to have a volunteer recruitment system. and where agencys can sign up post there volunteer needs and have volunteers sign up for these opportunities. I work for United Way of Putnam County and I’m a web designer/volunteer coordinator the website will be located at http://www.unitedwayputnam.com but for testing im running the script at http://www.unitedwayputnam.com/jobhut
    thanks!!!

    ******************************************************
    ***** FROM JOBHUT *************************************
    ******************************************************

    I’m glad to hear JobHut is being used for non-profit. As far as removing the “Submit Resume,” just go to the “jobDetail” function in the process.php file and remove the reference/link to the “APPLY FOR JOB” portion.

    I like your idea for registering to volunteer – however, I do not have the time to tailor JH for such a function. THAT BEING SAID – check out how someone applys for a job and maybe you can alter the “APPLY FOR JOB” to “VOLUNTEER” – and just submit the info that way.

  6. where can i submit my process.php file for inspection?

  7. When I try to search jobs, apply for a job, or delete a job listing, I receive a blank screen with the words “query failed.” When this occurs, the URL in the address box is either: http://mysite.com/Jobs/process/processSearch.php, http://mysite.com/Jobs/process/processApply.php, or http://mysite.com/Jobs/process/processDelete.php. I am almost certain that I have inserted all of the correct information. The only possible error that I can think of is that the path is wrong. My site is hosted through Yahoo and they don’t provide users with the same information as other hosts. I use another application that requires a path and it works starting with the root folder, so I followed the same procedure here. I can add jobs, categories, and locations, so I know that I am connecting with the mysql database.

    By the way, is there a way to list available openings without searching?

    ****************************************************
    ****** FROM JOBHUT **********************************
    ****************************************************

    JobHut writes full SQL errors to a file called “MySQL.txt”. Take a close look at this file for further debugging capabilities. Typically it is because the GLOBAL variables under “DATABASE CONFIG” have been set improperly (e.g. SERVER, DATABASE_NAME, etc.).

    “When do you expect to release your new version? Will it still be available in June?”

    – Ahhh, a little later. I had some pie-in-the-sky dreams but found myself busy with other stuff (real work:-). BUT, version 1.2 will have some nice extras 1.0 doesn’t have (e.g. the ability to update a job, logout, etc.).

  8. Hi there,

    I was just wondering if there was any way to display a full list of jobs on the front page.

    Thanks,

    Daniel

    **********************************************
    **** FROM JOBHUT ******************************
    **********************************************

    Sure thing. Just dig a little in the “process.php” file and you’ll see that you can post all jobs via an ALL search and just call it from the home page.

    Good luck!!!

  9. stelnet says:

    In ver 1.2 when I Try to change color I receive this error message:
    Color Change Failed

  10. Michael says:

    I like this script as it isn’t bloated, and is easy to modify. I just broke down the index page and created separate header, index, left column and right column php pages, then pull each one into the main page files; much easier to modify different areas when wanting to make changes.

    As far as the listings on the index page, that’s pretty easy to set up. Just modify the search query as a new function and give it a new function name, then add the function to the index page.

    I put together a simple administration index page with it’s own menu; it is easier to just put links to the management files in the menu than to go to each page separately.

    A couple of issues, or questions that I have.

    1) I don’t quite get what the processMark, processEdit, member.php and miscellaneous.php files are for; in doing testing of the script, I never seem to actually view them. Should individual links be added to the menu for these?

    2) Update.php will show all member listings, and let you select the radio button, or click the detail link, but nothing else. I’m guessing there should be a button to got o an editing page?

    A couple of things I’d like to try to add, if there are no objections.

    1) Letting job listers upload a logo which can be placed in a column, and clicking the logo will take the viewer to a page showing all of that companies ads.

    2) A stats area with total listings and miscellaneous information.

    3) Admin approval of new members and listings before being displayed.

    I’d be happy to share what I’ve done so far with anyone that is interested. Just email me at michianawebline @ gmail.com

  11. Michael says:

    One other thing I notice is the file types for resumes that are submitted; so far i can get plain text and pdf files to go through, but Word and Works files fail. I haven’t tried the other two.

  12. I have been using JOBHUT for quite some time now and am very pleased with it.

    I have only just realised that when somebody applies for a position, I am not receiving an email or CV.

    This is definetely to do with me tinkering with the site, but it was so long ago I can’t remember what it could be. Any ideas?

    The site is http://www.redskyltd.co.uk

    **********************************************************
    **** FROM JOBHUT ******************************************
    **********************************************************

    could be a bunch of things – would need to investigate further. maybe eliminate all references to only allowing specific file types…

  13. Moshe says:

    what is the meaning of crypt salt? what i need to put there?

    ****************************************************
    *** FROM JOBHUT *************************************
    ****************************************************

    merely hiding user personal info, put whatever you want

  14. Kofi says:

    Hello

    I have uploaded JobHut files, configured my database, edited lines 17, 18, 19, 20 & 23 of process.php. But I can’t seem to get the program installed in order to recorgnize my database and actually run. What must I do?

    Thanks

  15. I am having the same problem Kofi, I have everything correct and just cannot get it to recognize the database. Anyone have any ideas? It is an awesome script and would really like to get it working

  16. Jack says:

    Hello, I’ve just added your application to our website for testing. However, I have an issue where it doesn’t appear to be sending emails. Any idea? Nothing has been altered except for the required config info in the process.php.

    Thanks.

    *******************************
    **** FROM JOBHUT ************
    *******************************

    hard to say not knowing how your system is setup … can you be more specific ???

  17. Russ Meder says:

    I get a case 12 error on application send.

    Application failed. I can’t find the issue as to why it is failing.

    Please advise. Looks like the demo site is also getting that error on jobhut.

    Thanks,

    *******************************
    **** FROM JOBHUT ************
    *******************************

    don’t see the issue … what’s going on exactly ???

  18. Boris says:

    in file process.php line 121 – not correct figures – please fix it.
    BRGDS!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.