Flash Apps

Hello,

 

I transfered my site to another server, after transfered im getting Unregstered errors for 2 flash apps A/V Chat and Comments Video Player.

 

FlashApps.png · 104K · 449 views
Quote · 18 Dec 2012

Same here. I've seen this on my current 7.1 B2 installation.

-- at0m33
Quote · 18 Dec 2012

 

Same here. I've seen this on my current 7.1 B2 installation.

 

In my opinion Boonex will make the flash apps only for licensed users. :)

Quote · 18 Dec 2012

I've done the same, Alex posted a fix to this, let me find it.

[edit]

 
Quote · Report · Bury · Yesterday · 0 likes · 
 

Hello,

 

I transferred my Dolphin site to anohter server, but after transferred videos, sounds and chat is not working.

I cant clean up the cache. I installed all Script Requirements of Dolphin file permissions to.

 
Quote · Yesterday · 0 likes · 
 

 

I cant clean up the cache.

 You must do this manually..

♂ boonexsupport.com not affiliated with Boonex.com or © BoonEx (ACN 127966581)
 
Quote · Yesterday · 0 likes · 
 

 

 

Ok i uploaded the sites.zip to my site and then unarchived it to /modules/boonex and when i add sites i still get no thumbnail any idea what could be the problem? I'm using 7.09

 Please clear your cache, in Admin panel.

Or manually clean the three cache folders via cPanel, File Manager.

all three have .htaccess files, they must remain.

  1. cache
  2. public_html
  3. tmp

 Watch in full screen

♂ boonexsupport.com not affiliated with Boonex.com or © BoonEx (ACN 127966581)
 
Quote · Report · Bury · 24 Hours Ago · 0 likes · 
 

Did not work..

 
Quote · 23 Hours Ago · 0 likes · 
 

did you reset or reapply the permissions via SSH as per the install directions page?

♂ boonexsupport.com not affiliated with Boonex.com or © BoonEx (ACN 127966581)
 
Quote · 22 Hours Ago · 1 likes · 
 

The problem is that uploaded files owner changed after you move to new server, it requires to change owner for all already uploaded files in many folders. 

Here are commands to run to change owner for all uploaded files (it also cleans cache files). It changes files owner in Dolphin standard modules, it doesn't change permissions for 3rd-party modules.

IMPORTANT:  change www-data to your own user, under which one your web server is running.

Run it in Dolphin root folder.

 
rm -f ./cache/*
rm -f ./cache_public/*
rm -f ./tmp/*
rm -f ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/*
rm -f ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/*
rm -f ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/Test/*
rm -f ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI/*

chown www-data:www-data langs/*.php
chown www-data:www-data media/images/banners/*
chown www-data:www-data media/images/blog/*
chown www-data:www-data media/images/classifieds/*
chown www-data:www-data media/images/membership/*

chown www-data:www-data flash/modules/board/files/*
chown www-data:www-data flash/modules/chat/files/*
chown www-data:www-data flash/modules/photo/files/*
chown www-data:www-data flash/modules/im/files/*

find flash/modules/mp3/files -regextype posix-egrep -regex '.*/[0-9]+.[a-z0-9]+$' -exec chown www-data:www-data {} ;
find flash/modules/video/files -regextype posix-egrep -regex '.*/[0-9]+(_small)?.[a-z0-9]+$' -exec chown www-data:www-data {} ;
find flash/modules/video_comments/files -regextype posix-egrep -regex '.*/[0-9]+(_small)?.[a-z0-9]+$' -exec chown www-data:www-data {} ;

find modules/boonex/forum/classes/ -regextype posix-egrep -regex '.*/[a-z]{2}' -exec rm -rf {} ;
find modules/boonex/forum/js/ -regextype posix-egrep -regex '.*/[a-z]{2}' -exec rm -rf {} ;
find modules/boonex/forum/layout/ -regextype posix-egrep -regex '.*/[a-z]+_[a-z]{2}' -exec rm -rf {} ;
find modules/boonex/forum/data/attachments/ -exec chown www-data:www-data {} ;

chown www-data:www-data modules/boonex/avatar/data/images/*
chown www-data:www-data modules/boonex/photos/data/files/*
chown www-data:www-data modules/boonex/files/data/files/*
chown www-data:www-data modules/boonex/desktop/file/*
chown www-data:www-data modules/boonex/profile_customize/data/images
chown www-data:www-data modules/boonex/profiler/log/*
chown www-data:www-data modules/boonex/smtpmailer/data/logs/*
chown www-data:www-data modules/boonex/sites/data/images/thumbs/*

 

Probably, you may need to run folders changing folders permissions command:

http://www.boonex.com/trac/dolphin/wiki/DetailedInstall#InstallScript-Step1-Permissions

http://www.boonex.com/trac/dolphin/wiki/DetailedInstall#Installthemodules

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Dec 2012

Not fixed..

Quote · 19 Dec 2012

 

Not fixed..

did you do all the steps above? 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Dec 2012

You may also be able in the flash app module that is not registered..

Did you try entering a code? Really any thing will usually work, "123456789" or enter your Dolphin license and click register.

I have had this in an install when the "modules" permissions were not set before the modules are installed.

You can install the audio video player and all will work except when trying to set the "settings" for the module I would get the "not registered" but the site was not affected.

Hope you figure this out.. keep us updated 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Dec 2012

did not work and only 2 apps others working fine.. can you do provide me all file permissions?

Quote · 20 Dec 2012

 

did not work and only 2 apps others working fine.. can you do provide me all file permissions?

 

 
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
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Dec 2012

For all files and folders of the Dolphin?

Quote · 20 Dec 2012

That's what I wanted, but did not work to..

 

 

chmod 777 ./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 ./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 ./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 

 

chmod 666 ./sitemap.xml ./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/app/ffmpeg.exe ./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

 

Quote · 20 Dec 2012

 

chmod 666

 777

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Dec 2012

 

 

chmod 666

 777

 

If i do it 777 then i'm getting "Install" and "chat/xml/main.xml permissons should be 666" error..

Quote · 20 Dec 2012

 

If i do it 777 then i'm getting "Install"

 That is exactly what you want, now install them.

If you have a file that needs to be 666 then change it.

You really need to read this page very carefully towards the bottom...

http://www.boonex.com/trac/dolphin/wiki/DetailedInstall

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Dec 2012

I mean attached screenshot:

 

fa.png · 65.5K · 684 views
Quote · 20 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.