January 27, 201214 yr My first road block with installing this on my "myhosting.com" website is PHP is to old for Joomla 1.7 and newer to include Joomla 2.5 so I'm going to install it on my own server. I need to figure out what extensions I am going to use for forum media database forms enterprise capable ticket system (like kayako but not so expensive)
January 27, 201214 yr Author First thing is I had to apply the correct rights to the files and directories so I SSH into the server and change directory to my subdirectory under /var/www/ and ran the following two commands find . -type f -exec chmod 644 {} \;find . -type d -exec chmod 755 {} \;[/code]
Create an account or sign in to comment