0
I get this error on all my songs i upload.....my songs directory is set up and everything and no files appear in their after the upload....please help
Responses (9)
-
Accepted Answer
-
Accepted Answer
0Can tell me what you mean by writing permissions? I created a new directory under my ftp client and named the folder songs.....as far as the my php file...it goes as follows
register_globals=Off
safe_mode=Off
allow_url_fopen=Off
allow_url_include=Off
disable_functions=show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
open_basedir=/home/content/b/r/o/broc21/html:/tmp:/var/logs
memory_limit = 50M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 15M
Is their something wrong that i did or that yo see that is causing the error? -
Accepted Answer
01 - make sure folder name is the same as the name in the parameters in muscol
2 - check your configuration php file and make sure the live site section has the correct domain name without the trailing / example http://www.yourdomain.com -
Accepted Answer
-
Accepted Answer
0in oyur Joomla root you have a file call configuration.php
Open it and should look like this
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '10';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '1';
var $feed_limit = '10';
var $feed_email = 'site';
var $secret = '';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/Applications/MAMP/yourdomain.com/logs';
var $tmp_path = '/Applications/MAMP/yourdomain.com/tmp';
Here--> var $live_site = 'http://192.168.168.2'; -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »