Questions tagged [codeigniter-hmvc]

CodeIgniter library for creating modular extensions.

CodeIgniter library for creating modular extensions.

125 questions
0
votes
2 answers

CodeIgniter3 HMVC Routing with .htaccess not working

I am new to CI3 and I got really frustated spending more than one week in making the CodeIgniter3 HMVC WireDesignz Routing working with .htaccess and still it is not working properly. Because there are multiple sources that can cause the error, I…
user558126
  • 1,303
  • 3
  • 21
  • 42
0
votes
2 answers

Codeigniter url argument is not reachable by method

There is a problem that I couldn't solve for hours. As mentioned at title method cannot get the argument from url. I'm using codeigniter + hmvc from below link: https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc This both links…
Aydın Bulut
  • 132
  • 1
  • 12
0
votes
0 answers

Fatal error: Class 'CI' not found after uploading to live server

I have a project built in Codeigniter 3 + HMVC. And Im almost done with it. In my local copy it is working properly. But when I moved my project on a live server I got this error: Fatal error: Class 'CI' not found in…
Jerielle
  • 7,144
  • 29
  • 98
  • 164
0
votes
1 answer

CodeIgniter HMVC MX_Loader::library error after updating to PHP 7

I was using Code Igniter 3.0 with PHP 5.6. After updating from Ubuntu 15.04 to 16.04, PHP was also updated from 5.6 to PHP 7. I was using HMVC implementation of Code Igniter and PHP upgrade started throwing following errors:- A PHP Error was…
Jatin Dhoot
  • 4,294
  • 9
  • 39
  • 59
0
votes
1 answer

Unable to connect to your database server using the provided settings in CI

A Database Error Occurred Unable to connect to your database server using the provided settings. Filename: /home/rehmantr/public_html/third_party/MX/Loader.php Line Number: 94 Dear Sir, I am facing this issue, my database.php file setting is…
0
votes
1 answer

Codiginter 3 : 404 for all pages except assest

I am trying to deploy my Codeigniter 3 HMVC website in nginx (AWS). I have tried all the solutions I found in SO but none of them worked. It is been 6 hours now. Please someone help m e out here. I have installed nginx and tested a "Hello World" in…
Fawzan
  • 4,738
  • 8
  • 41
  • 85
0
votes
1 answer

codeigniter hmvc and main controllers,models and views

I decided to try HMVC pattern with codeigniter but I have some doubts about how to think about and build my website structure using this pattern so I have some questions: if the main focus is on modules what is the purpose of…
someone
  • 17
  • 8
0
votes
1 answer

Codeigniter HMVC Datatables Ajax Response Error

I am using Codeigniter 3 Wiredesignz HMVC plugin with Datatables. I can call the sAjax source correctly but the Ajax response has base_url () and the file path in it like this…
Derek Lim
  • 321
  • 1
  • 3
  • 14
0
votes
1 answer

Codeigniter HMVC and standart Codeigniter controllers

I have admin module (modules/admin) with controller admin (modules/admin/admin). I need put new controllers of admin to Codeigniter controllers folder (application/controllers/admin/new_controller), but when i go to site.com/admin/new_controller –…
Anton
  • 111
  • 3
0
votes
1 answer

HMVC Modular Extension not working in remote server

I've done small project using Codeigniter. It was running fine in localhost(xampp server), but after uploading in remote server "404 Page Not Found" error is showing. I can't find where I've done a mistake. I'm using the MX Modular extension &…
Niroj
  • 23
  • 2
  • 8
0
votes
1 answer

Codeigniter HMVC pass data from module to controller

I'm building an application in Codigniter with HMVC. In it I call a module inside another controller. The problem I've run into is trying to pass/retrieve the data loaded into module. Specifically, I'm loading some javascript files that I would then…
PeterA
  • 15
  • 4
0
votes
1 answer

Codeigniter Session Library - HMVC

I ran into a problem, while coding around in CI 3.0.3 and latest HMVC Extension. I'm autoloading some libraries, helpers and much more. The Session library too. Now i have a few controllers all working fine, except one. In that controller i use this…
Webice
  • 592
  • 4
  • 15
0
votes
1 answer

Codeigniter 3 login check function not showing correct flashdata messages

I am creating a login check function. But my two flash data messages are not setting correct. If user has logged on and then if the session expires it should set this flash data message Your session token has expired! And if the user has not logged…
user4419336
0
votes
1 answer

Custom Error Message Does Not Display When Redirected If Session Expire

I am working on my login controller with Codeigniter Version 3.0.3 and HMVC When the user logs on to the admin dashboard it sets a session token and then redirects it to url…
user4419336
0
votes
0 answers

Module view not found

I'm experiencing a problem using the HMVC implementation of Codeigniter, with modules. I created an authentication module, called autenticacion, which, for obvious reasons, in order to check session validity and expiration, is always used within the…
luis.ap.uyen
  • 1,314
  • 1
  • 11
  • 29
1 2 3
8 9