Yes the latest version.
Fresh install, CSRF set to TRUE in the config file then attempt to log in to admin section of the cms and an error appears (can't remember what exactly). Set it to FALSE and I can log in.
I'm using wampserver.
There is only a pencil icon for pages loaded into fuel which I did just there, I didn't want to have to do it, but not on the others which are one controller and one static view file.
I'll send you details now.
I did have problems with urls in the last install and I had hoped the upgrade would fix it. I'll try what is in that thread and see where I get.
That has seemed to fix the problem for now. Thanks for the help.
The problem is the admin section does not show up at all it just displays the frontends homepage.
Assets work for the frontend if its viewed through the correct links.
Nothing happens if I comment that line.
The $vars['CI'] fix works, thank you very much.
The inline editing code is now being rendered correctly and everything seems to be working on that end for the moment but I do still have a problem.
The parser or fuel seems to be converting " and ' t…
Ok I made a static view file page. Nothing fancy just some html and text which will be loaded into via <?php echo fuel_var('body', ''); ?> everything works fine.
Then in the CMS I create a page at this location and it asks me to load in the v…
I'm not seeing an errors at the moment because I haven't made any content that is editable in the CMS yet. In the next few days I will be so I'll be able to check then if everything is as it should be.