Quote:
Originally posted by dlst
Ok, here goes:
In the line below that reads:
PHP Code:
function randomString($length=15){
CHANGE that to
PHP Code:
function randomString12345($length=15){
Then find the line that reads:
PHP Code:
$ran_file_name = "ri_" . randomString();
and CHANGE that to
PHP Code:
$ran_file_name = "ri_" . randomString12345();
And then let me know what happens.
|
Warning: Unknown modifier 'g' in **********/admin/functions.php on line 785
Fatal error: Cannot redeclare randomstring12345() in **************/admin/functions.php on line 771