Fatal error: Class 'IDS_Init' not found in /home/admin/domain/phpids.php on line 15

Status
Not open for further replies.

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
I get Fatal error: Class 'IDS_Init' not found in /home/admin/domain/phpids.php on line 15 and I don't really understand why...line 15: $init = IDS_Init::init('http://jagf.net/phpids/lib/IDS/Config/Config.ini');

The file is there so I don't know what it mean
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Re: Fatal error: Class 'IDS_Init' not found in /home/admin/domain/phpids.php on line

Where is the IDS_Init class being defined? What files are include()'d or require()'d before line 15? If none of them define IDS_Init, then that's the problem.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Re: Fatal error: Class 'IDS_Init' not found in /home/admin/domain/phpids.php on line

I fixed that but now I get:

Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /home/admin/domain/phpids/lib/IDS/Init.php on line 50

line 50: $configPath = Config/Config.ini;
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Re: Fatal error: Class 'IDS_Init' not found in /home/admin/domain/phpids.php on line

Config/Config.ini should be in quotes, but could you post the line before 50? Or, preferably, all lines before 50?
 
Status
Not open for further replies.
Top