Difference between revisions of "Corrupted Content"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "Category:Troubleshooting This page explains what to do when you have corrupted HTML content and can no longer edit certain pages This error message shows when something...")
 
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
  This page explains what to do when you have corrupted HTML content and can no longer edit certain pages
 
  This page explains what to do when you have corrupted HTML content and can no longer edit certain pages
  
This error message shows when something in your content triggering the firewall.
+
This can happen when something in your content triggers the firewall.
  
 
Try adding the content bit by bit until you find the item causing the problem.
 
Try adding the content bit by bit until you find the item causing the problem.
Line 10: Line 10:
 
Once you find the item causing the problem, try rewording it and make sure you use valid HTML.
 
Once you find the item causing the problem, try rewording it and make sure you use valid HTML.
  
We can check what causes the error if you send us a support ticket with following information:
 
*your IP address (if you do not know it use a service like this: [https://www.whatismyip.com/])
 
*the GMT time you saw the error
 
*the page where you saw the error
 
  
'''This is how you can delete the corrupted content:'''
+
If you can't find the culprit or if you cannot edit the content anymore, you can '''delete the content:'''
  
Open the page without any content and add &noload=all to the URL of the menu page.
+
Open the page without any content and add '&noload=all' to the URL of the menu page then SAVE
  
Example: beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=all will open SETTINGS-> BOOKING PAGE - > PAGEDESIGN - > CONTENT with all content removed.  
+
Example:
 +
 
 +
...beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=all
 +
 
 +
will open SETTINGS-> BOOKING PAGE - > PAGEDESIGN - > CONTENT with all content removed.
 +
 
 +
Then click SAVE.
  
 
The settings will be empty so you can enter your valid content and save.
 
The settings will be empty so you can enter your valid content and save.
Line 25: Line 27:
 
  Note: this will clear all settings on the page.
 
  Note: this will clear all settings on the page.
  
If you know the language which has the problem you can specify to only not load it using the 2 char language code like this (for English)
+
If you know the language which has the problem you can specify this using the 2 char language code (for English):
 +
 
 +
...beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=en
 +
 
 +
 
 +
If the corrupted content is in a <b>popup window</b> (for example in the email content of an auto action) then do this:
 +
 
 +
1.) Open the auto action and go to the 'Email' tab.
 +
 
 +
2.) Click the blue link at the top: 'Open in a new window' (unless you have the system set to open popups in a new tab; then you can leave out this step).
 +
 
 +
3.) Add '&noload=all' (or '&noload=xx where xx = language) to the end of the address (URL). Hit Enter.
  
beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=en
+
4.) Hit the blue 'Save' button.

Latest revision as of 18:37, 12 December 2019

This page explains what to do when you have corrupted HTML content and can no longer edit certain pages

This can happen when something in your content triggers the firewall.

Try adding the content bit by bit until you find the item causing the problem.

Often it is a script or HTML item that appears to the firewall as a possible hacking attack. It can also be something that looks innocent like a combination of numbers and words like "and" or "or" that hackers often use in sql injection attacks.

Once you find the item causing the problem, try rewording it and make sure you use valid HTML.


If you can't find the culprit or if you cannot edit the content anymore, you can delete the content:

Open the page without any content and add '&noload=all' to the URL of the menu page then SAVE

Example:

...beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=all

will open SETTINGS-> BOOKING PAGE - > PAGEDESIGN - > CONTENT with all content removed.

Then click SAVE.

The settings will be empty so you can enter your valid content and save.

Note: this will clear all settings on the page.

If you know the language which has the problem you can specify this using the 2 char language code (for English):

...beds24.com/control2.php?pagetype=bookingpagedesigncontent&noload=en


If the corrupted content is in a popup window (for example in the email content of an auto action) then do this:

1.) Open the auto action and go to the 'Email' tab.

2.) Click the blue link at the top: 'Open in a new window' (unless you have the system set to open popups in a new tab; then you can leave out this step).

3.) Add '&noload=all' (or '&noload=xx where xx = language) to the end of the address (URL). Hit Enter.

4.) Hit the blue 'Save' button.