Jump to content

Edit History

sadiceramiche

sadiceramiche

allora vediamo se riesco a metterlo in funzione.

Ho questo file

<?php return array (
  'parameters' => 
  array (
    'database_host' => 'http://miosito.eu',
    'database_port' => '',
    'database_name' => 'eadimork_nome database sul server',
    'database_user' => 'root',
    'database_password' => '',
    'database_prefix' => 'ps_',
    'database_engine' => 'InnoDB',
    'mailer_transport' => 'smtp',
    'mailer_host' => '127.0.0.1',
    'mailer_user' => NULL,
    'mailer_password' => NULL,
    'secret' => 'vkz0jyK1DT6Z7GeOWJXmvv4y5kZLw1nYTd7GVig88AfY95jYfr8dw3Bg',
    'ps_caching' => 'CacheMemcache',
    'ps_cache_enable' => false,
    'ps_creation_date' => '2020-03-27',
    'locale' => 'it-IT',
    'use_debug_toolbar' => true,
    'cookie_key' => '0eqEDd2GK9k72HVM2Dkm3kI1kJsqrwMbGxW2KwuWTDegIvzBIsGzuGVq',
    'cookie_iv' => 'QoO8oV41',
    'new_cookie_key' => 'def000001ee4be4fb79fcaac21a3ea202d53462dee01fc8cddc7fc29cda5e61b0272eca03dbaf256687d96acc53c747da06bf991ac4e83076fc3e835b42f411b3e587ccc',
  ),
);

Il database user è l'utente che si deve creare attraverso il Cpanel che viene associato al database o è il nome con cui ci si logga al Cpanel?

PS: se attivo la modalità debug il sito in locale smette di funzionare ed appare questo:

(1/1) ContextErrorException

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

in UnitOfWork.php line 2636

at ErrorHandler->handleError(2, '"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?', 'C:\\xampp\\htdocs\\presta\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\UnitOfWork.php', 2636, array('class' => 'Doctrine\\ORM\\UnitOfWork', 'e' => 32767, 'file' => 'C:\\xampp\\htdocs\\presta\\vendor\\composer/../doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php'))in DebugClassLoader.php line 156

 

ed una pagina infinita di errori

sadiceramiche

sadiceramiche

allora vediamo se riesco a metterlo in funzione.

Ho questo file

<?php return array (
  'parameters' => 
  array (
    'database_host' => 'http://miosito.eu',
    'database_port' => '',
    'database_name' => 'eadimork_nome database sul server',
    'database_user' => 'root',
    'database_password' => '',
    'database_prefix' => 'ps_',
    'database_engine' => 'InnoDB',
    'mailer_transport' => 'smtp',
    'mailer_host' => '127.0.0.1',
    'mailer_user' => NULL,
    'mailer_password' => NULL,
    'secret' => 'vkz0jyK1DT6Z7GeOWJXmvv4y5kZLw1nYTd7GVig88AfY95jYfr8dw3Bg',
    'ps_caching' => 'CacheMemcache',
    'ps_cache_enable' => false,
    'ps_creation_date' => '2020-03-27',
    'locale' => 'it-IT',
    'use_debug_toolbar' => true,
    'cookie_key' => '0eqEDd2GK9k72HVM2Dkm3kI1kJsqrwMbGxW2KwuWTDegIvzBIsGzuGVq',
    'cookie_iv' => 'QoO8oV41',
    'new_cookie_key' => 'def000001ee4be4fb79fcaac21a3ea202d53462dee01fc8cddc7fc29cda5e61b0272eca03dbaf256687d96acc53c747da06bf991ac4e83076fc3e835b42f411b3e587ccc',
  ),
);

Il database user è l'utente che si deve creare attraverso il Cpanel che viene associato al database o è il nome con cui ci si logga al Cpanel?

PS: modalità debug attivata

×
×
  • Create New...