At 12:24 PM 5/20/2010, you wrote:
I'm updating a couple of my web-access pages, but also had to re-install CodeCharge so I think I'm missing something on my development machine.

I get this error during an access:
Notice: Undefined offset: 0 in C:\Apache2\htdocs\NewEquipMgr\GenerateCert.php on line 175
-ERROR- File not created

Here is the PHP code at line 175:
if ($output[0] == 'OK' && $file_created) {
        header("Location: $files_dir/$file_name");
        die();
} elseif (!$file_created) {
        die('-ERROR- File not created');
} else {
        die($output[0]);
}

It kind of looks like I'm missing a file or a directory but I have place a aub-directory called "files" in the htdocs directory.


I've placed these files in the current htdocs directory:
RWebReports80.exe
RB80IO.DLL
RBENGINE8.DLL
RBENGINE8.CFG

I'm overlooking something but can't put my finger on it.

Any help appreciated.

Jan,

Locate the PHP script that calls the RWebReports80 executable.

Check that the path and file name is correct.

You may also relocate the RWebReports80 executable, DLLs, and CFG
file  to the exact folder where the PHP script resides to test.

John 

Reply via email to