Hi,
I installed all the modules and then tried to do the RMS settings in Flash Apps. Well surprizingly the flash apps screen does not open. it shows an empty box.
Then I tried upload a video file whicl did get uploaded. Now when I try to play the uploaded file the flash player does not open. I am not sure as to what went wrong. Any help will be appriciated
Thanks
Palz
|
Does anyone have any idea on this issue of Flash Apps not showing up. I have reinstalled D7B3 more than 5 times now. I have checked with 4 browsers. D7B2 is working fine and i can see the flash apps and everything. I dont understand why this is happend in B3. Any suggestions
Palz
|
Did you try using a different browser?It could simply be a browser issue. |
Anything on this, I am having the same issue |
I have used 3 browsers. Dolphin 6 flash works on the browser. And Dolphin 7 beta 2 works fine but beta 3 does not. I am not sure of the issue |
I am running under mod-php, didnt have the problem under fcgi but had other issues there. not sure either but its not a browser issue.. |
Strangely I have it working on one machine and not the other. I am running both on Windows machines. One is running XP Pro with sp3 and the other Vista premium with sp2.
It works on the XP machine and I still haven't figured out why. I have tried on ie8 and Firefox
This is the line in flash.php in the admin directory that it is failing on in the vista machine
$_page_cont[$iNameIndex]['page_main_code'] = $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array('content' => getApplicationContent(GLOBAL_MODULE, "admin", array("nick" => $aProfile['NickName'], "password" => $aProfile['Password']), true)));
If someone can give me a clue as to what to check for in the above line of code either the $GLOBALS or the GLOBAL_MODULE it would be much appreciated
|
Does anyone have any idea what could be wrong. I have reinstalled 15 times now and the results are consistant.
if its working for some that means there is some problem at my end. If anyone has any ideas I am willing to listen and check. Thanks in advance
Palz
|
I had major issues with alot and host had me place the php.ini file in the install folder before i installed and everything installed just fine after that. Not sure if it your problem but maybe worth a try. After all it truley only takes a few minutes to install D7 now. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
I had major issues with alot and host had me place the php.ini file in the install folder before i installed and everything installed just fine after that. Not sure if it your problem but maybe worth a try. After all it truley only takes a few minutes to install D7 now.
I tried installing D7B2 and it installs correctly. But I am not sure why D7B3 is having this problem. i have tried various different systems with different operating systems and different browsers .... no luck till not. I will try placing the php.ini file in the install folder and lets hope it works. Thanks for the advise LightWolf
Regards
Palz
|
I had the same problem so I just deleted:
Header unset "Expires" Header unset "Pragma" Header set "Cache-Control" "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
from /flash/.htaccess
Propably that causes an error. Also same problem is with video uploading but acctualy i dont know which file caues an error. Also look at files and folders permissions.
|
I had the same problem so I just deleted:
Header unset "Expires" Header unset "Pragma" Header set "Cache-Control" "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
from /flash/.htaccess
Propably that causes an error. Also same problem is with video uploading but acctualy i dont know which file caues an error. Also look at files and folders permissions.
wala - thanks ufofaflik.you were correct. there was a problem with /flash/.htaccess. I replaced it with the .htaccess from the old D7B2. it works fine for me.
Regards
Palz
|
yes thank you it worked for me to.. |