Cannot delete pages

Topiax

Quote from: Topiax on November 19, 2020, 07:05:13 PM
Quote from: dbs on November 19, 2020, 03:58:21 PM
Please download again from the wiki and do a upgrade.

Where from, exactly? How do I upgrade?

This finally solved the problem! Thank you!  :-D


dbs

[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

hgs

Look here for the new fixed package
https://wiki.websitebaker.org/doku.php/downloads

And here is a little guide, sorry for Germay
https://www.youtube.com/watch?v=2Vi5v7vhKx8
Sorry for German language in the video
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

Topiax

Quote from: dbs on November 19, 2020, 03:58:21 PM
Please download again from the wiki and do a upgrade.

Where from, exactly? How do I upgrade?

dbs

Please download again from the wiki and do a upgrade.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

DarkViper

It looks like before Christmas...   8-)
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

jonathanw

Quote from: dbs on November 19, 2020, 10:58:14 AM
Can confirm, with backend language english this js-error occours.
QuoteI'm thinking it might be related to the ' in "won't"
Right.  (Y)
Cool. My first issue I ever had with WB, love this CMS:)
Do you have a time horizon on an update?

hgs

Thanks for testing

So we get a stable 2.13

Keep it up!
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

dbs

Can confirm, with backend language english this js-error occours.
QuoteI'm thinking it might be related to the ' in "won't"
Right.  (Y)
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

jonathanw

#20
Quote from: dbs on November 18, 2020, 03:57:13 PM
Thx for reporting.
Who is your hoster?
A small local company
Running php 7.4.12 as FPM application apache

jonathanw

Quote from: Luisehahne on November 18, 2020, 04:30:46 PM
Quote from: jonathanw on November 18, 2020, 02:23:16 PM
When I load the admin I get this error:
SyntaxError: missing } after property list index.php:694:25 note: { opened at line 692, column 18
Which index.php in which folder??

Dietmar
admin/pages/index.php

The highl-lighted code is this:

  var confirm_link = function (message, url) {
        swal.fire({
          title: message,
          html: 'You won't be able to revert this!',

I'm thinking it might be related to the ' in "won't"

Topiax

Quote from: dbs on November 18, 2020, 10:25:46 AM
You tried also other browsers?
Which browser do you use?

I use Chromium 87.0.4280.66  and Brave  1.16.76 (Chromium: 86.0.4240.198). Also tried  Chrome 86.0.4240.183 and Firefox 82.0. It seems that this problem persists regardless the browser.

Luisehahne

Quote from: jonathanw on November 18, 2020, 02:23:16 PM
When I load the admin I get this error:
SyntaxError: missing } after property list index.php:694:25 note: { opened at line 692, column 18
Which index.php in which folder??

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

dbs

Thx for reporting.
Who is your hoster?
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

jonathanw

I'm having the same issues, tried with three installations now and on two different domains. Same issue persists. Also tried in firefox and chrome.

When I load the admin I get this error:
SyntaxError: missing } after property list index.php:694:25 note: { opened at line 692, column 18

And I get the following error when pressing the delete icon:
ReferenceError: confirm_link is not defined index.php:1:1
onclick https://xxxx.xx/admin/pages/index.php:1:1

Luisehahne

#14
Hi,

seems to be a cache issue or not all files are uploaded
e.g.
Code from /modules/output_filter/js/LoadOnFly.js: (will be removed in the next package)
Quote
    };
    var confirm_link = function (message, url) { //  class="alert rounded"
      if (confirm(message)) location.href = url;

will not be loaded, we load http://mydomain.local/wb/include/jquery/LoadOnFly.js

confirm_link is set in /templates/FeaultDheme/templates/footer.htt and switch form javascript confirm alert to sweetalert2 confirm dialog

need access to your webspace and installation, so i can help

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

dbs

You tried also other browsers?
Which browser do you use?
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

Topiax

Quote from: Topiax on November 17, 2020, 07:52:18 PM
Quote from: Luisehahne on November 17, 2020, 11:15:57 AM
Please have a look in Webmaster Tool (Web-Console). I my point you have a Javascript error so script stops loading completly
Dietmar



Code from https://xxx.xxxxxxx.fi/admin/pages/index.php
Quote
<a onclick="confirm_link('Are you sure you want to delete the selected page (and all of its sub-pages)?','https://xxxx.xxxx.fi/admin/pages/delete.php?page_id=be85276994044544');" title="Delete">

This is from the HTML code of the admin page (as seen in my browser). Opening this url-link separately in the browser will delete the page concerned as is desired.
The wastebin icon on the admin page does not work however, nor contain any link other than that of the very image.




Topiax

Quote from: Luisehahne on November 17, 2020, 11:15:57 AM
Please have a look in Webmaster Tool (Web-Console). I my point you have a Javascript error so script stops loading completly

Dietmar

Web console output:
Quoteindex.php:835 Uncaught ReferenceError: confirm_link is not defined at HTMLAnchorElement.onclick (index.php:835)

Code fron index.php:835:
Quote
<a onclick="confirm_link('Are you sure you want to delete the selected page (and all of its sub-pages)?','https://xxxx.xxxx.fi/admin/pages/delete.php?page_id=be85276994044544');" title="Delete">

Code from /modules/output_filter/js/LoadOnFly.js:
Quote};
var confirm_link = function (message, url) { //  class="alert rounded"
  if (confirm(message)) location.href = url;

Still fail to delete pages at Admin.

hgs

Quote from: Topiax on November 17, 2020, 11:34:09 AM
Quote from: hgs on November 17, 2020, 09:14:42 AM
Are there any messages in the ErrorLog?

Error log (fraction):
Quote[16-Nov-2020 19:22:59 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 01:15:53 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 01:15:56 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 07:22:41 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 07:24:04 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!"
These messages come from the template and are not responsible for the behavior.
I would say that template comes from Austria :)
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

Topiax

#9
Quote from: Luisehahne on November 17, 2020, 11:15:57 AM
Please have a look in Webmaster Tool (Web-Console). I my point you have a Javascript error so script stops loading completly

Dietmar

Web COnsole message:
QuoteUncaught ReferenceError: confirm_link is not defined

Yes. This might be a Javascript problem. Is it in my browser or in WB settings?

Topiax

Quote from: hgs on November 17, 2020, 09:14:42 AM
Are there any messages in the ErrorLog?

Error log (fraction):
Quote[16-Nov-2020 19:22:59 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 01:15:53 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 01:15:56 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 07:22:41 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!
[17-Nov-2020 07:24:04 UTC] show_menu2 error: $aOptions is invalid. No flags supplied!"

Luisehahne

Please have a look in Webmaster Tool (Web-Console). I my point you have a Javascript error so script stops loading completly

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

hgs

Are there any messages in the ErrorLog?

I have just tested this.

Page created--> text in--> saved.
Page 1. times deleted--> success message--> page remains visible in the page tree for reactivation
Page deleted 2. times --> success message --> page also disappeared from the page tree
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

Topiax

Quote from: dbs on November 16, 2020, 09:10:49 PM
Was this a new install or a update?
Upload and unzip or upload file by file?

It is a new install. The WebsiteBaker-2_13_0.zip file uploaded and extracted on the server side, not "file by file". Installed on the server thereafter.