CezaryStudio Posted March 3, 2017 Share Posted March 3, 2017 (edited) Witam wchodzę w moduł, wybieram jedno z automatycznie dodanych zdjęć i wgrywam w to miejsce swoje klikam "zapisz" i pojawia się błąd... 403 ForbiddenAccess to this resource on the server is denied! edit. Błąd pojawia się przy dodawaniu zdjęć, nawet gdy dodaje produkt... Edited March 3, 2017 by CezaryStudio (see edit history) Link to comment Share on other sites More sharing options...
0 presta.show Posted March 6, 2017 Share Posted March 6, 2017 Sprawdź miejsce na serwerze, sprawdź CHMODy plików i katalogów presty, włącz debug, zajrzyj do konsoli, pokombinuj z wyświetlonymi błędami. Link to comment Share on other sites More sharing options...
0 CezaryStudio Posted March 7, 2017 Author Share Posted March 7, 2017 (edited) Miejsca na serwerze jest pod dostatkiem... Transfer miesięczny 0.03/20GB Pojemność dyskowa 0.2/2GB. Jakie CHMODy powinny ustawione? Jak odpalić ten debug i gdzie jest konsola (Przepraszam za podstawowe pytania, ale presta to dla mnie nowość i nie mogę się połapać nawet w panelu a.) Edited March 7, 2017 by CezaryStudio (see edit history) Link to comment Share on other sites More sharing options...
0 presta.show Posted March 7, 2017 Share Posted March 7, 2017 Debug odpalisz wg. poniższej instrukcji: config/defines.inc.phpThis file contains PrestaShop constant values. It also contains the location of all the files and folders. If you need to change their location, do not forget to keep the original path nearby, for instance in a PHP comment, in case you need to revert back to it later on. When in development/test mode, you must make sure that all the error messages are displayed: Set define('_PS_MODE_DEV_', false); to true.On the contrary, when in production mode, you must hide error messages as much as possible! Make sure that define('_PS_MODE_DEV_', false); is set to false. Poniżej skrypt do uruchomienia przez SSH, którym poprawisz CHMODy swojej Presty. Możesz też wywołać zmiany ręcznie programem FTP (trochę więcej zabawy): sudo chmod -R 644 . sudo chmod -R 755 ./cache sudo chmod -R 755 ./cache/cachefs sudo chmod -R 755 ./cache/smarty sudo chmod -R 755 ./cache/smarty/cache sudo chmod -R 755 ./cache/smarty/compile sudo chmod -R 755 ./cache/tcpdf sudo chmod -R 755 ./classes sudo chmod -R 755 ./config sudo chmod -R 755 ./config/xml sudo chmod -R 755 ./controllers sudo chmod -R 755 ./css sudo chmod -R 755 ./docs sudo chmod -R 755 ./download sudo chmod -R 755 ./img sudo chmod -R 755 ./js sudo chmod -R 755 ./localization sudo chmod -R 755 ./log sudo chmod -R 755 ./mails sudo chmod -R 755 ./modules sudo chmod -R 755 ./override sudo chmod -R 755 ./pdf sudo chmod -R 755 ./themes/*/cache sudo chmod -R 755 ./themes/*/lang sudo chmod -R 755 ./translations sudo chmod -R 755 ./upload sudo chmod -R 755 ./webservices Link to comment Share on other sites More sharing options...
0 masaccio Posted March 10, 2017 Share Posted March 10, 2017 (edited) super debiutuje zmienilem lokalizacje (pozycje slidera w classic theme) i teraz "white menu" + "[PrestaShop] Fatal error in module file :/***.pl/public_html/shop/app/bootstrap.php.cache:Uncaught exception 'SmartyException' with message 'Unknown resource type 'module'' in /****.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_resource.php:467 Stack trace: #0 /***.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_resource.php(544): Smarty_Resource::load(Object(Smarty), 'module') #1 /****.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_internal_template.php(680): Smarty_Resource::source(Object(Smarty_Internal_Template)) #2 /*****.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_cacheresource.php(346): Smarty_Internal_Template->__get('source') #3 /****.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_internal_template.php(707): Smarty_Template_Cached->__construct(Object(Smarty_Internal_Template)) #4 /****.pl/public_html/shop/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(419)"pomoże ktoś jak z tego wybrnąć ? tzn jak najszybciej czyli np odpiecie hooka slidera aby cokolwiek dalej dalo sie robic Edited March 10, 2017 by masaccio (see edit history) Link to comment Share on other sites More sharing options...
Question
CezaryStudio
Witam wchodzę w moduł, wybieram jedno z automatycznie dodanych zdjęć i wgrywam w to miejsce swoje klikam "zapisz"
i pojawia się błąd...
edit. Błąd pojawia się przy dodawaniu zdjęć, nawet gdy dodaje produkt...
Edited by CezaryStudio (see edit history)Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now