Search…

X3 Photo Gallery Support Forums

Search…
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Panel not working

05 Apr 2022, 15:25

The panel for my corporate photography site is broken (the wedding one is working fine). I can log in and out, but everything else loads (half) empty pages or does nothing.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel not working

06 Apr 2022, 06:03

If I have login, I could check ... Something changed on server I guess, could be firewall effect.
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Panel not working

06 Apr 2022, 06:31

mjau-mjau wrote: If I have login, I could check ... Something changed on server I guess, could be firewall effect.
But it's on the same server as the other site, which is working fine. I'll send you login via PM.

Edit: Seems to be browser related. I use Firefox, but in Safari it's working...
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel not working

06 Apr 2022, 11:04

Works in Firefox here. Some extension or browser blockage? It's not server related if it only fails in one browser.
Image
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Panel not working

06 Apr 2022, 11:11

I have no idea how to find out what's causing the problem here. Especially considering that it's working for the wedding site – in the same browser, running on the same server.

There are some errors in the console after logging in:
Code
Uncaught



Exception { name: "NS_ERROR_STORAGE_CONSTRAINT", message: "", result: 2153971715, filename: "[url=https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1]https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1[/url]", lineNumber: 10180, columnNumber: 0, data: null, stack: "@https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1:10180:58\n" }
[url=https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1]x3_panel.js:10180[/url]

Uncaught TypeError: protectPageAfter is not a function
    createMtree https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1:7152
    show_left_folder_menu https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1:9944
    jQuery
[center]11[/center]
    
    load
    
    each
    
    each
    
    load
    
    c
    
    fireWith
    
    l
    
    o
    
    send
    
    ajax
    
    load
    show_left_folder_menu https://www.danielbollinger.de/panel/filemanager_js/x3_panel.js?v=3.30.1:9939
    <anonymous> https://www.danielbollinger.de/panel/:323

www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel not working

06 Apr 2022, 12:02

It also says "NS_ERROR_STORAGE_CONSTRAINT" so you might want to check this:
https://stackoverflow.com/questions/349 ... in-firefox

I see that error in Chrome also, but it still works fine in both browsers. It's a var not defined. Something with a folder or something in a folder. I can diagnose by basically eliminating folder by folder and finding exactly what item is causing the error ... Here, there is nothing wrong though as it works in both browsers.

What do you mean "loads half empty pages"? Can you give me an example of exactly where you are and where you click to see this?
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Panel not working

06 Apr 2022, 12:44

mjau-mjau wrote: It also says "NS_ERROR_STORAGE_CONSTRAINT" so you might want to check this:
https://stackoverflow.com/questions/349 ... in-firefox
Thanks, that put me in the right direction – clearing browser cache and cookies made it work again.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel not working

07 Apr 2022, 02:10

X3 uses localStorage (stores some data in browser, for next visit), and it might have stored some info about a folder that no longer exists (deleted or modified by another login, user or ftp). So this is probably a bug, as it shouldn't create errors. Thanks for your patience.