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.

nmeseth

Professional

  • "nmeseth" is male
  • "nmeseth" started this thread

Posts: 22

Date of registration: Dec 13th 2005

Location: Germany

Occupation: Student

Hobbies: Data Warehouse ;-)

  • Send private message

1

Friday, June 16th 2006, 2:05pm

loading module problems

Hi folks,

I have a problem concerning the PHP Palo API, especially the php_jedox_palo.dll. I have it all running well under windows XP using WAMP server, now I installed the same wamp server configuration on a Windows 2003 Server. I tried to load the php API for Palo but i get the message

PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/php/ext/php_jedox_palo.dll' - The specified module could not be found.

Is it possible that the .dll does not work for windows 2003 server? Or whatelse could be the problem here?

Thanks in advance

Nicolas

P.S.: the PHP version is 5.1.2 and I used the .dll from the 5.1.x directory so there should not be problem concerning this.

j_rass

Professional

  • "j_rass" is male

Posts: 25

Date of registration: Feb 17th 2006

Location: Freiburg i.B., Germany

  • Send private message

2

Monday, June 19th 2006, 9:53am

Hello nmeseth!

The Palo extension for PHP requires two dll files: msvcp71.dll and msvcr71.dll. Both files should be in your SYSTEM32 directory (%WINDIR%\SYSTEM32\).

If you have an installation of Palo somewhere, these files are in the Palo directory. Otherwise you can get them here and here.

Please let me know if this helps you.
With Regards / Mit freundlichen Grüßen

Jedox GmbH
Jonathan Rass
Developer

Worksheet-Server 2.0
Run your Excel-Sheets as Multi-User PHP-Applications on the Web

nmeseth

Professional

  • "nmeseth" is male
  • "nmeseth" started this thread

Posts: 22

Date of registration: Dec 13th 2005

Location: Germany

Occupation: Student

Hobbies: Data Warehouse ;-)

  • Send private message

3

Friday, June 23rd 2006, 10:29am

Hello,

thanks a lot, it helped and everything works properly now!

Muchas Gracias,

Nicolas

crop

Master

  • "crop" is male

Posts: 60

Date of registration: Apr 13th 2006

Location: Russia

  • Send private message

4

Monday, September 25th 2006, 11:20am

I have one problem with Palo PHP Samples.
I use XAMP 1.5.4 for Windows (Apache 2.2.3, PHP 5.1.6)
When I try to load any of PHP Samples, I get an error
"Warning: dl() [function.dl]: Not supported in multithreaded Web servers"
"failed to load jedox_palo"
How can I fix it?

j_rass

Professional

  • "j_rass" is male

Posts: 25

Date of registration: Feb 17th 2006

Location: Freiburg i.B., Germany

  • Send private message

5

Monday, September 25th 2006, 11:32am

Hello crop!

In multithreaded web servers you can only load extensions statically. You have to open your php.ini file and search for the

Source code

1
2
3
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;


block. Just add the line extension=php_jedox_palo.dll after the other "extension=" lines.

You have to restart your web server after changing the php.ini.

Good luck! ;)
With Regards / Mit freundlichen Grüßen

Jedox GmbH
Jonathan Rass
Developer

Worksheet-Server 2.0
Run your Excel-Sheets as Multi-User PHP-Applications on the Web

Rate this thread