Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Munkaajánlatok menüpont megtekintésekor warning és notice üzenetek #295

Open
Sweetchuck opened this issue May 22, 2016 · 0 comments
Open
Assignees

Comments

@Sweetchuck
Copy link
Contributor

Sweetchuck commented May 22, 2016

Warning: Missing argument 1 for job_link(), called in /.../sites/all/themes/demon/templates/views/views-view--job--page.tpl.php on line 37 and defined job_link() függvényben (/.../sites/all/themes/demon/template.php 243 sor).
Notice: Undefined variable: variables job_link() függvényben (/.../sites/all/themes/demon/template.php 244 sor).
  • Nem (vagy csak nagyon ritkán) szoktunk függvényben print-et vagy echo-t használni.
    docroot/sites/all/themes/demon/template.php:243
    job_link()
  • Nincs a függvényben return, tehát a print job_link() értelmetlen.
  • A $variables argumentum és a környezet (template.php, felette lévő függvények) azt sugallják, hogy ez egy regisztrált theme függvény. (bár a függvény nevéből látszik, hogy nem az)
  • A docroot/sites/all/themes/demon/templates/views/views-view--job--page.tpl.php:37-ből van meghívva argumentumok nélkül, ezért van a warning/notice üzenet.
    drupal-hu job link
@csakiistvan csakiistvan self-assigned this May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants