Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: hawk on May 16, 2011, 02:31:31 PM

Title: Joomla 1.6
Post by: hawk on May 16, 2011, 02:31:31 PM
HI

Just interested if anyone has successfully got Joomla 1.6.3 running.

I have it installed and running but as soon as i try load any extensions i get the following error

"There was an error uploading this file to the server." No error codes or anything else

I have checked the joomla forums and they all point to a linux issue. Tried changing all permissions to 777 and doesn't make any difference.

I have this version of Joomla running other linux hosting systems and runs fine, but really want to move them to SME

Any one got any ideas

thanks John 
Title: Re: Joomla 1.6
Post by: Stefano on May 16, 2011, 03:11:02 PM
what about taking a look into httpd log?

/var/log/httpd/error_log is your file
Title: Re: Joomla 1.6
Post by: mmccarn on May 16, 2011, 03:11:42 PM
Are there any errors listed in /var/log/httpd-e-smith/error_log or /var/log/messages?

My first guess is that you need to add your /tmp folder (or whatever folder Joomla uses when uploading data) to your php open base directory.

According to this post (http://youropensource.com/projects/547-set-open_basedir-in-htaccess), you can do this in the ".htaccess" file for your joomla using
Code: [Select]
php_value open_basedir /blah/blah/ibayname/blah:/tmp
Or you can do it in php.ini (via custom template) with the setting
Code: [Select]
open_basedir /blah/blah/ibayname/blah:/tmp
Title: Re: Joomla 1.6
Post by: gippsweb on June 07, 2011, 09:23:01 AM
..
Title: Re: Joomla 1.6
Post by: pearless on June 17, 2011, 08:27:06 AM
Have you tried:
Code: [Select]
db accounts setprop Primary PHPBaseDir /home/e-smith/files/ibays/Primary:/tmp
signal-event ibay-modify Primary

and


Code: [Select]
db accounts setprop Primary AllowOverride all
db accounts setprop Primary FollowSymLinks enabled
db accounts setprop Primary Indexes disabled
signal-event ibay-modify Primary

Cheers
Douglas
Title: Re: Joomla 1.6
Post by: hawk on June 17, 2011, 06:29:05 PM
Hi
Sorry been very busy and not been able to respond. Thanks for the help. I will give it a try.
But for a quick solution all i did was copy the files i wanted to install into the TMP folder and us install from directory. Worked like a charm.

thanks
John