Who's online

There are currently 0 users and 0 guests online.

Recent comments

Klorofil Freeze

Helo,

It's a great project.

I downloaded and install on my laptop (using drive d: not c:). And then a tried to run the example - selection sample. But it's freeze?

is it problem to iinstall on drive d:?

o0V0o
bambang priambodo
http://www.bambytop.com

Re: Klorofil Freeze
by: riqbal

Hi Bambytop,

bambytop wrote:

It's a great project.

Thank you for the support.

To help solve the problem, we need the error message. Please follow these steps:

1. Open file [INSTALLATION_DIR]/launch.php

2. Replace line 3:

error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);

with:

error_reporting(E_ALL);

3. Open Command Prompt and change directory to [INSTALLATION_DIR]

4. Launch the sample from command prompt

cmd> php launch.php [sample's kfe]

for example:

cmd> php launch.php samples\calculator\app.kfe

5. Please copy the error message and send us the error message

Hi, thx for your respond :)

Below are example error (i only mark a little, there a lot)

Warning: import(): Failed opening 'klorofil/gambart/component/Label.php' for inc

lusion (include_path='D:\PROGRA~1\Klorofil\samples\selection\klorofil\classes;D:

\PROGRA~1\Klorofil\samples\selection\klorofil;D:\PROGRA~1\Klorofil\klorofil\clas

ses;D:\PROGRA~1\Klorofil\klorofil;.;.\klorofil\classes') in D:\PROGRA~1\Klorofil

\klorofil\klorofil.php on line 77

PHP Warning: import(klorofil/gambart/component/Image.php): failed to open strea

m: No such file or directory in D:\PROGRA~1\Klorofil\klorofil\klorofil.php on li

ne 77

Warning: import(klorofil/gambart/component/Image.php): failed to open stream: No

such file or directory in D:\PROGRA~1\Klorofil\klorofil\klorofil.php on line 77

PHP Warning: import(): Failed opening 'klorofil/gambart/component/Image.php' fo

r inclusion (include_path='D:\PROGRA~1\Klorofil\samples\selection\klorofil\class

es;D:\PROGRA~1\Klorofil\samples\selection\klorofil;D:\PROGRA~1\Klorofil\klorofil

\classes;D:\PROGRA~1\Klorofil\klorofil;.;.\klorofil\classes') in D:\PROGRA~1\Klo

rofil\klorofil\klorofil.php on line 77

Warning: import(): Failed opening 'klorofil/gambart/component/Image.php' for inc

lusion (include_path='D:\PROGRA~1\Klorofil\samples\selection\klorofil\classes;D:

\PROGRA~1\Klorofil\samples\selection\klorofil;D:\PROGRA~1\Klorofil\klorofil\clas

ses;D:\PROGRA~1\Klorofil\klorofil;.;.\klorofil\classes') in D:\PROGRA~1\Klorofil

\klorofil\klorofil.php on line 77

Is ok, install with WAMP packages? for you information i used xampp on my laptop.

o0V0o
bambang priambodo
http://www.bambytop.com

Hi Bambytop. Sorry for your
by: awan

Hi Bambytop.

Sorry for your inconvenience :)

This is because the application failed to read php.ini correctly.

To solve the problem, you have two options:

1. If you do not want to change your Klorofil installation, please follow

these steps:

- Open command prompt

- Go to [INSTALLATION_DIRECTORY]

- Run the sample (kfe file) from command prompt. For example:

php -c "." launch.php "C:\Program Files\Klorofil\samples\calculator\app.kfe"

2. The second option is to replace klorofil.exe (from your installation

directory) with the new one which can be downloaded from:

http://files.klorofil.org/patch/klorofil.exe [450KB].

This is the patch file. Then, try to rerun the samples.

If you still get the problem, please feel free to contact us.

Thank you.

Irawan