Access Level problem |
3/13/2007 12:03:49 PM |
PHPRunner General questions | |
D
drh author
Hi forum. |
|
![]() |
Sergey Kornilov admin 3/13/2007 |
What is the line 1136 in mos_pcmacct_functions.php file? |
D
|
drh author 3/14/2007 |
Sorry about that admin. I know better. Here is a snippet of the code. Line 1136 is below in red. |
D
|
Dale 3/14/2007 |
Just a quick thought. |
D
|
drh author 3/14/2007 |
Hey thanks Dale. I have had that problem before when copying a line of code out of a windows application into an application on a linux box. |
![]() |
Sergey Kornilov admin 3/14/2007 |
According to what I found error reporting level needs to be ajusted in order to skip this warning: |
![]() |
Alexey admin 3/15/2007 |
Dave, error_reporting(E_ALL ^ E_NOTICE);
|
D
|
drh author 3/16/2007 |
Hi forum, |