Details page redirecting 404 page even when clicked on more link and title link how to do properly?
Hello,
did you setup the "Details page" (job.htm) like described in the example?
please check the "List page" in Backend "Cms" (or "Editor"). Here you have to select your jobs at the Vacancy List component at the "Links" section.
if you still have problems, please give me some more information [ what October Cms version, any error in the error log ] and post your List & Details page code.
Last updated
ozonecoder said:
Hello,
did you setup the "Details page" (job.htm) like described in the example?
please check the "List page" in Backend "Cms" (or "Editor"). Here you have to select your jobs at the Vacancy List component at the "Links" section.
if you still have problems, please give me some more information [ what October Cms version, any error in the error log ] and post your List & Details page code.
yeah, I did that, seems to be fine. But now I'm getting exception
Parse error: syntax error, unexpected '<', expecting function (T_FUNCTION) or const (T_CONST)
PHP Content
EXCEPTION
Cms\Classes\CmsException
[jobVacancy]
slug = "{{ :slug }}"
categoryPage = "job-detail"
==
<?php
<div id="content">
{% component 'jobVacancy' %}
{% component 'jobContact' %}
</div>
Last updated
Can you please post the complete code from your job detail page?
use Markdown syntax for the code
btw. the part for the components should be like this
<div id="content">
{% component 'jobVacancy' %}
{% component 'jobContact' %}
</div>
Last updated
ozonecoder said:
Can you please post the complete code from your job detail page?
use Markdown syntax for the code
btw. the part for the components should be like this
<div id="content"> {% component 'jobVacancy' %} {% component 'jobContact' %} </div>
Yeah, i changed this and I get nothing in that page apart from just headings like this
Job description Your tasks Your profil Published on Mar 21, 2022
I don't see any job details of selected job on this page
Please use this page Ozonecoders and click the link "click here to send message to Ozonecoders" to send me a direct Message with your Email address, so i can write your directly to solve to problem quickly.
Please make also sure you fill the fields requirements and profile inside the job that you open with detail page. + check you filled all the in ozc Jobs Settings
1-7 of 7