Monday 19 July 2004 12:04:51 pm
Hey Kevin, I would recommend that you tar.gz / zip a backup of your work first. Just in Case. I've had problems with moving configured eZ publish installations. Till yesterday I've had mix results moving eZ publish installations. It's is possible but you have to be careful. What I've found is that eZ publish 3 is very sensitive to file & directory permissions. Specifically when the files in design/ are not set to 757. I could be wrong but it seems like the modfix.sh script in bin/modfix.sh does not check or alter permissions for the design/ folder.
Var permissions in the documentation say to match : chmod og+rwx -R var Settings Permissions are suggested in the documentation comments to match: chmod 777 -R settings/siteaccess I do know that all my problems have happened when I used the copy command which copies an existing directory / file and creates a new duplicate copy (with new & often incorrect file & directory permissions). To avoid this I would move the directory instead. move commands don't change the file / directory permissions. I move the directory from a the existing name to the name of the folder i want it to be when after the move like this example. I would also backup the directory before I installed it just in case. I have found that if you tar.gz an eZ publish installation you can drop the archive in the parent folder where you want the code to live and simple un pack it without having to worry about file permissions becoming a problem (most of the time, always exceptions to any rule). mv cms public_html;
tar -zcf public_html_7_19_2004_v2-0-1.tar.gz public_html;
You may want to review some of the documenation file permissions:
http://ez.no/ez_publish/documentation/configuration/configuration/tips_tricks/manual_modfix
http://ez.no/ez_publish/documentation/installation/manual_installation/manual_configuration_of_ez_publish
http://ez.no/ez_publish/documentation/configuration/troubleshooting/permissions_of_cache_files http://ez.no/ez_publish/documentation/configuration/configuration/tips_tricks/file_permissions
http://ez.no/ez_publish/documentation/building_an_ez_publish_site/the_news_page/overview_of_the_latest_news/finally_fixed_an_issue_with_templates http://ez.no/ez_publish/documentation/configuration/backup_restore/move_to_new_provider
(at the very bottom are some comments about permissions settings: http://ez.no/ez_publish/documentation/building_an_ez_publish_site/the_welcome_page/creating_and_using_a_custom_template http://ez.no/content/advancedsearch?SearchText=permissions&SearchDate=-1&SearchPageLimit=6&SubTreeArray%5B%5D=488&SearchButton=Search
I posted a follow up comment to you at the end of the thread:
http://ez.no/community/forum/setup_design/which_template http://ez.no/community/forum/setup_design/which_template/dead_serious_about_ez_publish_development
I don't know if you have seen the above post, I just wanted to ask if you would care to comment? You didn't ask but I wonder if you are also interested in removing the index.php from the url of your eZ publish links?
Cheers, kracker Modest Mouse - Good News For People Who Love Bad News - A Life Of Artic Sounds
Member since: 2001.07.13 || http://ezpedia.se7enx.com/
|