Welcome Guest, Not a member yet? Register   Sign In
A PHP Error was encountered
#13

[eluser]John_Betong_002[/eluser]
[quote author="webnology" date="1311347500"]John,

in my routes.php I don't have any line starting with count. I only have this:

Code:
$route['default_controller'] = "welcome";
$route['404_override'] = '';

Michel[/quote]

Hi Michel,

Unfortunately I do not know what your problem could be. I have just downloaded and installed a fresh copy of CodeIgniter_2.0.2, ran it and it worked fine.

So maybe try:
1. downloading a fresh copy of CodeIgniter
2. checking PHP error_log

I reset my error log file by including this line in config.php
Code:
ini_set('error_log', getcwd() .'/' .APPPATH .'/php_error.log');
 

Incidentally I use PHP version 5.3.5 and here are my PCRE library settings copied from php.ini
Code:
[Pcre]
;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000

;PCRE library recursion limit.
;Please note that if you set this value to a high number you may consume all
;the available process stack and eventually crash PHP (due to reaching the
;stack size limit imposed by the Operating System).
; http://php.net/pcre.recursion-limit
;pcre.recursion_limit=100000

 
Best of luck, maybe someone else can offer some suggestions.


Messages In This Thread
A PHP Error was encountered - by El Forum - 07-20-2011, 03:40 AM
A PHP Error was encountered - by El Forum - 07-20-2011, 10:42 AM
A PHP Error was encountered - by El Forum - 07-21-2011, 12:21 AM
A PHP Error was encountered - by El Forum - 07-21-2011, 04:45 AM
A PHP Error was encountered - by El Forum - 07-21-2011, 10:34 PM
A PHP Error was encountered - by El Forum - 07-22-2011, 02:46 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 03:02 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 03:05 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 03:23 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 03:47 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 03:48 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 04:11 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 06:40 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 07:21 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 07:41 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 08:25 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 09:24 AM
A PHP Error was encountered - by El Forum - 07-22-2011, 09:31 AM
A PHP Error was encountered - by El Forum - 07-23-2011, 03:27 AM
A PHP Error was encountered - by El Forum - 11-02-2012, 02:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB