Rizky Firmansyah

Results 9 comments of Rizky Firmansyah

Thanks it is running well right now on my local machine. Yet on my server I can't both post and reply comment. Seems it because the casing issue.

Ya I did. All my controller files and models have been lowercase.

I had a same problem with this. When I install on my localhost, nothing's problem. Then, when I install to www.mysite.com, the `www.mysite.com/blog` was not found (404). Could anyone tell...

I don't know which version is the latest. I'm using module version of 1.1

Yes I did pulled recently. There is no issue when I installed in localhost, but when in `www.mysite.com/blog` an error was encountered: Unable to locate the file: blog_posts_model.php Then, I...

I have replaced the model with your updated branch [`5dc2545`](https://github.com/daylightstudio/FUEL-CMS-Blog-Module/commit/5dc254526a121383fa64857390be9ef04ff8ce4b). But i'm still facing the same problem: Unable to locate the file: blog_posts_model.php

I'm running FUEL on the 1.3.2 version. Yes, It tells `define('FUEL_VERSION', '1.3.2');`

I have replaced all my code to your master branch and lower cased my fuel/modules/blog/models folder, still it did not solve yet. I've also tried your develop branch but nothing's...

Thanks squeegels and daylight. It solved when I make the controller files being lower case.