Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARIJDIALOG php error
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: ARIJDIALOG php error
#1163
ARIJDIALOG php error 15 Years, 2 Months ago Karma: 0
Hi, I use ARIJDIALOG on my site. The most parts of the site are created with PHP, but when I write the arijdialog part with php echo
ARIJDIALOG is not working. This sounds strange but I have tried it several times. When I use it with echo it is not working, only the text '{arijdialog width .....' is displayed on the screen. Till now
it worked for me, I splited it php html php but now I have to generate it dynamical and I have no workaround. Could you please solve this?

Thank you:

Example how I make it now:
Produkt: '.$idproduktselected.'</form>';
?>

<br/>

{arijdialog width="700" height="500" title="Produkt updaten" resizable="true" draggable="true"}
{arijdicontent title="Modal dialog"}
<?php
if ($idproduktselected != 0){
echo '<font color=#990099>Selektiertes Produkt bearbeiten</font>';
}
?>
{/arijdicontent}{arijdocontent}
<?php
if ($idproduktselected != "0"){
The administrator has disabled public write access.
 
#1168
Re:ARIJDIALOG php error 15 Years, 2 Months ago Karma: 747
Hello,

Can you say link where we can see code which shows instead of ARI JDialog.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1169
Re:ARIJDIALOG php error 15 Years, 2 Months ago Karma: 0
Hi, you can see it on the page:

www.aktionsfinder.at/aktionsfinder/meine-einkaufsliste.html

with the user test pw test

,there I have made a test for you one time in HTML one time in php echo HTML.

<!-- Test fьr ARI -->
{arijdialog width="560" height="260" title="Notiz" resizable="true" draggable="true"}
{arijdicontent title="Modal dialog"}
ARI Test
{/arijdicontent}{arijdocontent}
TEST
{/arijdocontent}{/arijdialog}
<?php
echo '{arijdialog width="560" height="260" title="Notiz" resizable="true" draggable="true"}';
echo '{arijdicontent title="Modal dialog"}';
echo 'ARI Test';
echo '{/arijdicontent}{arijdocontent}';
echo 'TEST';
echo '{/arijdocontent}{/arijdialog}';
?>
<!-- Test Ende fьr ARI -->
The administrator has disabled public write access.
 
#1170
Re:ARIJDIALOG php error 15 Years, 2 Months ago Karma: 747
Hello,

It shows PHP error

'Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in /home/aktionsf/public_html/aktionsfinder/plugins/content/DirectPHP.php(49) : eval()'d code on line 2'

It seems that it is incorrect PHP expression.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1172
Re:ARIJDIALOG php error 15 Years, 2 Months ago Karma: 0
Hello come one, dont think i am stupid, I have added this code to the site because you wanted to know what happen when I insert this with php. Please try it by your own, because you can see from the code which I have added that this could not happen a php error. Please do something and do not thorugh things away.
The administrator has disabled public write access.
 
#1175
Re:ARIJDIALOG php error 15 Years, 2 Months ago Karma: 747
Hello,

We have installed Direct PHP plugin v 1.55 on our server and try code which you type earlier. And all works fine. Say, please, which version of Direct PHP plugin you are used? But in any case, it seems that this problem in Direct PHP.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234