Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after install magento #4941

Closed
hutsanon opened this issue Jun 9, 2016 · 14 comments
Closed

after install magento #4941

hutsanon opened this issue Jun 9, 2016 · 14 comments

Comments

@hutsanon
Copy link

hutsanon commented Jun 9, 2016

after install magento

Please tell me this is normaly ?
snap 2016-06-09 at 18 45 05

@mslabko mslabko added the PS label Jun 9, 2016
@arkadiych
Copy link
Contributor

@hutsanon, it looks like images are not accessible, please, check official magento2 doc.
If it doesn't help, please, provide detailed reproducible steps, a reproducible version and environment information.

@hutsanon
Copy link
Author

hutsanon commented Jun 9, 2016

@arkadiych

Windows 7
xampp 5.6.21
Magento-CE-2.0.7+sample_data

@orlangur
Copy link
Contributor

orlangur commented Jun 9, 2016

Please tell me this is normaly ?

No, this is not. Please check the Network tab of Developer Console (Ctrl + Shift + I) - most likely for static files you'll see 403 or 404 status codes. More specific, font file didn't load.

@hutsanon
Copy link
Author

hutsanon commented Jun 9, 2016

@orlangur
Yes Please help.
capture

@hutsanon
Copy link
Author

hutsanon commented Jun 9, 2016

Please tell me why it's so many error ?

snap 2016-06-10 at 01 43 54

@orlangur
Copy link
Contributor

orlangur commented Jun 9, 2016

For me it usually happened due to incorrect filesystem permissions. So, in any unknown situation I just do

chmod a+rwx var -R
chmod a+rwx pub/media -R
chmod a+rwx pub/static -R

I didn't try to investigate yet why Magento 2 creates folders it is not able to read, will do it if the problem persist in 2.1 stable release.

@hutsanon
Copy link
Author

in 2.1 stable release. ?

Do you mean i must to waiting a new version ?

@Asitis
Copy link

Asitis commented Jun 10, 2016

This should work on 2.0.7 as well, it indeed looks like a permission issue. I'd try running these commands (I run 2.1rc2 on a local server and have seen similar issues, all rights-related)
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+w {} \;
chmod u+x bin/magento

And also try clearing the cache, run setup:di:compile etc.

Edit: Here is a video showing the exact same problem and fix: https://youtu.be/m8AxjZEwGns?t=311

@orlangur
Copy link
Contributor

@hutsanon, no, such chmods worked well for me with any release.

I mean, I'll file a proper bug report if such kind of hack will still be needed in 2.1 stable.

@hutsanon
Copy link
Author

Edit: Here is a video showing the exact same problem and fix: https://youtu.be/m8AxjZEwGns?t=311
@Asitis
This youtu.be is good work thank you so much.

@hutsanon
Copy link
Author

@orlangur
thank you you too.

@hutsanon
Copy link
Author

Dear all
I have a new question.
Please tell me how can i Link with paypal ?
capture

@orlangur
Copy link
Contributor

Hi @hutsanon, could you please add your question to http://magento.stackexchange.com/? One thread per question it will not just speed up an answer but will allow to find a solution quicker for anybody else later.

Please close this ticket also if the issue was with permissions and it now disappeared. Let's keep Community focused ;)

@davidalger
Copy link
Member

Closing since the originally reported issue appears has been resolved. As @orlangur pointed out, questions about how to accomplish something are not not what this issue tracker is for. Please post them either in the Community Forums or Magento Stack Exchange.

magento-engcom-team pushed a commit that referenced this issue Oct 30, 2019
[TSG] Fixes for 2.3 (pr78) (2.3-develop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants