You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

tecdoc

Intermediate

  • "tecdoc" is male
  • "tecdoc" started this thread

Posts: 8

Date of registration: Mar 23rd 2006

Location: Cologne

  • Send private message

1

Friday, April 14th 2006, 11:11pm

php_jedox_palo.dll

I tried to test the PHP samples under WinXP.

The first error message I got was that "jedox_palo.dll" is not available. In the source code you can find the "jedox_palo.dll" not the "php_jedox_palo.dll".

After I changed this I get the massage that the extensions [function.dl] is not supported in multithreaded Webservers. What I'm doing wrong.

L.Jaouan

Master

  • "L.Jaouan" is male

Posts: 54

Date of registration: Feb 16th 2006

  • Send private message

2

Tuesday, April 18th 2006, 9:13am

RE: php_jedox_palo.dll

I got the same message when I changed palo version to 1.0 (not before) but it is only a warning message (if you look down you should see that application screen is ok after the error messages and that it works well).

I first thought that perhaps I copied the wrong dll (for the PHP version) but thought better of it later.

I am contemplating to remove the test in the demo php script if I go on using it (that test does not seem to be absolutely necessary). But I also wonder what is the message origin (the php demo script has not been upgraded for 1.0 palo version and it is the same as before).

I am on XP too but I do not think that is relevant to the problem.
LJ

tecdoc

Intermediate

  • "tecdoc" is male
  • "tecdoc" started this thread

Posts: 8

Date of registration: Mar 23rd 2006

Location: Cologne

  • Send private message

3

Tuesday, April 18th 2006, 10:53pm

RE: php_jedox_palo.dll

Sorry but it don't work. I get the message "failed to load jedox_palo". Thats whats in the sourcecode.

Which PHP Version do you have installed.

L.Jaouan

Master

  • "L.Jaouan" is male

Posts: 54

Date of registration: Feb 16th 2006

  • Send private message

4

Wednesday, April 19th 2006, 9:08am

RE: php_jedox_palo.dll

What I said was only about the following message
'Warning: dl(): Not supported in multithreaded Web servers '
which is only a warning message

But, alas, you must have some other problem. Have you modified the php.ini file to add the name of the php_jedox_palo.dll :extension= php_jedox_palo.dll ?

I am on PHP 4.4
LJ

tecdoc

Intermediate

  • "tecdoc" is male
  • "tecdoc" started this thread

Posts: 8

Date of registration: Mar 23rd 2006

Location: Cologne

  • Send private message

5

Wednesday, April 19th 2006, 9:59am

RE: php_jedox_palo.dll

Yes I modified the .ini und put the .dll to the folder extension. With php 5 there is a change in extension folder. I did not understand it totally at the moment. I have to give me some seconds to understand. Maybe you know another php script which uses also an extension and is running with php 5. So I can test if the problem is an php configuration problem.

L.Jaouan

Master

  • "L.Jaouan" is male

Posts: 54

Date of registration: Feb 16th 2006

  • Send private message

6

Wednesday, April 19th 2006, 10:53am

RE: php_jedox_palo.dll

I do not use PHP 5 but it seems that removing the dll to the php/sapi catalog can help sometimes (or windows system catalog if nothing else works). You must also be sure that no older version with the same name exists somewhere else.
LJ

This post has been edited 1 times, last edit by "L.Jaouan" (Apr 19th 2006, 10:58am)


tecdoc

Intermediate

  • "tecdoc" is male
  • "tecdoc" started this thread

Posts: 8

Date of registration: Mar 23rd 2006

Location: Cologne

  • Send private message

7

Thursday, April 20th 2006, 11:09pm

RE: php_jedox_palo.dll

I installed the full version of xamp and now its running. Maybe something was wrong with xamp lite.

Although only the palo_demo.php script is running. The palo_sample.php does not what you expect.

Thanks for your help so far
Michael

Rate this thread