dex86 Posted March 24, 2019 Share Posted March 24, 2019 (edited) (1/1) ClassNotFoundException Attempted to load class "ComposerAutoloaderInit0cbc9083fc668bc49c3ee64fd8830087" from the global namespace. Did you forget a "use" statement? in autoload.php line 7 Plik autoload.php <?php /** * 2007-2018 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2018 PrestaShop SA * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require_once __DIR__.'/../vendor/autoload.php'; define('_PS_VERSION_', AppKernel::VERSION); require_once _PS_CONFIG_DIR_.'alias.php'; require_once _PS_CLASS_DIR_.'PrestaShopAutoload.php'; spl_autoload_register(array(PrestaShopAutoload::getInstance(), 'load')); Edited March 24, 2019 by dex86 (see edit history) Link to comment Share on other sites More sharing options...
design4VIP Posted March 24, 2019 Share Posted March 24, 2019 A cache czysciles? Link to comment Share on other sites More sharing options...
dex86 Posted March 24, 2019 Author Share Posted March 24, 2019 Nie jestem w stanie dostać się do panelu administracyjnego. Wszystkie dane przeglądarki wyczyszczone. Link to comment Share on other sites More sharing options...
design4VIP Posted March 24, 2019 Share Posted March 24, 2019 To w pierwszej kolejnosci, jak masz 500 to spradz logi serwera. Tam powinienes dostac odpowiedz co sieje. A cache tez mozesz wyczysc z poziomu ftp usuwajac pliki Link to comment Share on other sites More sharing options...
dex86 Posted March 24, 2019 Author Share Posted March 24, 2019 Wyczyszczenie CACHE z poziomu TC nic nie dało Logi: Pełne logi Apache - ostatnie 10 linii IP.44.241 - - [24/Mar/2019:22:06:16 +0100] "GET /js/jquery/ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png HTTP/1.1" 200 447 "http://www.nazwa-domeny.pl/js/jquery/ui/themes/base/minified/jquery.ui.theme.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" IP.44.241 - - [24/Mar/2019:22:06:22 +0100] "GET /B^&&^%67b HTTP/1.1" 301 835 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" IP.44.241 - - [24/Mar/2019:22:06:22 +0100] "GET /B^&&^%67b/ HTTP/1.1" 500 10613 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" IP.44.241 - - [24/Mar/2019:22:06:22 +0100] "GET /favicon.ico HTTP/1.1" 302 288 "http://nazwa-domeny.pl/B^&&^%67b/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" IP.44.241 - - [24/Mar/2019:22:06:22 +0100] "GET /favicon.ico HTTP/1.1" 404 8598 "http://nazwa-domeny.pl/B^&&^%67b/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" IP.66.208 - - [24/Mar/2019:22:07:05 +0100] "GET /drzwi-do-domu/agmar-turpis/169 HTTP/1.1" 200 12930 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" IP.66.198 - - [24/Mar/2019:22:07:20 +0100] "GET /588-home_default/agmar-senso-iii.jpg HTTP/1.1" 403 480 "-" "Googlebot-Image/1.0" IP.66.198 - - [24/Mar/2019:22:07:40 +0100] "GET /622-home_default/agmar-deon.jpg HTTP/1.1" 403 475 "-" "Googlebot-Image/1.0" IP.66.198 - - [24/Mar/2019:22:07:42 +0100] "GET /661-home_default/agmar-mira.jpg HTTP/1.1" 403 475 "-" "Googlebot-Image/1.0" IP.66.198 - - [24/Mar/2019:22:09:09 +0100] "GET /635-large_default/agmar-hofta.jpg HTTP/1.1" 403 477 "-" "Googlebot-Image/1.0" Błąd wskazuje na moduł: public_html/modules/ps_facetedsearch/vendor/autoload Zawartość pliku: <?php // autoload.php @generated by Composer require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit0cbc9083fc668bc49c3ee64fd8830087::getLoader(); Link to comment Share on other sites More sharing options...
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