Jump to content

Recommended Posts

Estimados, 

al configurar un modulo realizó un error y activé el modo depuración

y ahora me salen estos errores al ingresar al backoffice 

Quote
Notice en línea 116 en archivo /home/eralonc1/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
[8] SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php74) failed: Permission denied (13)

Unknown error en línea 114 en archivo /home/eralonc1/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
[16384] Using php-function "array_merge" as a modifier is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier.

Warning en línea 2289 en archivo /home/eralonc1/public_html/classes/module/Module.php
[2] file_exists(): open_basedir restriction in effect. File(/views/templates/hook/HookDashboardZoneTwo.tpl) is not within the allowed path(s): (/home/:/tmp:/usr/:/sbin/gpg/:/bin/gpg:/root/:/var/cpanel/php/sessions/ea-php74:/opt/cpanel:/usr/local/jdk/bin/gpg)

 

errores.thumb.png.5dd24aca494bdd92f01e8548ecb112db.png

 

y al intentar de ingresar a las secciones para desactivar el modo depuración me tira este error:

 

error1.thumb.png.5e9877dcd436831d22409ac64e9b5fd7.png

 

 

  public function generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH)    {        $username = $this->userProvider->getUsername();        // Do not generate token each time we want to generate a route for a user        if (!isset($this->tokens[$username])) {            $this->tokens[$username] = $this->tokenManager->getToken($username)->getValue();        }        $url = parent::generate($name, $parameters, $referenceType);        if (TokenInUrls::isDisabled()) {

agradecería de corazón que me ayuden a solucionar estos problemas

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...