Re: Login system for applicants [ Started by 3x-a-d3-u5 in Feature requests : 29 replies ]
agreed, do we have any freelance experts who can do such customisations for us?
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
jobberBase Community » Posts by abhishek1711
Pages: 1
agreed, do we have any freelance experts who can do such customisations for us?
Hi,
love jobberbase design and simplicity.
however want to run a paid job board with all standard features. also want registered users to apply/post jobs
so wondering if such features can be added to jobberbase, am ready to pay an expert freelancer if required.
plz advice who can help in this ?
then the problem is with godaddy, perhaps related to php5?
can you please ask for help from som1 using godaddy !
i changed it to http://mbajobs.mbanetwork.in , but still same issue.
plz help ! is it coz of godaddy ?
can i change it to mbajobs is that helps ?
isnt the problem with the hosting ?
cant get how does the subdomain name effect this....
sure, thnks for helping, here it goes
<?php
/**
* jobber job board platform
*
* @author Filip C.T.E. <http://www.filipcte.ro> <me@filipcte.ro>
* @license You are free to edit and use this work, but it would be nice if you always referenced the original author ;)
* (see license.txt).
*/
header('Content-Type: text/html; charset=UTF-8');
ini_set('display_errors', 'On');
error_reporting(E_ALL ^ E_STRICT);
date_default_timezone_set('Europe/Bucharest');
// 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', 'p50mysql233.secureserver.net');
define('DB_USER', '*****');
define('DB_PASS', '*****');
define('DB_NAME', '*****');
define('LOCATION', 'o …
hi i installed it on my subdomain http://jobs.mbanetwork.in
as you can see first page is working, but when you click on any of the links it just shows Internal Server Error error (i use godaddy, plz suggest)
here's my htaccess
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>
here's my htaccess
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>
hi i installed it on my subdomain http://jobs.mbanetwork.in
as you can see first page is working, but when you click on any of the links it just shows this error (i use godaddy, plz suggest)
--------------------------------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at jobs.mbanetwork.in Port 80
--------------------------------------------------------------------------------
exactly same issue here, can som1 help ?
okie i did something and now atleast the php5 issue is solved.
but now it shows this error (i did replace with require_once '_includes/class.Db.MySql.php' as per instructions)
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/a/b/h/abhishek1711/html/jobs2/_includes/class.Db.MySql.php on line 34
Fatal error: Uncaught exception 'Exception' with message 'Cannot connect' in /home/content/a/b/h/abhishek1711/html/jobs2/_includes/class.Db.MySql.php:41 Stack trace: #0 /home/content/a/b/h/abhishek1711/html/jobs2/config.php(107): Db->__construct('localhost', 'ibsjobs', '*****', 'ibsjobs') #1 /home/content/a/b/h/abhishek1711/html/jobs2/index.php(14): require_once('/home/content/a...') #2 {main} thrown in /home/content/a/b/h/abhishek1711/html/jobs2/_includes/class.Db.MySql.php on line 41 …
this is my congif.php files setting
// 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', 'p50mysql235.secureserver.net');
define('DB_USER', '****');
define('DB_PASS', '******');
define('DB_NAME', 'ibsjobs');
define('LOCATION', 'online');
define('ENVIRONMENT', 'prod');
}
// Global settings definitions
define('NOTIFY_EMAIL','abhishek@ibsrocks.com');
define('ADMIN_EMAIL','abhishek@ibsrocks.com');
define('SITE_NAME', 'jobberBase'); …
i did create the file in root as u mentioned, but doesnt help
my godaddy account has php5 right, but still showing some error on line 106 of config.php file.
what to do ?
my godaddy account has php5 right, but still showing some error on line 106 of config.php file.
what to do ?
Hi,
i tried everything but cant just get it to work. am using godaddy , has php5. so what could be the issue ?
Parse error: parse error, unexpected '{' in /home/content/a/b/h/abhishek1711/html/jobs2/app/config.php on line 106
Posts by abhishek1711 [ 15 ]
Pages: 1
jobberBase Community » Posts by abhishek1711
Powered by FluxBB
[ Generated in 0.021 seconds, 4 queries executed ]