I have hosted my CodeIgniter site on Hostgator. I have setup the Config to the proper URL from localhost to the domain site.
I was able to load the login page / index page of my site, however when I attemp to login, it redirects me to the same page.…
Tryint to experiment the cart library, it is working ok without mx hmvc in in CI3. But as soon as i am inserting MX hmvc files (i.e MY_Loader.php and MY_Router.php in application/core folder and MX folder inside third_party folder) it is throwing…
I am fairly new to CodeIgniter framework and PHP, and I am trying to figure out what the following source code does:
isset($this->page->data->Metadata->Metadata->View);
From my understanding, isset() checks if the variable View is set or not, but…
I have CI project which have third_party library HMVC, and it's already in use. I was searching lots of, how to load modules action of it.. but can't find working, and i think that something is missing at my files..
so in HMVC i have 2…
I developed a site using Codeigniter 2.1.3 + MX HMVC + ion_auth 2.5.2. its work fine in local server (xampp) but when i upload it to the hosting site its not working & surprisingly so error also.
I was autoload ion_auth but now i remove ion_auth…
I just finished testing the website on Windows server. The whole website was being made and tested in Windows environment. Everything is working fine but as I launch the website to a server with UNIX environment, I am getting the following…
I am trying to build a CodeIgniter application with my index.php inside a "public" folder /Applications/MAMP/htdocs/public/ in the website root. I have setup my vhosts etc to point to this index.php file. I wanted to go for a module based approach…
My views will not load in multiple sub-folders when I add a array class. I am trying to make a custom controller class so can load controller with in controller in codeigniter.
When I load the array/variable the view only works on first level. Does…
i wonder how to use callback validation using MY model - made by Jamie Rumbelow with Modular extension - wiredesignz
i have create MY_Form_validation and modified the run function like this:
class MY_Form_validation extends CI_Form_validation…
I'm using CodeIgniter with HMVC and am trying to organise the folder structure more effectively. Currently I have it setup in the standard fashion of:
application/modules/#module_name#/controllers/#controller_name#
But I would like to be able to…
I started a new project and I want to use the new version of codeigniter 3.0 dev, but after the download I install the hmvc extension and don't find the base controller. How can I fix this or maybe is another solution for making the codeigniter…
I have implemented Codeigniter HMVC which works fine. Then I'm extending MX_Controller with MY_Controller to share functionality and properties between all my modules and to keep my code DRY.
But I noticed that while extending MY_Controller from…
Description: I created simple login page with session and mysql database using PHP,MySQL Database,CodeIgniter(HMVC) and XAMPP Server in local system.
Problem: I am getting following error:
Fatal error: Allowed memory size of 134217728 bytes…