Project

General

Profile

problem importing data into the processing database

Added by Jason de la Cruz over 13 years ago

Hello,

I am a new user, and am unable to upload data into the Appion processing database. When I click the "Upload" button, I get the following error:

Fatal error: require_once() [function.require]: Failed opening required 'inc/particledata.inc' (include_path='/var/www/html/myamiweb:/var/www/html/myamiweb/project:/var/www/html/myamiweb/lib:/var/www/html/myamiweb/lib/PEAR') in /var/www/html/myamiweb/processing/inc/menuprocessing.php on line 11

Is this a problem with the php web server? Please advise.

Thank you,
--Jason


Replies (1)

RE: problem importing data into the processing database - Added by Eric Hou over 13 years ago

For temporary fix this problem. Open your config.php under myamiweb folder. You should see a section like below:

// --- path to main --- //
set_include_path(dirname(FILE).PATH_SEPARATOR
.dirname(FILE)."/project".PATH_SEPARATOR
.dirname(FILE)."/lib".PATH_SEPARATOR
.dirname(FILE)."/lib/PEAR");

Change it to:

set_include_path(dirname(FILE).PATH_SEPARATOR
.dirname(FILE)."/project".PATH_SEPARATOR
.dirname(FILE)."/processing".PATH_SEPARATOR
.dirname(FILE)."/lib".PATH_SEPARATOR
.dirname(FILE)."/lib/PEAR");

And let me know is this change fixed the problem for you.

Thanks.

Eric

    (1-1/1)