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-06-13 08:32:28

jobberfan2012
Member
Registered: 2012-06-13
Posts: 1

Need someone to install jobberbase

Hi

I need someone to install jobberabse for me. Please reply.

Offline

#2 2012-06-18 14:57:23

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

Re: Need someone to install jobberbase

Please send your ftp details to venkat@dvtservices.com
We will the installation  for just 10$


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-10-08 05:59:24

send4radha
Member
Registered: 2012-10-08
Posts: 1

Re: Need someone to install jobberbase

I have new to this Fourms,  I am finding difficult in install in live site. 

// local (http://localhost/jobberbase/public)
$__instances['local'] = array(
    // should be a unique part of the url (or the entire url if you wish)
    'prefix' => 'localhost',
    // mysql credentials
    'db_host' => 'localhost',
    'db_port' => 3306,
    'db_user' => 'root',
    'db_password' => '',
    'db_name' => 'jobberbase',
    'db_prefix' => '',
    // your site's full url
    'app_url' => 'http://localhost/job/',
    // error reporting
    'ini_error_reporting' => E_ALL,
    'ini_display_errors' => 'On',
    // environment setting 1 (use 'local' for localhost/testing OR 'online' for live, production environment)
    'location' => 'local',
    // environment setting 2 (use 'dev' together with 'local' in the previous setting OR 'prod' with 'online')
    'environment' => 'dev',
    //'apache_mod_rewrite', 'iis_url_rewrite' -microsoft URL Rewrite module, 'iis_isapi_rewrite'
    'rewrite_mode' => 'apache_mod_rewrite'
);

// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
    'prefix' => 'seekyourjob.com',
    'db_host' => 'localhost',
    'db_port' => 3306,
    'db_user' => 'mdu_aiuser',
    'db_password' => 'XXXXX',
    'db_name' => 'SeeKjob123@world',
    'db_prefix' => 'Mdu',
    'app_url' => 'http://seekyourjob.com/',
    'ini_error_reporting' => E_ALL,
    'ini_display_errors' => 'Off',
    'location' => 'online',
    'environment' => 'prod',
    'rewrite_mode' => 'apache_mod_rewrite'
);

Please help me. My Site is not live for a week.

Offline

#4 2012-10-08 12:23:05

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

Re: Need someone to install jobberbase

please change 'ini_display_errors' => 'Off' to  'ini_display_errors' => 'On', and   'environment' => 'dev' then you will find the exact error then you can able to fix it


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

Board footer

Powered by FluxBB