WebSite X5Help Center

 
R.A. Van 't Hof
R.A. Van 't Hof
User

Running a script  en

Author: R.A. Van 't Hof
Visited 736, Followers 1, Shared 0  

While creating a website I entered an html code on a page, the script was visible on the preview, but after uploading the script was no longer visible.

Posted on the
8 ANSWERS - 1 USEFUL - 1 CORRECT
John S.
John S.
User

Some more information please.

Link to page?

Code?

Read more
Posted on the from John S.
R.A. Van 't Hof
R.A. Van 't Hof
User
Author

Appointment - Exciting 4 Everyone this is the page where the script (purchased from PHPJabbers) should be displayed.
A php script software that needs to be installed separately on the server.
The software then creates a php script which I integrated into the EVO software.
In the example browser of the W5 software the script is displayed, that's the strange thing about it.

Read more
Posted on the from R.A. Van 't Hof
Claudio D.
Claudio D.
Moderator

1) If the script is in PHP then the page must also be saved in PHP.
I see that yours is .html instead
Go to MAP - select the page, Properties and tell it the extension .PHP
2) in my opinion you are also inserting it in the wrong place/mode
check the script instructions...

Read more
Posted on the from Claudio D.
John S.
John S.
User

I don't know the script and i don't know what the parameter(s) make - but - if you change:

<script type="text/javascript" src="http://www.exciting4everyone.nl/appointments/index.php?controller=pjFrontEnd&action=pjActionLoad"></script>

To

<script type="text/javascript" src="http://www.exciting4everyone.nl/appointments/index.php"></script>

You will maybe see something and then you can experiment from that.

You are using http and not https but as it is same domain it probably means nothing.

Read more
Posted on the from John S.
R.A. Van 't Hof
R.A. Van 't Hof
User
Author

We finally got it working, the problem was that the script was installed in http environment instead of https environment.
This will probably also change the settings of the script.
Stupid of us, but we should have known better as our experience with PHPJabbers scripts has always been excellent.

Thank you very much for thinking along with us.

Read more
Posted on the from R.A. Van 't Hof
Claudio D.
Claudio D.
Moderator

page in php and https... well !

close the post if resolved

Read more
Posted on the from Claudio D.
R.A. Van 't Hof
R.A. Van 't Hof
User
Author

Sorry, we're new here and we don't see a link to close this discussion at the moment.

Read more
Posted on the from R.A. Van 't Hof
Esahc ..
Esahc ..
Moderator

Just mark your own answer as correct.

Read more
Posted on the from Esahc ..