Hello all!
I have a strange problem about frontend edit and new publicering of news.
Everything in the backend working faultless, thats why i dont understand why nothing works in the frontend.
If i try to write a new "article" it says no category exists...
When i try to edit a "article" it shown like the picture i attach with this post.
I think its something somewhere with path but dont find where...
Ofcoz i have test diffrent accounts and cookies cleared out etc.
Today i saw that add weblink in frontend dosnt work either.
But as i have wrote before, everything is working in backend.
I Hope someone had this problem before and know the solution cos i dont want to reinstall all for the problem.
Thanks in advance!
Kickfjader
www.m3turbo.tk (swedish site)
www.kickfjader.com (swedish site)
-----UPDATE------
Please someone must have had same problem i hope..
I have a other site and i have try copy some files that i can think have something with the problem but no solution at the problem...
If i include the editor in a file that i have forgot now it will appear when i try edit but nothing to edit, if that can be at some help for the ppl that are try helping me (if there is someone)
Thanks for a good forum...
-----UPDATE again.....
I found my problem...
This lines was missing in my temples....
It messed upp the site in frontend totally.
Hope it can help someone in the furture!
<?php
if ($my->id) {
include ("editor/editor.php");
initEditor();
}
?>
<?php include ("includes/metadata.php"); ?>