well last weekend i set up a LAMPP-System on my openSuse 11.4 system.
Well the lampp includes the Apache 2.2, a MySQL-Server, PHP 5.3x and phpMyadmin. I Well the LAMP is allready up and running. I also have installed a CMS - a joomla Version 1.7.3 - the installaton went smoothly and was no problem at all.
But afterwards i wanted to install some extensions and templates. Note this is the critical point in each installation of Joomla. Now the system needs to get the files via a FTP-process.
And believe it or not - this fails every time i try it! i get the error - **cant move the files **
Well i guess that this might have to do with the Apache / or the whole Lampp-System. What do you think!!?
Perhaps this is an issue of permissions!? See the folder where i installed the joomla!
mkdir /srv/www/basic
Well the installation of the joomla 1.7.3 went nice - and was installing smoothly - true vanilla.
srv/www/htdocs/basic
BTW see the paths
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/srv/www/htdocs/basic/logs';
public $tmp_path = '/srv/www/htdocs/basic/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}
well the issue that arises - when i try to install some extensions i got the error - can t move files!
Well i am a bit unsure where this issue has its origin. What causes this error!?
many many thanks for the answer and the hints - guess that you are right. I will try out all you advice and finally come back and report all the findings.
i have installed and tried to configure the Apache 2 in OpenSuse 12.1
Well i have a bunch of questions;
the first one; Is this the document-root? /home/username/public_html
is this correct!? see the page 3 /or 4 of the configuration guide of the HTTP server.
Document Root: "/srv/www/htdocs"
Directory; "/srv/www/htdocs"
Alias: /icons/ "/usr/share/apache2/icons/"
Directory: "/usr/share/apache2/icons"
Script Alias: /cgi-bin/ "/srv/www/cgi-bin/"
Directory: "/srv/www/cgi-bin"
mod_userdir.c: empty here nothing is filled in ;-)
include: /etc/apache2/conf.d/*.conf
include: /etc/apache2/conf.d/apache2-manual?conf
Servername linux-r4qe
E-Mail des Servername: root@linux-r4qe
While running the apache-configuring tool I have on page 5/5
listening on
all, port 80
Standardhost
in
SSL deaktiviert
Virtuelle Hosts
linux-r4qe in "/srv/www/htdocs", SSL deaktiviert
Is Apache installed and configured correctly?
As you might find this question a bit silly or newbie-like, here are some explanations: I have installed the LAMP some months ago - but in a wrong path.
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/srv/www/htdocs/basic/logs';
public $tmp_path = '/srv/www/htdocs/basic/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}
I always thougth that the path should be this one here: