problem with page template
-
The theme includes templates for individual pages. Part done by me and part by some other webdeveloper who made the website. By a strange coincidence, two pages from the template do not want to work.
I am unable to identify the problem.
There is a code in the page that does not open:
<?php /** * Template Name: User - Dashboard * Template Required: true * Template Url: dashboard */ Cake::dispatch(array('Users', 'dashboard'), array(null));In the template files there is also a file inc/ and there is many application component files made by the previous programmer to suit the needs of the page. For example is inc / app / View / Users / dashboard.ctp
I know that it’s hard to read coffee grounds without looking into the construction of the whole. But do I correctly deduce that I should look for some problem in the connection between those two files?
I can’t find any helpful information about this Cake :: dispatch (array …
Could someone throw a lifeline?
The topic ‘problem with page template’ is closed to new replies.