Missing dll files in Webuilder 2008

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
User avatar
alex
Posts: 2
Joined: Sun May 25, 2008 11:31 am
Location: Australia
Contact:

Missing dll files in Webuilder 2008

Post by alex »

Since upgrading to Webuilder 2008 (Version 9.0.0.96) I keep getting an error as I navigate a document relating to php.exe and missing dll files. I will be typing code and all of a sudden it pops up interupting my workflow. The program continues to run and doesn't seem to have any other issues, but the popup is annoying.

The actual error reads:
php.exe - Unable to locate component
This application has failed to start because <INSERT DLL NAME> was not found. Re-installing the application may fix this problem.
So far there have been calls for the following dlls:
  • CORE_RL_xlib_.dll
  • CORE_RL_magick_.dll
  • CORE_RL_ttf_.dll
  • CORE_RL_lcms_.dll
  • LIBR_RL_ZLIB_.dll
  • LIBR_RL_TIFF_.dll
These seem to be all the missing dlls as now I have downloaded these I get the following error:
php.exe - Entry Point Not Found
The procedure entry point GetImageGeometry could not be located in the dynamic link library CORE_RL_magick_.dll
I have re-installed Webuilder 2008 and I still get the error. Nothing has changed with my web server setup and PHP seems to be running correctly in a browser environment. I did not have this issue with Webuilder 2007 or Webuilder 2006 which I used previously.

The problem seems to occur most when I am working on PHP code within a file so I think it may be related to the new inline PHP syntax checking or Ruby language support, although I don't know why the latter would affect me as I don't actually use it.

Does anybody know of a way around this, it's getting very annoying while I work.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Missing dll files in Webuilder 2008

Post by Gatis »

It seems that you have enabled the Silent Syntax check (this is on by default), but for some reason the syntax check can not be executed.
To switch off it, you need to go to Options -> Preferences -> PHP Settings -> make sure "Enable Realtime PHP Syntax Check" is not marked.
At least this should prevent you from receiving those error messages when editing your PHP files, if you do not want to have the Realtime Syntax Check.
Kind regards,
Gatis Avots
User avatar
alex
Posts: 2
Joined: Sun May 25, 2008 11:31 am
Location: Australia
Contact:

Re: Missing dll files in Webuilder 2008

Post by alex »

Gatis wrote:It seems that you have enabled the Silent Syntax check (this is on by default), but for some reason the syntax check can not be executed.
To switch off it, you need to go to Options -> Preferences -> PHP Settings -> make sure "Enable Realtime PHP Syntax Check" is not marked.
At least this should prevent you from receiving those error messages when editing your PHP files, if you do not want to have the Realtime Syntax Check.
That's all well and good, but what if I want to make use of this excellent feature?

Is there a reason why isn't working? Is it due to my system or the Webuilder 2008 software?
Alex Graham
Web Developer
Cadmium | cadmium.com.au
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Missing dll files in Webuilder 2008

Post by Karlis »

This is because your php installation is corrupted or buggy. These are php DLL files and have nothing to do with WeBuilder.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply