Entry Point Not Found

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
bakdoor
Posts: 4
Joined: Sat Feb 05, 2011 4:25 pm

Entry Point Not Found

Post by bakdoor »

Rapid PHP ver 10.2

Ok, new to this. Looking to learn php and wanted a good editor. Program looks great, but the errors are driving me nuts!

Did a search but the little I found was of no help.

I'm continually getting "php.exe - Entry Point Not Found" errors. Path to php-cgi in 'Web Servers' is C:\php526xd\php-cgi.exe and that file does exist in that directory, and 'Use Built In Web Server' is checked although I've tried it all different ways possible.

Any help would be appreciated.
Thanks
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Entry Point Not Found

Post by Gatis »

Hi,

possibly this is because of the live-syntax check. The problem is described here:
http://kb.blumentals.net/kb/index.php?V ... ntryID=130
***************
Why does the error message appear?

When live PHP syntax check is enabled (by default), your PHP code is being checked against errors as you type. This is done by running PHP in the background. In case when PHP can not find a file it needs, it will display an error message. It is important to observe that the error message comes from the PHP that is running invisibly in the background and not from the code editor.
How to fix the problem?

The easiest way is to turn off the Realtime PHP Syntax Check:

1. On the Options menu, click Preferences.
2. Click PHP Settings and uncheck Realtime PHP Syntax Check.

If you want to be able to use Realtime PHP Syntax Check, you will have to fix the PHP configuration problem that causes the error message to appear. Most often this can be done by adjusting configuration settings in the php.ini file. Try entering full error message in a search engine, it may give you some answers related to your individual situation.

Alternatively you may also consider using our self-installing and self-configuring PHP package. Click here to download it: http://www.blumentals.net/download/php.php
***************

I hope this helps,
Gatis
Kind regards,
Gatis Avots
bakdoor
Posts: 4
Joined: Sat Feb 05, 2011 4:25 pm

Re: Entry Point Not Found

Post by bakdoor »

Gatis, Realtime PHP Syntax Check is already unchecked.

'using our self-installing and self-configuring PHP package' was already done. (C:\php526xd\php.exe)

Still getting the errors whenever I attempt to add code to a document. The errors show up in a pop up and I have to click the close arrow about 12 times before it finally goes away.

Tom
bakdoor
Posts: 4
Joined: Sat Feb 05, 2011 4:25 pm

Re: Entry Point Not Found

Post by bakdoor »

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hello!</title>
</head>

<body>

<?php
echo("Hello, World!" );
?>
I simply added <?php and hit enter and that's when I get the errors. (sample below) Most appear to be errors relating to the dll
<?php

Image

</body>

</html>
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Entry Point Not Found

Post by Gatis »

I simply added <?php and hit enter and that's when I get the errors. (sample below) Most appear to be errors relating to the dll
This can only happen if the Rapid PHP thinks this feature is turned on (or you have preview window open, and the preview is refreshed, but then again, the preview for PHP does not refresh automatically). So, either the setting is still on, or there is something very wrong with your computer.

What is your OS, is it Vista or Windows 7? If so, try to run Rapid PHP using Right-Click, "Run As administrator".

Gatis
Kind regards,
Gatis Avots
bakdoor
Posts: 4
Joined: Sat Feb 05, 2011 4:25 pm

Re: Entry Point Not Found

Post by bakdoor »

XP. Nothing wrong with the computer. Running as 'administrator'. Other php editors seem to work fine, just liked the look/feel of yours more.
User avatar
mapleleaf
Posts: 121
Joined: Thu Oct 14, 2010 2:21 am
Location: Ashcroft, BC Canada
Contact:

Re: Entry Point Not Found

Post by mapleleaf »

Gatis wrote: So, either the setting is still on, or there is something very wrong with your computer.

Gatis
I may be wrong on this.

Could this be referring to the ' Zend Optimizer ' '? Then perhaps it is a setting that needs to be addressed???

Doesn't the ZendOptimizer.so have to reside on the server?


mapleleaf

http://www.mirana.net
User avatar
piposek
Posts: 9
Joined: Fri Oct 08, 2010 1:14 am
Location: Praha 10, Czech Republic, Europe
Contact:

Re: Entry Point Not Found

Post by piposek »

It looks you should put a clean PHP 5 install in a folder and set path to the executable in RapidPHP to it. That type of an error is PHP based, not inside RapidPHP.
Filip OÅĨĆdal – mxd.cz
independent internet consultant
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Entry Point Not Found

Post by Gatis »

Gatis, Realtime PHP Syntax Check is already unchecked.
'using our self-installing and self-configuring PHP package' was already done. (C:\php526xd\php.exe)
There was a bug, that will be fixed. Even if you have unchecked the Real-time Syntax Check option, it could actually run, if the Path to the syntax checker was still filled in.
So, for the time being, you need also to remove the value of the Path field (Under the Options menu, Preferences, PHP Settings).
Kind regards,
Gatis Avots
Post Reply