when i save a theme edit, i get this error. why?
i'm trying to use
<?php get_component...
i'm trying to use
<?php get_component...
PROBLEM Internal Server Error
|
when i save a theme edit, i get this error. why?
i'm trying to use <?php get_component...
2021-04-24, 19:13:22
You may have forgotten the parentheses or quotes. Or you don't have such a component.
Code: <?php get_component('banner'); ?>
2021-04-24, 19:47:55
2021-04-24, 22:06:45
To help in a better way and speed up support - show some screenshots
imgbb has a decent screenshot service as they allow delete after x time Greetings The GS team
2021-04-30, 08:53:59
Felix: "show some screenshots"
And now it's working I put the tag into the "Default Template" (2021-04-24, 19:13:22)Oleg06 Wrote: You may have forgotten the parentheses or quotes. Or you don't have such a component. i'm experiencing this issue again. This isn't about using "get_component" -- it's about editing pages or the contents of components. My site loads fine, but if i go into component-editor and simply click Save Components (without making any changes), i get the error. Same error if i try to edit an existing page. Not using "get_component" in the page.
2021-08-29, 19:43:21
Quote:href="/donate" are you sure that path format is not giving trouble ? Use an absolute server path
2021-08-30, 00:42:03
(2021-08-29, 19:43:21)Felix Wrote:Quote:href="/donate" it's not giving trouble. The component works. i tried an absolute path. Still getting same error. i have six components total. They all work. The only problem is clicking Save on this screen. |
« Next Oldest | Next Newest »
|