Upgrade to Concrete 5.6.2.1 - Editing of Pages Disappeared
PermalinkMy website,http://www.reformedpendulum.com was upgraded to Concrete 5.6.2.1, my global PHP version is 5.4. After the upgrade I no longer see the Edit Page option on each webpage. Before the upgrade, I was able to edit pages to my heart's content. I've double-checked and triple-checked the security on the pages as well.
I'm not sure what to do here and would appreciate any help anyone could provide for me.
Thanks!
Mark Hanson
Maybe try re-installing the newest version of tweetcrete to see if the problem resolves itself?
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............
<?php $this->inc('elements/footer.php'); ?>
Warning: include(/homepages/7/d94584170/htdocs/wsc94584178/updates/concrete5.6.2.1_updater/concrete/themes/Reformed Pendulum/elements/footer.php): failed to open stream: No such file or directory in /homepages/7/d94584170/htdocs/wsc94584178/updates/concrete5.6.2.1_updater/concrete/core/libraries/view.php on line 484
Warning: include(): Failed opening '/homepages/7/d94584170/htdocs/wsc94584178/updates/concrete5.6.2.1_updater/concrete/themes/Reformed Pendulum/elements/footer.php' for inclusion (include_path='/kunden/homepages/7/d94584170/htdocs/wsc94584178/libraries/3rdparty:/homepages/7/d94584170/htdocs/wsc94584178/updates/concrete5.6.2.1_updater/concrete/libraries/3rdparty:.:/usr/lib/php5.4') in /homepages/7/d94584170/htdocs/wsc94584178/updates/concrete5.6.2.1_updater/concrete/core/libraries/view.php on line 484
Try this instead:
<?php Loader::element('footer_required'); ?>
Thanks for your help!
Mark
Can you attach your default.php file here so I can have a look at it? You will have to rename it default.txt to attach it to these forums.
UPDATE: I see you now have some extra stuff along the bottom which tells me your DOM structure is butchered because your closing DIVs don't match up with your opening DIVs.
Let's fix this properly now.
Thanks for your help!
Mark
Sorry, remind me about what intpage1.php is used for. Is that just another 'page type' layout page you are using in your site?
I have attached 2 modified files. Neither one uses the footer.php file any more because I incorporated the important sections of the footer.php file into these two files.
To be safe, don't just plunk these files back into your theme. Temporarily rename your existing (working) default.php and intpage1.php files so that if mine don't work, you can revert back to yours.
When I first started working with concrete5, I found it confusing to have all these references to 'footers' and 'headers'. The Load::elements("footer_required") stuff is not the same as the files in your 'elements/footer' even though they look very similar.
I made the changes. Looks like it all works fine.
I was curious...is it normal for the "Sign In to Edit this Site" to show up at the bottom of the webpage?
Thanks!
Mark
I've experienced this when certain add-ons were not upgraded at the same time. Are you able to check your "Extend Concrete5" dashboard area to see the update status of add-ons?
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............