magmi - Directory permissions not compatible with Mass Importer operations - magmi

I am getting erros as below in magmi page.
what permission we need to give to get solution ? or is there any other problem causing this.

At least 755 recursively on each listed directory.

Related

Class 'JString' Not Found

The below error is what I get when I load my site. Can anyone let me know why it's happening. Is it plugin issue or not?
Fatal error: Class 'JString' not found in
/home/issyoga/public_html/plugins/content/emailcloak.php on line 67
JString should be loaded by the autoloader. Check if your Joomla installation has the file libraries/joomla/string/string.php and that the file is not corrupt and does not have permission issues. Not sure what caused this in the first place (it might be a corrupt upload or it might be that the file was compromised).
Alternatively, you can just disable the Email Cloaking plugin (although I think you will experience the same problem in another plugin unless you fix the root problem).
A good idea would be to re-install the Joomla core through cPanel - just make sure you delete the images, the installation, and the templates folders from the zip file before extracting it, and make sure you backup your site first (filesystem + database).

error: make directory //FacebookSDK.framework: Permission denied

I'm having an issue with xcode. I'm trying to complique my iPhone app, but it now seems I can't do so anymore.
I always get this error:
make directory //FacebookSDK.framework: Permission denied
I have changed my folder permissions to drwxrwxrwx. Doesn't seems to work, I also have tried to change the Derived data folder location. No luck here,
So could you pleas guys give me a hand on this one.
Thank you, regards
Morgan
build Phases===>Embed Frameworks ====>select the destination to Frameworks,then everything is fine.

Joomla installation permission errors

So I have been given the task of upgrading one of our companies' old websites that is based on 1.5 to something newer (because a second site of ours on the same version just got hacked).
I know some php and some other web stuff, but I'd never used Joomla.
I have setup a lamp server on a local VM (ubuntu) for me to test it all out on, then upload the upgraded version as is suggested. My problem now is that I know the permissions are not correct because when I tried installing Akeeba Backup, it kept throwing errors such as "could not copy to /var/www/components and /var/www/administrator etc. I went in and chmod'd those 2 (and then the rest of www because of more errors) to 757 (from 755 for the most part) - which i know at that point might as well be 777. Then when I've tried to use Kickstart to restore from the JPA file I have, it just right away throws an error "could not create j_backup/ folder".
I know this slackening of all permissions on the root folder is wrong, but it was the only way to get it to 'work', which it's not even now, so my question is what did I do wrong in the setup and how do i fix it? I'm not great with Linux, but I'm thinking I have to make PHP owner of www? is that right? or terrible practice?
The other issue I see now is that I just installed the latest php and everything and I see Akeepa says not to use php 5.4... not sure how much of a problem that's going to be....
Some direction would be great because I'm more than a little lost.
Thanks!
This is certainly a headache. Most often, as you stated, the issue is the ownership of the files on your server. Files uploaded via FTP will be owned by your FTP user and may not be editable by the Apache/PHP user. Similarly, files created by installing extensions in Joomla! will be owned by the Apache/PHP user and your FTP user will not be able to modify them. Here is an article discussing the problem with a couple of possible solutions:
http://docs.joomla.org/Why_can%27t_you_install_any_extensions%3F#File_ownership_advice_from_ianmac
In the past, I have used an Apache Module called suPHP (http://www.suphp.org/Home.html) to solve this problem and keep it from reoccurring. suPHP executes PHP scripts with the permissions of their owners.
As for file permissions other than ownership, please refer to the Joomla! documentation for the correct settings: http://docs.joomla.org/Verifying_permissions. One quick way to handle this (if you can install extensions after correcting the ownership issue) is to use the AdminTools extension (http://extensions.joomla.org/extensions/access-a-security/site-security/site-protection/14087). One of its tools ‘fixes’ the file permissions on your server by resetting them to the Joomla! default.
Good luck!

How to migrate all images in Magento from version 1.3 to 1.6

Need some help out there with you.
I have been working on data migration on Magento from version 1.3 to 1.6. Now I am done uploading all the customers and products data on the new site Magento 1.6 then also copied and transfer the images folder to the new site using FTP.
But my problem is, I can't show all the images on the products when viewing online.
What I did is that in the Magento version 1.3 server, I copied the folder on this directory MyServer1.3/httpdocs/media/catalog/product
then transfer it to MyServer1.6/httpdocs/media/import but no luck the images were not seen.
I also trasfer it to MyServer1.6/httpdocs/media/catalog/product but still no luck, I even try this changing the folder name to MyServer1.6/httpdocs/media/catalog/import
BTW, I want to upload the clip of my .csv on importing data but I do only have 1 reputation on Stackoverflow since I'm newbie that's why I can't upload it.
Thanks in advance guys!
Have you checked you have uploaded the files with the correct permissions?
Depending on your server the owner/group permissions may need changing. Take a look at the other folders in the root (app, lib ...) and make sure the media folder has the same owner/group (substitute owner:group with the correct values)
chown -R owner:group media
Make sure access rights are correct:
Folders: chmod 755
images: chmod 644
Once this is done you should refresh image cache in the Magento admin too.

Magento Connect is not working after migration

I have a problem with Magento after move it from local to live server: Magento connect is not working properly. I will explain it:
I have access to Magento connect, but the extensions are not working.
I have tried to delete the pear.ini file but didn't work. I have tried to delete the app/etc/local.xml file, copying the following files from a clean installation: clear, pear, peardev and pecl, and then running the installation process again, but nothing happened.
Is there a way to get my downloaded extensions working wihtout do a clean install?
Greets to all and I aplogize for my English.
Moving a Magento installation can be difficult. Here is the procedure that I have used many times with great success.
Make sure that your /download folder and the /pear folder are owner and group writeable and that the apache or other http user have write access via the group permissions.
Check the file permissions match the webserver's user and delete downloader/pearlib/pear.ini. When you hit the page, it will regenerate the file with the correct paths.
In order to get the extensions working I needed to copy all files manually. I don't know why, but I have tried everything and it was the only solution that worked for me.

Resources