goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

No se cargan las tablas de la base de datos #73

Open bernabeortega opened 11 years ago

bernabeortega commented 11 years ago

Creo que es un excelente trabajo, felicitaciones

Resolvi mi problema cambiando C:\wamp\www\No-CMS\modules\nordrassil\views\data\nds_table.php linea 32 . espero que les sirva.

var get_restricted_path = '<?php echo site_url('{{ module_path }}'); ?>'+'/data/ajax/get_restricted_table_option/';

cambiandolo por

var get_restricted_path = '<?php echo site_url('{{ module_path }}'); ?>/data/ajax/get_restricted_table_option/';

y realice nuevamente el proyecto

Gracias (solved)

goFrendiAsgard commented 10 years ago

@masternabe : Sorry, I can't speak Spanish. I get your point, but I still don't understand the difference between

var get_restricted_path = '<?php echo site_url('{{ module_path }}'); ?>'+'/data/ajax/get_restricted_table_option/';

and

var get_restricted_path = '<?php echo site_url('{{ module_path }}'); ?>/data/ajax/get_restricted_table_option/';

Both of those scripts actually do the same. Are you sure you have solve your problem by doing this? Thanks

PS: Please write in English, I'm afraid google translate can't do the Spanish translation correctly, and I misunderstand your point.