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?

Topic: commercial features required [ Started by abhishek1711 in Feature requests : 1 replies ]

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 ?

Re: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

then the problem is with godaddy, perhaps related to php5?

can you please ask for help from som1 using godaddy !

Re: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

i changed it to http://mbajobs.mbanetwork.in , but still same issue.

plz help ! is it coz of godaddy ?

Re: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

can i change it to mbajobs is that helps ?

isnt the problem with the hosting ?

cant get how does the subdomain name effect this....

Re: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

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 …

Topic: internal server errors on subdomains [ Started by abhishek1711 in Bug reports : 2 replies ]

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>

Re: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

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>

Topic: jobberbase on subdomain ? [ Started by abhishek1711 in General support : 12 replies ]

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
--------------------------------------------------------------------------------

Re: Can't connect to local MySQL server [ Started by Anonymous in General discussion : 2 replies ]

exactly same issue here, can som1 help ?

Re: Parse error: config.php on line 106 [ Started by abhishek1711 in General support : 6 replies ]

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 …

Re: Parse error: config.php on line 106 [ Started by abhishek1711 in General support : 6 replies ]

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'); …

Re: Parse error: config.php on line 106 [ Started by abhishek1711 in General support : 6 replies ]

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 ?

Re: Help with installation using GoDaddy [ Started by Anonymous in General discussion : 3 replies ]

my godaddy account has php5 right, but still showing some error on line 106 of config.php file.

what to do ?

Topic: Parse error: config.php on line 106 [ Started by abhishek1711 in General support : 6 replies ]

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