wildweaselmi Posted January 27, 2012 Share Posted January 27, 2012 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) Quote Link to comment Share on other sites More sharing options...
wildweaselmi Posted January 27, 2012 Author Share Posted January 27, 2012 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.