jobberBase Community

Welcome to jobberBase Developer Community!

You are not logged in.

Announcement

Announcement for new users: in order to combat the ever increasing spam, we no longer allow new users to post links in the message body. This limitation is automatically lifted once a new user has a specific number of 'valid' posts.

You can post links like google.com which will be rendered as text but you will not be able to post messages that contain complete URLs like www.google.com

Thank you for your understanding!

#1 2012-03-07 18:06:17

solutionz
Member
Registered: 2012-03-04
Posts: 12

Cant view new job posting. Job shows up on page but after clicking 404

So originally i was having an issue with forwarding about us and contact pages but i realized it was a simple url rewrite rule i had to add to iis7 for the trailing slash. Now contact us and about us forward properly.

i made my first test posting in the admin panel and it published to main page no problem. but when i click 0on job posting from main page it goes file or directory cannot be found, 404. when i hover over the job URL i see an ending slash when i click it the ending slash is gone. (Example: hovering over URL shows = http://getajobinnyc.com/jb/job/16/test-at-getajobinnyc/, but once i click it goes to http://getajobinnyc.com/jb/job/16/test-at-getajobinnyc ) so i figured the rewrite rule is interfering so i disabled the rule, restarted my application pool in iis, ctrl+f5 to refresh browser and retried. SAME problem, so its not the rewrite rule

any ideas?

Please view job site @ http://getajobinnyc.com/jb

Last edited by solutionz (2012-03-07 18:08:44)

Offline

#2 2012-03-07 20:21:54

dvtservices
DV Tech Services works for jobeerbas custamisation
From: Bangalore, India
Registered: 2011-09-01
Posts: 151
Website

Re: Cant view new job posting. Job shows up on page but after clicking 404

please enable the errors and put as  dev for  server type   in config  file and run the application you can find the error easily


Thanks &Regards
DV Tech Services Pvt Ltd
Email: venkat@dvtservices.com;   www.dvtservices.com  Bangalore. India
                             We are Ready to Resolve your problems ..... And Ready to work for jobber base customizations

Offline

#3 2012-03-09 01:59:45

solutionz
Member
Registered: 2012-03-04
Posts: 12

Re: Cant view new job posting. Job shows up on page but after clicking 404

i changed the config to this:

// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
    'prefix' => 'getajobinnyc.com',
    'db_host' => 'c-71-56-212-122.hsd1.co.comcast.net',
    'db_port' => 3306,
    'db_user' => 'webXXX',
    'db_password' => 'XXXxxxXXXxxx',
    'db_name' => 'jobberbase',
    'db_prefix' => '',
    'app_url' => 'http://getajobinnyc.com/jb/',
    'ini_error_reporting' => E_ALL,
    'ini_display_errors' => 'On',
    'location' => 'online',
    'environment' => 'dev',
    'rewrite_mode' => 'iis_url_rewrite'
);

But still 404 and doesn't sway anything else? any ideas?

Last edited by solutionz (2012-03-09 05:21:59)

Offline

#4 2012-03-12 21:16:51

solutionz
Member
Registered: 2012-03-04
Posts: 12

Re: Cant view new job posting. Job shows up on page but after clicking 404

this is still unresolved please help!

Offline

Board footer

Powered by FluxBB