Re: Front Page Upload form will not work
Posted: 08 Nov 2008, 10:45
Well I checked the folder and file attributes. The images, Phocagallery and thumbs folders are set to 777. The uploaded image files are set to 775, see attached screenshot. All the files in the phocagallery were uploaded by ftp client or via the back end Media manager - which won't work now. I think that may be to do with the Flash uploader setting which I have tried to change to see if that helps. What has also changed is that I can now browse files in multi-add (I couldn't before) although the upload still fails.
I'm really stuck now as I can't see what the problem is
I can't upload through Media Manager, Gallery/Add Multiple or the front end.
If it helps, here's my config file again (I've removed the 'private' data)
================================================
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = '*********************;
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '****************************************';
var $tmp_path = '**************************************';
var $live_site = '';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '1';
var $ftp_host = '***********************';
var $ftp_port = '21';
var $ftp_user = 'fbjoomla';
var $ftp_pass = '*******************';
var $ftp_root = '*****************************';
var $dbtype = 'mysql';
var $host = 'sql4.hosting365.ie';
var $user = '********************';
var $db = '*************************';
var $dbprefix = 'jos_fb';
var $mailer = 'mail';
var $mailfrom = '****************************';
var $fromname = '************************************;
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '0';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '**********************';
var $sitename = '***************************************';
var $MetaDesc = '***************************';
var $MetaKeys = 'IL2, 56 Squadron, Firebirds, flight, sim, airplane, aircraft, history, squadron, online, game, gaming, RAF, fighter, air combat';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>
==================================================
Are there any other config etc files I should be looking at?
klem
I'm really stuck now as I can't see what the problem is
I can't upload through Media Manager, Gallery/Add Multiple or the front end.
If it helps, here's my config file again (I've removed the 'private' data)
================================================
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = '*********************;
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '****************************************';
var $tmp_path = '**************************************';
var $live_site = '';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '1';
var $ftp_host = '***********************';
var $ftp_port = '21';
var $ftp_user = 'fbjoomla';
var $ftp_pass = '*******************';
var $ftp_root = '*****************************';
var $dbtype = 'mysql';
var $host = 'sql4.hosting365.ie';
var $user = '********************';
var $db = '*************************';
var $dbprefix = 'jos_fb';
var $mailer = 'mail';
var $mailfrom = '****************************';
var $fromname = '************************************;
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '0';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '**********************';
var $sitename = '***************************************';
var $MetaDesc = '***************************';
var $MetaKeys = 'IL2, 56 Squadron, Firebirds, flight, sim, airplane, aircraft, history, squadron, online, game, gaming, RAF, fighter, air combat';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>
==================================================
Are there any other config etc files I should be looking at?
klem