Help! Error in scrapbook after moving site!
Permalink
Hi,
I moved my site from a subdirectory to the root (fromhttp://www.example.com/c5 tohttp://www.example.com).
I changed the config/site file to reflect the new directory, and cleared cache.
Everything is working fine, EXCEPT: When I go to the Scrapbook option inthe dashboard, I get this error:
Warning: include(/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../single_pages/dashboard/scrapbook/view.php) [function.include]: failed to open stream: Permission denied in /home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/libraries/view.php on line 779
Warning: include() [function.include]: Failed opening '/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../single_pages/dashboard/scrapbook/view.php' for inclusion (include_path='/home2/legumina/public_html/mysite/libraries/3rdparty:/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../libraries/3rdparty:.:/usr/lib64/php:/usr/lib/php') in /home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/libraries/view.php on line 779
I checked all permissions -- they're set to either 777 or 775
Any ideas what happened??
Thank you!
Andrey
EDIT: When I change the config file to the earlier version:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2');?>
Instead of
concrete5.4.2.1
It works again!
Should I reinstall the update? If so, how?
I moved my site from a subdirectory to the root (fromhttp://www.example.com/c5 tohttp://www.example.com).
I changed the config/site file to reflect the new directory, and cleared cache.
Everything is working fine, EXCEPT: When I go to the Scrapbook option inthe dashboard, I get this error:
Warning: include(/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../single_pages/dashboard/scrapbook/view.php) [function.include]: failed to open stream: Permission denied in /home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/libraries/view.php on line 779
Warning: include() [function.include]: Failed opening '/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../single_pages/dashboard/scrapbook/view.php' for inclusion (include_path='/home2/legumina/public_html/mysite/libraries/3rdparty:/home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/config/../libraries/3rdparty:.:/usr/lib64/php:/usr/lib/php') in /home2/legumina/public_html/mysite/updates/concrete5.4.2.1/concrete/libraries/view.php on line 779
I checked all permissions -- they're set to either 777 or 775
Any ideas what happened??
Thank you!
Andrey
EDIT: When I change the config file to the earlier version:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2');?>
Instead of
concrete5.4.2.1
It works again!
Should I reinstall the update? If so, how?
Remove the define in config/site.php. Then delete the folder root/updates/concrete5.4.2.1 Go to your dashboard to see if it gives you the update message.(It might take a while to check though) If it doesn't appear after a day or so, download the latest version of concrete5 and upload to root/updates. Then add back in the define, and see if that works. (If the update message appears, ignore the steps after it and just update through it)
Also, tried to see how to roll C5 to earlier version, (since 5.4.2 does not have the error), but can't find info on how to do this. Would a roll-back and a re-upgrade fix the issue?
Thanks,
Andrey