HTML tags inside PHP Syntax Check popup

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
athei
Posts: 9
Joined: Fri Aug 01, 2008 7:55 pm

HTML tags inside PHP Syntax Check popup

Post by athei »

There is how this window/popup looks, when error occurs. <i></th></tr> tags are always,regardless of error type in php code.
Image
/WeBuilder 9.5.0.104
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: HTML tags inside PHP Syntax Check popup

Post by Gatis »

Hello!

Please send an example of your php source file to our support email address.

Thanks!
Kind regards,
Gatis Avots
athei
Posts: 9
Joined: Fri Aug 01, 2008 7:55 pm

Re: HTML tags inside PHP Syntax Check popup

Post by athei »

It doesn't matter what is in .php file.
PHP tags can be inline or block, short tags or normal tags, encoding utf8 or ascii. The html tags in php syntax check popup are always the same as on picture.
My sample php files:
1.

Code: Select all

<? echo"bla":; ?>

2.

Code: Select all

<?php $var= ?> 
3.

Code: Select all

<?php
  $_POST['var"];
?>
- for this code There is also this popup before this on picture from previous post
Image
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: HTML tags inside PHP Syntax Check popup

Post by Gatis »

Sorry for a delayed reply.
You must be doing something very specific, because I could not reproduce this problem. I am getting normal error messages.
Also, nobody else has claimed having similar issues as far as I can remember.
Please send the full source code to our support email address. Thanks.
Kind regards,
Gatis Avots
daredare
Posts: 125
Joined: Sun Sep 09, 2007 1:40 pm

Re: HTML tags inside PHP Syntax Check popup

Post by daredare »

if your wamp environment is well configured for this error:

Code: Select all

$_POST['var"];
you should get this php error(default config):

Code: Select all

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in C:\Documents and Settings\xx\Local Settings\Temp\prev0~.php on line 3

Parse error: parse error, expecting `']'' in C:\Documents and Settings\xx\Local Settings\Temp\prev0~.php on line 3
i dont think webuilder internally is configured to handle those error prompts you get.
webuilder 2010 version 10.02 (10.0.2.118) is the best !!
athei
Posts: 9
Joined: Fri Aug 01, 2008 7:55 pm

Re: HTML tags inside PHP Syntax Check popup

Post by athei »

Problem solved.
I had an syntax error in my php.ini. Server worked but Webuilder syntax didn't.
Post Reply