Need help with an error message....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Need help with an error message....

Post by Muad'Dib »

Whenever anyone connects to my site, or changes pages on my site I recieve an error box. This is what the message says:

The procedure entry point zend_ptr_stack_push could not be located in the dynamic link library php4ts.dll

If anyone knows how to fix this problem please let me know. It gets quite annoying when those boxes keep poping up.

Thanks in advance.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Reinstall php or get a new version. That's the best bet if your .dlls are fubar.

http://www.php.net/download
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Post by Muad'Dib »

I have version 4.3.2 installed.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Reinstall maybe?

What code is resulting in that error? post it up
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Post by Muad'Dib »

I have no idea what is causing it, so I don't know what to post.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Reinstall.
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Post by Muad'Dib »

I've tried that a few times already, but I still get the error.
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Post by Muad'Dib »

no one knows what problem I am having?
User avatar
mrvanjohnson
Forum Contributor
Posts: 137
Joined: Wed May 28, 2003 11:38 am
Location: San Diego, CA

Post by mrvanjohnson »

A quick Google search turned up this string on a Nuke board http://nukecops.com/postt6118.html. It advices
Stop your server.
Copy php4ts.lib, php4ts.dll, and php4embed.lib to Windows\System32 folder
Start your server
I also found this string but them didn't seem to resolve thier problem either http://www.phpbuilder.com/mail/php-inst ... 1/0102.php

Hope this helps
Muad'Dib
Forum Newbie
Posts: 6
Joined: Sat Jul 26, 2003 11:56 pm

Post by Muad'Dib »

I've also tried that, and I still get the error message.
Post Reply