Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Fatal error: Allowed memory size of xxxbytes exhausted
Post: RE: Fatal error: Allowed memory size of xxxbytes e...

includebeer Wrote: (10-30-2015, 08:12 PM) -- chandrabhanu Wrote: (10-26-2015, 08:07 AM) -- Code: -- $this->load->library('pagination'); $config['base_url'] = 'http://example.com/index.php/test/p...
22,036 Views
14 Replies
10-30-2015, 10:50 PM
chandrabhanu
    Thread: Additional URI segment before Codeigniter controller
Post: Additional URI segment before Codeigniter controll...

Hello there, While working on a requirement I am facing  bellow problem. Installation Directory: root/[CI-Installation Directory]/ But I need to access it like : root/[CI-Installation Directory]/[AN...
1,748 Views
0 Replies
10-26-2015, 08:20 AM
chandrabhanu
    Thread: Fatal error: Allowed memory size of xxxbytes exhausted
Post: RE: Fatal error: Allowed memory size of xxxbytes e...

InsiteFX Wrote: (10-24-2015, 11:11 AM) -- This is what the Pagination Library is used for to limit the number of records retrieved. -- As per pagination library I have to give "total_rows",  For th...
22,036 Views
14 Replies
10-26-2015, 08:07 AM
chandrabhanu
    Thread: Fatal error: Allowed memory size of xxxbytes exhausted
Post: RE: Fatal error: Allowed memory size of xxxbytes e...

Hi, Thanks for the replies, but currently issue is the still same: What I have done: 1-Changed memory limit to : 256M in php ini 2- Corrected maxm. queries to use unbuffered_row() method. What I obser...
22,036 Views
14 Replies
10-19-2015, 05:55 AM
chandrabhanu
  Sad Thread: Fatal error: Allowed memory size of xxxbytes exhausted
Post: RE: Fatal error: Allowed memory size of xxxbytes e...

Narf Wrote: (09-10-2015, 02:38 AM) -- ... and if there's another way, don't fetch 25k rows in the first place. -- Actually its an activity table, so I need to calculate total number of activity hap...
22,036 Views
14 Replies
09-10-2015, 03:04 AM
chandrabhanu
    Thread: Fatal error: Allowed memory size of xxxbytes exhausted
Post: Fatal error: Allowed memory size of xxxbytes exhau...

HI, I am getting this error: Code: -- Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/mywhdms/public_html/am/system/database/drivers/pdo/pdo_resu...
22,036 Views
14 Replies
09-09-2015, 09:48 AM
chandrabhanu
    Thread: Detecting Microsoft Edge browser via useragent
Post: Detecting Microsoft Edge browser via useragent

Hi, I have checked the user_agents.php in config folder, There is nowhere mentioned the Microsoft edge. If we need to add it manually, How to do that and what is the Microsoft Edge's Core Project nam...
3,825 Views
1 Replies
08-26-2015, 10:41 PM
chandrabhanu
    Thread: Accessing codeignitor controller via .htaccess from different folder in same server
Post: Accessing codeignitor controller via .htaccess fro...

My folder structure is -root -------Operations [ CI Installation Directiory [ v3 ] ] -------FrontEnd Now I want to access operation/mycontoller from FrontEnd via url rewite My url rewrite is ...
1,738 Views
0 Replies
07-08-2015, 12:11 AM
chandrabhanu
    Thread: Mail content is displaying in page
Post: Mail content is displaying in page

After sending the mail , mail body is getting printed in the view I am using SMTP mail and  parser library. My code :   Code: -- $this->load->library('parser');   $mdata = array(         ...
3,391 Views
1 Replies
06-26-2015, 11:17 PM
chandrabhanu

Theme © iAndrew 2016 - Forum software by © MyBB