Migration 迁移后的Prestashop后端错误500

Migration 迁移后的Prestashop后端错误500,migration,prestashop,http-status-code-500,Migration,Prestashop,Http Status Code 500,将Prestashop迁移到另一个服务器和域后,除了后端之外,其他一切都正常工作。 在数据库中正确设置URL 缓存已被清除 没有。可以访问 不管怎样,我得到了错误500 这是后端url 当PS_MODE_DEV为true时,我得到: in classes.php line 93 at ErrorHandler->handleError('2', 'session_cache_limiter(): Cannot change cache limiter when headers alread

将Prestashop迁移到另一个服务器和域后,除了后端之外,其他一切都正常工作。 在数据库中正确设置URL 缓存已被清除 没有。可以访问 不管怎样,我得到了错误500

这是后端url

当PS_MODE_DEV为true时,我得到:

in classes.php line 93
at ErrorHandler->handleError('2', 'session_cache_limiter(): Cannot change cache limiter when headers already sent', '/home/qkpastic/public_html/app/cache/dev/classes.php', '93', array('options' => array('cookie_httponly' => true, 'gc_probability' => '1'), 'handler' => null, 'metaBag' => object(MetadataBag)))
at session_cache_limiter('') in classes.php line 93
at NativeSessionStorage->__construct(array('cookie_httponly' => true, 'gc_probability' => '1'), null, object(MetadataBag)) in appDevDebugProjectContainer.php line 4362
at appDevDebugProjectContainer->getSession_Storage_NativeService() in bootstrap.php.cache line 2248
at Container->get('session.storage.native') in appDevDebugProjectContainer.php line 4323
at appDevDebugProjectContainer->getSessionService() in bootstrap.php.cache line 2248
at Container->get('session') in appDevDebugProjectContainer.php line 3990
at appDevDebugProjectContainer->getSecurity_Csrf_TokenManagerService() in bootstrap.php.cache line 2248
at Container->get('security.csrf.token_manager') in appDevDebugProjectContainer.php line 3280
at appDevDebugProjectContainer->getPrestashop_RouterService() in bootstrap.php.cache line 2248
at Container->get('prestashop.router', '2') in appDevDebugProjectContainer.php line 2160
at appDevDebugProjectContainer->getLocaleListenerService() in bootstrap.php.cache line 2248
at Container->get('locale_listener') in classes.php line 1962
at ContainerAwareEventDispatcher->lazyLoad('kernel.finish_request') in classes.php line 1930
at ContainerAwareEventDispatcher->getListeners('kernel.finish_request') in TraceableEventDispatcher.php line 245
at TraceableEventDispatcher->preProcess('kernel.finish_request') in TraceableEventDispatcher.php line 135
at TraceableEventDispatcher->dispatch('kernel.finish_request', object(FinishRequestEvent)) in bootstrap.php.cache line 3273
at HttpKernel->finishRequest(object(Request), '1') in bootstrap.php.cache line 3212
at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3360
at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2562
at Kernel->handle(object(Request), '1', false) in index.php line 86

感谢您提供的任何帮助

对我来说似乎是Symphony缓存问题-尝试清空整个/app/cache/文件夹,看看是否有帮助


另外,/app/cache/文件夹来自buggy 1.7.2.x所以我已经清除了整个APP/Cache /文件夹,并将PHP版本降为7.2,现在只剩下一个错误:AdMyAdHealDraveCulr.php行29中的FATAALError异常:编译错误:AdMyStubBoDigabrMeCule::StIdMIAL()的声明必须与Admin MealthReCy::($isNewTheme=false)好的,我已经解决了它降级到PHP7.1的问题,谢谢你的帮助!