Hosting on a Google VM running CentOS 7
Installing Dolphin-v.7.3.3.1
Everything seems to go correctly until I try to run the install scripts to set permissions.
I get the following messages when I run the script.
[root@ServerName html]# chmod 777 ./inc ./backup ./cache ./cache_public ./langs ./media/app ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/membership ./media/images/profile ./media/images/profile_bg ./media/images/promo ./media/images/promo/original ./tmp ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/Test ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI ./media/moxie/files ./media/moxie/storage
chmod: cannot access ‘./media/app’: No such file or directory
chmod: cannot access ‘./media/images/profile_bg’: No such file or directory
chmod: cannot access ‘./media/images/promo’: No such file or directory
chmod: cannot access ‘./media/images/promo/original’: No such file or directory
chmod: cannot access ‘./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer’: No such file or directory
chmod: cannot access ‘./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML’: No such file or directory
chmod: cannot access ‘./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS’: No such file or directory
chmod: cannot access ‘./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/Test’: No such file or directory
chmod: cannot access ‘./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI’: No such file or directory
[root@ServerName html]#
[root@ServerName html]# chmod 777 ./flash/modules/board/files ./flash/modules/chat/files ./flash/modules/photo/files ./flash/modules/im/files ./flash/modules/mp3/files ./flash/modules/video/files ./flash/modules/video_comments/files
[root@ServerName html]#
[root@ServerName html]# chmod 666 inc/prof.inc.php sitemap.xml
[root@ServerName html]#
[root@ServerName html]# chmod 666 ./flash/modules/global/data/integration.dat ./flash/modules/board/xml/config.xml ./flash/modules/board/xml/langs.xml ./flash/modules/board/xml/main.xml ./flash/modules/board/xml/skins.xml ./flash/modules/chat/xml/config.xml ./flash/modules/chat/xml/langs.xml ./flash/modules/chat/xml/main.xml ./flash/modules/chat/xml/skins.xml ./flash/modules/desktop/xml/config.xml ./flash/modules/desktop/xml/langs.xml ./flash/modules/desktop/xml/main.xml ./flash/modules/desktop/xml/skins.xml ./flash/modules/global/xml/config.xml ./flash/modules/global/xml/main.xml ./flash/modules/im/xml/config.xml ./flash/modules/im/xml/langs.xml ./flash/modules/im/xml/main.xml ./flash/modules/im/xml/skins.xml ./flash/modules/mp3/xml/config.xml ./flash/modules/mp3/xml/langs.xml ./flash/modules/mp3/xml/main.xml ./flash/modules/mp3/xml/skins.xml ./flash/modules/photo/xml/config.xml ./flash/modules/photo/xml/langs.xml ./flash/modules/photo/xml/main.xml ./flash/modules/photo/xml/skins.xml ./flash/modules/video/xml/config.xml ./flash/modules/video/xml/langs.xml ./flash/modules/video/xml/main.xml ./flash/modules/video/xml/skins.xml ./flash/modules/video_comments/xml/config.xml ./flash/modules/video_comments/xml/langs.xml ./flash/modules/video_comments/xml/main.xml ./flash/modules/video_comments/xml/skins.xml
[root@ServerName html]# chmod 777 flash/modules/global/app/ffmpeg.exe
[root@ServerName html]#
Thank you