Jump to content

Error 500. Core_Foundation_Database


Recommended Posts

Hola, buenos d铆as.
A ver si me pod茅is echar una mano.
Me da este error la Web, es Prestashop 1.6.

La p谩gina .......... no puede procesar esta solicitud ahora.
HTTP ERROR 500

He mirado el error y es el siguiente;

Fatal error: Interface 'Core_Foundation_Database_EntityInterface' not found in
/mnt/web419/a0/32/57149432/htdocs/classes/ObjectModel.php on line 27

Cu谩l es la soluci贸n? No encuentro ese archivo.
Gracias.

Link to comment
Share on other sites

Hola, buenos d铆as.
A ver si me pod茅is echar una mano.

Error. "La p谩gina 聽no puede procesar esta solicitud ahora.
HTTP ERROR 500"

El error es el siguiente;

Fatal error: Uncaught Error: [] operator not supported for strings in /mnt/web419/a0/32/57149432/htdocs/classes/db/DbQuery.php:96
Stack trace: #0 /mnt/web419/a0/32/57149432/htdocs/Adapter/Adapter_EntityMapper.php(45): DbQueryCore->from('shop', 'a') #1
/mnt/web419/a0/32/57149432/htdocs/classes/ObjectModel.php(233): Adapter_EntityMapper->load('1', NULL, Object(Shop), Array,
NULL, true) #2 /mnt/web419/a0/32/57149432/htdocs/classes/shop/Shop.php(131): ObjectModelCore->__construct('1', NULL, NULL)
#3 /mnt/web419/a0/32/57149432/htdocs/classes/shop/Shop.php(397): ShopCore->__construct('1') #4
/mnt/web419/a0/32/57149432/htdocs/config/config.inc.php(114): ShopCore::initialize() #5
/mnt/web419/a0/32/57149432/htdocs/index.php(27): require('/mnt/web419/a0/...') #6 {main} thrown in
/mnt/web419/a0/32/57149432/htdocs/classes/db/DbQuery.php on line 96

- El error est谩 el la 铆nea 96 del script DbQuery.php como dice la l铆nea de los logs.

聽thrown in /mnt/web419/a0/32/57149432/htdocs/classes/db/DbQuery.php on line 96

- Esto es lo que hay en la l铆nea 96.
--------------------
91 聽 聽 聽* @return DbQuery
92 聽 聽 聽*/
93 聽 聽 聽 public function from($table, $alias = null)
94 聽 聽 聽 {
95 聽 聽 聽 if (!empty($table)) {
96 聽 聽 聽 聽 聽 聽$this->query['from'][ ] = '`'._DB_PREFIX_.$table.'`'.($alias ? ' '.$alias : '');
97 聽 聽 聽 }
98
聽99 聽 聽 聽 return $this;
聽100 聽 聽}
-------------------

Que texto 聽hay que corregir?
Gracias.

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...