Hello
i'm try to upload videos to my albums and is nat working when i start uploading the video start uploading but when the video stop uploading i dont see nothing i can't add the information for the video like category ,tittle ,ect and i go to my albums to see if i have on my albums and is empty i go to my admin cpanel nothing
the video is nat saving on my public_html/mysite/flash/modules/video/files
Post Reply - if you going to help - No for - bla bla bla bla |
mrpowless <-- i got the solution from him.
you open inc/header.inc.php and comment mentioned line
change:
$aErrors[] = (ini_get('register_globals') == 0) ? '' : '<font
color="red">register_globals is On (warning, you should have this
param in Off state, or your site will unsafe)</font>';
to:
//$aErrors[] = (ini_get('register_globals') == 0) ? '' : '<font
color="red">register_globals is On (warning, you should have this
param in Off state, or your site will unsafe)</font>';
This only works if you have your cronjobs setup correctly.
|
wat is the diferent the codes are the sames amigo the only diferent i see is the second code the second code have this //
Code-1 $aErrors[]
Code-2 //$aErrors[]
Post Reply - if you going to help - No for - bla bla bla bla |
// turns that entire line off without deleteing it |
this is my code
$aErrors[] = (ini_get('register_globals') == 0) ? '' : '<font color="red">register_globals is On (warning, you should have this param in Off state, or your site will unsafe)</font>'; $aErrors[] = (ini_get('safe_mode') == 0) ? '' : '<font color="red">safe_mode is On, disable it</font>'; //$aErrors[] = (ini_get('allow_url_fopen') == 0) ? 'Off (warning, better keep this parameter in On to able register Dolphin' : ''; $aErrors[] = (((int)phpversion()) < 4) ? '<font color="red">PHP version too old, update server please</font>' : ''; $aErrors[] = (! extension_loaded( 'mbstring')) ? '<font color="red">mbstring extension not installed. <b>Warning!</b> Dolphin cannot work without <b>mbstring</b> extension.</font>' : '';
Post Reply - if you going to help - No for - bla bla bla bla |
so did it work?
also i did find the solution but i need another min to do a couple tests.
|
if doing what I said still does not work then try finding
$aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';
and putting // on the front and saving
// $aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';
|
ok yes it works, forget the first solution i posted and go with mine
// $aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';
|
i dont know why we dont get support from admins or developers this is one of the reason i dont want to pay $998 for Prime Lincese We don't get help from admins and developers i send email to victor about something and i never get respond from hem Post Reply - if you going to help - No for - bla bla bla bla |
did you get it working? its a good idea to delete the files inside cache also, then upload a video and check it out |
i can't upload the file i'm getting critical error when i try ti upload the file inc/header.inc.php to my root Post Reply - if you going to help - No for - bla bla bla bla |
hmm you couldn't just edit it from your cpanel? anyways I'm up and running thanks to that edit so if you manage to edit the file you'll see, I'm sure you'll be up and running. |
Error Rename/move failure: Permission denied Post Reply - if you going to help - No for - bla bla bla bla |
|
my file permission is 666 Post Reply - if you going to help - No for - bla bla bla bla |
Uploading Video
the video fail the upload
Post Reply - if you going to help - No for - bla bla bla bla |