The bundle doesn't install properly for me. I have Joomla 1.5.15 installed and when following the instructions, I get an error.
I've set the file permissions on the "tmp" folder to 777 but it keeps setting itself back to 755. I would assume that this is the overall problem with why my installation fails. Anyone have any suggestions on what I should do?
* JFolder::create: Could not create directory
* Component Install: Failed to create directory.: "/var/www/vhosts/createtwo.com/subdomains/worldcomcs/httpdocs/components/com_gantrytemplateforjoomla1.5bundle"
* Install Component Error
I've also tried changing the permissions via root access to my server and it still does the same thing even though I am listed as the owner. Here is the command I used:
chmod 777 tmp
Then I used the following command to display the file permissions:
ls -l
The permissions set on the tmp folder are rwxrwxrwx
I chmod the components directory to 777 and it got past that part but fell on another error. I chmod the administrator/components folder to 777 and another similar error came up. I've gone through 3-4 folders and changed the file permissions and to no avail. It looks like this will be a never ending process.