Error [08]

E

Ed B

Guest
Thank You Eugenio!!!

This worked for me...it also fixed some of the presentation/layout stuff that seemed to be broken in the admin section...

Take note users! This is the fix!
 
C

carlos

Guest
hi, i need a little help. the problem is when i add foreign

it work just fine in windows lamp but in linux dont work the version 3
 
D

Debbie S

Guest
carlos

Turn on debug and display sql in config.php and post the exact error message you are receiving.

Debbie
(Latest version of DaDaBIK when this message was posted: 3.1 Beta)
 
J

Johnno

Guest
I also had the same error, however found out that it was a field name that was causing the problem with a fullstop or period in the field name (eg, sd.ID) The select statement threw a wobbly when it encountered tablename.sd.ID

 

digger

New member
I have an error too.

My PHP version is: 5.0.5
My MySQL version is: 4.1.21-standard
My server is Linux
My DaDaBIK version is the last version, because I've upgraded today.

I've changed the debug_mode line to 1, and I obtain this: "[08] Error: during query execution.
SELECT `0__1`.`0` AS `0__1`, `0__2`.`0` AS `0__2`, `0__3`.`0` AS `0__3`, `0__4`.`0` AS `0__4`, `0__5`.`0` AS `0__5`, `0__6`.`0` AS `0__6`, `0__7`.`0` AS `0__7`, `0__8`.`0` AS `0__8`, `0__9`.`0` AS `0__9`, `0__10`.`0` AS `0__10`, `0__11`.`0` AS `0__11`, `0__12`.`0` AS `0__12`, `0__13`.`0` AS `0__13`, `0__14`.`0` AS `0__14`, `0__15`.`0` AS `0__15`, `0__16`.`0` AS `0__16`, `0__17`.`0` AS `0__17`, `0__18`.`0` AS `0__18` FROM `campanyes` LEFT JOIN `0` AS `0__1` ON `campanyes`.`id_campanya` = `0__1`.`0` LEFT JOIN `0` AS `0__2` ON `campanyes`.`nombre_castellano` = `0__2`.`0` LEFT JOIN `0` AS `0__3` ON `campanyes`.`descripcion_castellano` = `0__3`.`0` LEFT JOIN `0` AS `0__4` ON `campanyes`.`nombre_catala` = `0__4`.`0` LEFT JOIN `0` AS `0__5` ON `campanyes`.`descripcion_catala` = `0__5`.`0` LEFT JOIN `0` AS `0__6` ON `campanyes`.`nombre_ingles` = `0__6`.`0` LEFT JOIN `0` AS `0__7` ON `campanyes`.`descripcion_ingles` = `0__7`.`0` LEFT JOIN `0` AS `0__8` ON `campanyes`.`nombre_frances` = `0__8`.`0` LEFT JOIN `0` AS `0__9` ON `campanyes`.`descripcion_frances` = `0__9`.`0` LEFT JOIN `0` AS `0__10` ON `campanyes`.`nombre_euskera` = `0__10`.`0` LEFT JOIN `0` AS `0__11` ON `campanyes`.`descripcion_euskera` = `0__11`.`0` LEFT JOIN `0` AS `0__12` ON `campanyes`.`enlace` = `0__12`.`0` LEFT JOIN `0` AS `0__13` ON `campanyes`.`imagen_mini` = `0__13`.`0` LEFT JOIN `0` AS `0__14` ON `campanyes`.`imagen_mini_lista_cast` = `0__14`.`0` LEFT JOIN `0` AS `0__15` ON `campanyes`.`imagen_mini_lista_cat` = `0__15`.`0` LEFT JOIN `0` AS `0__16` ON `campanyes`.`imagen_mini_lista_eng` = `0__16`.`0` LEFT JOIN `0` AS `0__17` ON `campanyes`.`imagen_mini_lista_eusk` = `0__17`.`0` LEFT JOIN `0` AS `0__18` ON `campanyes`.`imagen_grande` = `0__18`.`0`
MySQL server said: Table 'pacma_db.0' doesn't exist"
 
Top