Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

paul7220

About

Username
paul7220
Joined
Visits
5
Last Active
Roles
Member

Comments

  • 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…
  • Ok. I changed the on_after_save method and now all work as I need. Thank you for your help!
  • 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`…