By Jayvicson
I do get the following error when installing Joomla template into digital ocean Ubuntu server. Less Parser - Cannot save the source map to “/var/www/html/templates/jm-joomclassifieds-ef4/css/offline.map”
The Page you are looking for doesn’t exist or an other error occurred. Go back, or head over to the home page to choose a new direction. Back Home
I reinstalled several times already. I have tired using Akeeba to extract and install, it fails to connect to sftp while I have ssh2 installed. the only time it connected, the extraction failed. I eventually uploaded via Filezilla …all files have 644 and 755 on folder as permission. I tried to change the css folder to 777 for once and the template displayed but I cannot implement any changes , therefore I had to change it back to 755.
All folder permission remains unwriteable.
Please advice me on a better way to do it… maybe I m doing something wrong.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Find out the username of the PHP process using the following script:
<?php
$u = posix_getpwuid( posix_geteuid() );
echo $u['name'];
?>
Place this script inside /var/www/html/ and access it over the browser. Note down the username, eg. www-data.
Execute the following commands via SSH:
sudo chown -R www-data:www-data /var/www/html
sudo find /var/www/html -type f -exec chmod 644 {} \;
sudo find /var/www/html -type d -exec chmod 755 {} \;
Now try installing the Joomla template.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.