Hi, i got 3 permanent license since a very long time.... i register my dolphin script and it works perfectly... but when i go into the ray flash module... i got a problem to register it... what i should do to register it correctly with my permanent license?
thx
|
I had this problem when I moved from one server to another. I would make sure the permissions are correct on all the directories and files. Boonex flash apps will automatically register once things are correct. To be honest, I am not really sure about my problem but it did clear up. You can also try to upload the files again; making sure your FTP client is transferring the files in binary mode. Geeks, making the world a better place |
ok thx for the reply, but all the permission is ok.. so i dont know what could be the problem
i will wait an answer from the boonex team
|
Geeks, making the world a better place |
ok so i hope the boonex team will reply shortly because for now im stuck with my website |
ok so i hope the boonex team will reply shortly because for now im stuck with my website
Try what AlexT stated in the thread I pointed you to.
Do you have shell access to the server?
Geeks, making the world a better place |
I had a couple of the Flash Apps do this to me on 2 different fresh 7.1 install sites. I fixed it by FTP'ing the files for the Flash Module up and overwriting the ones that were up there. Not sure why it worked, just that it did. Hope this helps. |
I had a couple of the Flash Apps do this to me on 2 different fresh 7.1 install sites. I fixed it by FTP'ing the files for the Flash Module up and overwriting the ones that were up there. Not sure why it worked, just that it did. Hope this helps.
If the permissions were wrong, then FTPing the files back up will set the permission to what the FTP server is configured to set them to and that would of course fix any permission problems.
The reason I asked if the person had shell access is that one can run a shell command that will crawl through all the directories setting the permissions correctly all in one get-go.
Geeks, making the world a better place |
well i dont did an update... i did a fresh new install of 7.2 and all the permission was ok into the install permission screen..
so i dont see where is the problem....
|
well i dont did an update... i did a fresh new install of 7.2 and all the permission was ok into the install permission screen..
so i dont see where is the problem....
7.2???? Aren't we getting a little ahead of ourselves ;)
|
Does it say "product not found" when you try to enter a key? The fact is, you don't have to enter a key; the flash apps will self-register. So forget the key thing.
Also, were the flash apps enabled, or did you have to enable them? When I saw my error, the flash apps were not enabled, and when I went to enabled them, it did report incorrect file settings. The problem is that it was not only the ones listed that had to have proper permissions.
Try this, shell into your server, if you can't then get someone that can. change to the flash directory on the server. Execute the two commands, one after the other.
find ./ -type d -exec chmod 755 {} ;
find ./ -type f -exec chmod 644 {} ;
Then go to /global/app and set the permission on ffmpeg.exe to 755
Geeks, making the world a better place |
ok so i hope the boonex team will reply shortly
For better or worst, we are the Boonex team.
Geeks, making the world a better place |
ok i finally find a solution...
First of all, the permission should be 666 for all the XML files... thx boonex to be specific into the installation process.. after over 5 years of update of dolphin you still never mention the EXACT permission that we should put for the files and folder into the installation process like most of any other script.....
Second, i think that the bug is that you NEED to activate and install all the flash module BEFORE enter your Dolphin License into your license section... That's sound like a BUG to me...
thx for all and hope that the version 8.0 of dolphin will correct these elementary problem...
|
ok i finally find a solution...
First of all, the permission should be 666 for all the XML files... thx boonex to be specific into the installation process.. after over 5 years of update of dolphin you still never mention the EXACT permission that we should put for the files and folder into the installation process like most of any other script.....
Second, i think that the bug is that you NEED to activate and install all the flash module BEFORE enter your Dolphin License into your license section... That's sound like a BUG to me...
thx for all and hope that the version 8.0 of dolphin will correct these elementary problem...
this is taken from the "detailed" install page, when setting permissions.
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
http://www.boonex.com/trac/dolphin/wiki/DetailedInstall
Install Script - Step 1 - Permissions
ManOfTeal.COM a Proud UNA site, six years running strong! |
Second, i think that the bug is that you NEED to activate and install all the flash module BEFORE enter your Dolphin License into your license section... That's sound like a BUG to me...
Your supposed to run all these permissions settings B4 you install Dolphin.
and if you look further down that same page you will see more chmod settings that need to be performed for module installs
ManOfTeal.COM a Proud UNA site, six years running strong! |
well sorry but me when i install dolphin the "detailed" install page dont show 666 or 777... only writtable or non writtable or executable |
well sorry but me when i install dolphin the "detailed" install page dont show 666 or 777... only writtable or non writtable or executable
that does not matter, you have to do these no matter.
I do agree there should be a link in the install process that leads you to that page, took me six months to find it when I was new here.
I would go through and change each folder manually.
Now on site installs, after the setup takes you to the page to remove the "install" folder that is when I head over to changing those file permissions, {http://www.boonex.com/trac/dolphin/wiki/DetailedInstall} then proceed to do the module installs. Just my way of doing it and it speeds it up (the install process)
ManOfTeal.COM a Proud UNA site, six years running strong! |
i know it write somewhere.. but for a huge script like dolphin... i dont understand why it not more precise...
i buy a lot of scripts for all my website and 90% of the time these script tell you exactly what is the permission you need to set for the files into the warning page... error this folder need to be set at 755... this file need to be set at 777...
anyway.. it so simple to add to the dolphin script that i dont understand why it still not into that script to make the installation more easy for newbie
|
anyway.. it so simple to add to the dolphin script that i dont understand why it still not into that script to make the installation more easy for newbie
totally agree 
ManOfTeal.COM a Proud UNA site, six years running strong! |