You are not logged in.
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!Hi
I need someone to install jobberabse for me. Please reply.
Offline
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
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
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