Re: Error installing [ Started by singular in General support : 2 replies ]
Hi!
Please try this: open the root .htaccess file and add the following line somewhere
[code]RewriteBase /~singular/job[/code]
Hope it helps!
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 links
Hi!
Please try this: open the root .htaccess file and add the following line somewhere
[code]RewriteBase /~singular/job[/code]
Hope it helps!
Hi!
As it is currently implemented, only the person that has posted the jobs receives the resume; the site's admin doesn't receive an email when someone applies to a job. But this can be changed, of course, by adapting the code a little bit.
Hi!
Did you actually import the jobberbase.sql file into the database?
Hi!
In order to do this, you have to make the following changes:
- in _templates/default/_translations/_emails/emails_en.xml, on line 70, replace [i]Your ad on {SITE_NAME} was published [/i] with [i]Your ad {JOB_TITLE} has been published[/i]
- in _includes/class.EmailTranslator.php, on line 109, replace [i]public function GetPublishToUserSubject()[/i] with [i]public function GetPublishToUserSubject($title)[/i] and add [i]$msg = str_replace('{JOB_TITLE}',$title, $msg);[/i] after the line [i]$msg = (string)$this->xml->PublishToUser->subject;[/i]
- in _includes/class.Postman.php, on line 138, replace [i]$subject = $this->emailTranslator->GetPublishToUserSubject();[/i] with [i]$subject = $this->emailTranslator->GetPublishToUserSubject($data['title']);[/i]
That should do it!
Hi!
In the .htaccess file from the admin folder, can you also try to add this line:
[code]DirectoryIndex index.php [/code]
Hi
In the .htaccess file from your admin folder, can you try adding the line
[code] RewriteBase /admin[/code]
after the line
[code]RewriteEngine on[/code]?
Hi!
You can edit or delete jobs from the admin section. It is located at www.yourjobberbase.com/admin. Default username and password are admin/admin.
Hi,
Can you make sure that you followed these steps from the installation guide?
[code]Fatal error: Call to a member function query() on a non-object in /XXX/XXX/XXX/_includes/class.Job.php on line 1025 (note that the line number might differ in your case) or Access denied for user 'yourusername'@'yourdatabasehost' (using password: YES)
There are multiple reasons why you could have these errors:
- be sure that your user name and password (the ones defined in DB_USER and DB_PASS in config.php) are correct - a lot of people misspell them
- be sure that you have imported the jobberbase.sql file and that you have set the correct database name in the DB_NAME constant[/code]
Hi!
No, it doesn't work with Wordpress templates and it's not using any SEO plugin from Wordpress. Jobberbase and Wordpress aren't connected in any way.
Hi!
Can you try checking what's written at this point into the installation guide?
[code]Fatal error: Call to a member function query() on a non-object in /XXX/XXX/XXX/_includes/class.Job.php on line 1025 (note that the line number might differ in your case) or Access denied for user 'yourusername'@'yourdatabasehost' (using password: YES)
There are multiple reasons why you could have these errors:
- be sure that your user name and password (the ones defined in DB_USER and DB_PASS in config.php) are correct - a lot of people misspell them
- be sure that you have imported the jobberbase.sql file and that you have set the correct database name in the DB_NAME constant
[/code]
Hi!
You have to set the 'app_url' => '', to 'app_url' => 'http://www.bidgot.com/',
Hope it helps!
Hi!
For [i]$__instances['local'][/i] , please change [code]'prefix' => 'bestugandajobs.com/',[/code] to [code]'prefix' => 'localhost',[/code]
Let us know if that helped!
Hi!
In _templates/default/header.tpl, before <div id="the_feed">, add the following:
[code]
<div style="position:absolute; top:78px; right: 150px;">
{literal}
CODE_FROM_ADDTHIS
{/literal}
</div>
[/code]
Hope it helps!
Hi,
Yes, you should copy the files/folders to the public_html folder. In your case, that is the root now :)
Hope this helps!
@andyshephard I've sent you an email, also :)
I sent you an email, not sure you got it
No, the problem is for sure in the .htaccess file.
Can you try leaving just the following lines in the root .htaccess:
[code]Options +FollowSymlinks
RewriteBase /jersey-jobs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
[/code]
Hi,
Can you please try now to add the comment to the line:
[code]Options +FollowSymlinks[/code]?
Hi,
Could you try adding the following line to your .htaccess file:
[i]RewriteBase /vacatures[/i]
After the line:
[i]RewriteEngine on[/i]
I sent you an email
You don't have to restart apache every time you modify .htaccess.
Have you also tried
RewriteBase /
?
No, the problem is not there. JobberBase works ok using apache on windows.
Did you try to comment the line:
RewriteBase /jobs
from the .htaccess?
You can comment it by placing a # in front of the line.
Hi,
Put the code between {literal}{/literal} tags, so:
[code]{literal}
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://THIS_USED_TO_BE_THE_PIWIK_DOMAIN/" : "http://THIS_USED_TO_BE_THE_PIWIK_DOMAIN/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://THIS_USED_TO_BE_THE_PIWIK_DOMAIN/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Tag -->
{/literal}
[/code] …
Hi!
First of all make sure that, in config/config.envs.php, in $__instances['live'], the 'app_url' has the following value:
[b]'app_url' => 'http://www.compleetzakelijk.com/maat/',[/b]
and the 'prefix' 'has the following value:
[b]'prefix' => 'compleetzakelijk.com',[/b]
This should fix the errors you get, if not or if you receive other errors after you apply this change, just paste them here.
Hope it helps!
I see only the homepage is loading. Could you paste here the content of your root .htaccess, please?
Page [ 1 of 10 ] Posts by links [ 1 to 25 of 230 ]
jobberBase Community » Posts by links
Powered by FluxBB
[ Generated in 0.026 seconds, 5 queries executed ]