Hi,
Sorry, on my testing machine, I've realized that I was using the wrong .htaccess.
With the right file all works as well in my localhost server.
But when I pubblish the project to the web space provided by my ISP, keeping the original .htaccess…
1. for example:/sitename/admin/fuel/modules/fuel/assets/css/datepicker.css?c=943948800
2 I get the same result, with or without the line RewriteRule .* index.php?/$0 [L]
3 I'm using MAMP
About the fix..now, it works like a charm :-) great!
Hi,
I have the same probem. Since yesterday I had the .htaccess disabled and I was able to test the project, but now I move all the files to a testing machine with apache and mod_rewrite enablel, so I would like to use it.
I put the application ins…
Good! I've added 'sorting'=>true in my method, and in the js file I've turned isSortable to 'TRUE'. Now the order of the items match with the order of record in my table. And, surprisely, the items are also draggable. But is it possible to updat…
Hi,
thank you for the answer.
By using $CI->songs_to_gigs_model->debug_query() the query seems correct:
SELECT `tbl_songs_gigs`.*, `tbl_songs`.`name_song` FROM (`tbl_songs_gigs`) LEFT JOIN `tbl_gigs` ON `tbl_songs_gigs`.`id_gig` = `tbl_gigs`…