Search found 7 matches

by bfrei
Thu Mar 07, 2013 4:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: ng filename error when attempt syntax check on a PHP script
Replies: 5
Views: 4998

Re: ng filename error when attempt syntax check on a PHP scr

Hello Aivars, I found the issue. The path settings to the php.exe were correct. The problem is with the "error_reporting" setting in php.ini. Depending on the setting, the syntax check (php.exe -l <file>) returns no (i.e. a blank) error message (in only returns the "Errors parsing <file>", but no ...
by bfrei
Wed Mar 06, 2013 3:31 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: ng filename error when attempt syntax check on a PHP script
Replies: 5
Views: 4998

Re: ng filename error when attempt syntax check on a PHP scr

Hi,

I have exactly the same issue (using RapidPHP 2014). For different reasons, I cannot install a different PHP package (using XAMPP right) now. This forced me to go back to PhpStorm, which is OK for large projects, but not for some lightweight development stuff :-(

Best regards,
Bernhard
by bfrei
Mon May 11, 2009 3:03 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 9.5.2.106]: minor problem with file renaming
Replies: 3
Views: 2234

Re: [Rapid PHP 9.5.2.106]: minor problem with file renaming

Thanks, I have the option to show extensions (and hidden files etc.) in Explorer always enabled, but there's no difference. However, I found that I am able to rename the files the way I want using the CMD line prompt.

Bernhard
by bfrei
Thu May 07, 2009 6:23 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 9.5.2.106]: minor annoyance opening files
Replies: 1
Views: 1246

[Rapid PHP 9.5.2.106]: minor annoyance opening files

Hi, When double-clicking on a file that is already open in the editor, in the File Explorer pane (Project or Folders view), Rapid PHP always asks "Do you want to revert to the last saved version of <filename>?", even for files that have not been changed. For unchanged files, I would expect that the ...
by bfrei
Wed May 06, 2009 11:26 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 9.5.2.106]: minor problem with file renaming
Replies: 3
Views: 2234

[Rapid PHP 9.5.2.106]: minor problem with file renaming

Hi, A minor bug: when I try to rename an existing file in the File Explorer panel to a name starting with a dot (e.g. ".htaccess"), Rapid PHP pops up an error message "You must type a file name." and does not accept the name. Bernhard Edit: I just found out that this seems to be a problem with ...
by bfrei
Mon May 04, 2009 11:32 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Debugger: Evaluation history
Replies: 0
Views: 1385

Debugger: Evaluation history

Hi,

Please add a history (e.g. in the form of a drop-down list) to the input field on in the PHP Debugger - Evaluate window.

Thanks :)