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
Entry Point Not Found
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
Re: Entry Point Not Found
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
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
Gatis Avots
Re: Entry Point Not Found
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
'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
Re: Entry Point Not Found
<!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

</body>
</html>
"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

</body>
</html>
Re: Entry Point Not Found
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.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
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
Gatis Avots
Re: Entry Point Not Found
XP. Nothing wrong with the computer. Running as 'administrator'. Other php editors seem to work fine, just liked the look/feel of yours more.
Re: Entry Point Not Found
I may be wrong on this.Gatis wrote: So, either the setting is still on, or there is something very wrong with your computer.
Gatis
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
- piposek
- Posts: 9
- Joined: Fri Oct 08, 2010 1:14 am
- Location: Praha 10, Czech Republic, Europe
- Contact:
Re: Entry Point Not Found
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
independent internet consultant
Re: Entry Point Not Found
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.Gatis, Realtime PHP Syntax Check is already unchecked.
'using our self-installing and self-configuring PHP package' was already done. (C:\php526xd\php.exe)
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
Gatis Avots