File Manager Error: Showing loading spinner only, but no result or alert of any errors.

Hi there,

I am now a big fan of CyberPanel, all of those great features in a simple and user friendly view make CyberPanel awesome.

But anyway, I just got a problem about file manager.
Today I found it only loading (showing the loading spinner) but nor result.
No alert of errors, or etc.

Any idea?

Regards,
RB

If you use OpenLiteSpeed as a web server, did you read? Some Dont's After Installing CyberPanel! - Blog Posts - CyberPanel Community

Made any changes to your rewrite rules or vhost conf recently?

Assalamualaikum Usman,

I only installed some wordpress sites, which have been there for almost a month,
I never change MYSQL Password, maybe only changing the rewrite rule and end like below, and i think it still normal:

==============================================================

BEGIN LSCACHE

LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!

RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary] ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## ### marker MINIFY start ### RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\\w+)\\.(css|js)$ RewriteCond %1/wp-content/cache/$2/$1.$2 -f RewriteRule min/(\\w+)\\.(css|js) wp-content/cache/$2/$1.$2 [L] ### marker MINIFY end ###

LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!

END NON_LSCACHE

BEGIN WordPress

RewriteEngine On RewriteBase / RewriteRule ^index\\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

END WordPress

===========================================================================

what do you think brother?

Regards,
RB

I have done upgrading to the latest version of CyberPanel,
trying to deactive plugin, theme, etc of my wordpress,
but nothing happened, still can’t access the file manager.

UPDATE:
I tried to delete the htaccess, and weirdly somehow it works!

but when I put the htaccess back, things go wrong again.
can you help me to find what’s wrong with this htaccess please?

BEGIN LSCACHE

LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!

RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary] ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## ### marker MINIFY start ### RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\\w+)\\.(css|js)$ RewriteCond %1/wp-content/cache/$2/$1.$2 -f RewriteRule min/(\\w+)\\.(css|js) wp-content/cache/$2/$1.$2 [L] ### marker MINIFY end ###

LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!

END NON_LSCACHE

BEGIN WordPress

RewriteEngine On RewriteBase / RewriteRule ^index\\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

END WordPress

UPDATE:

I stuck on the problem of these:

  • if i delete all the rewrite rule, i can access the file manager, BUT the wordpress url 404 error.
  • if i try to generate new htaccess from wordpress permalink page, it is generated but it still 404.
  • if i add back the rewrite rule directly from cyberpanel, the wordpress website is back to normal, BUT then i can’t access the file manager again. :frowning:

I hope someone can share any ideas how to solve the problems. I really love to use cyberpanel.

JUST FOUND THE SOLUTION!

I learnt about htaccess on openlitespeed, and found this is the problem between wordpress htaccess and litespeed.

rewrite {
inherit 0

}

i changed the value to true:
rewrite {
inherit 1

}

and works like a charm!

I hope this post can be an answer for you who has the same problem as me.
Keep cyberpaneling!

Great, and sorry you were in opposite time zone.

Greeting from Indonesia Usman! :slight_smile:

I don’t have wordpress,but the problem is the same.
Your decision didn’t help me

same issue here, no changes made to vhost or rewrite rules.

File Manager uses a reverse proxy, so the main web server should be online, is it?

Work,s fine for me. Many Thanks, solve my problem with all wordpress.

I tried Vesta cp for 4 years, and discover Cyberpanel 2 days ago and change my five servers with Cyberpanel, It,s the best and supperior, super fast LSCache much better than nginx.

Thanks for all Usman and Team

essaytyper said: I learnt about htaccess on openlitespeed, and found this is the problem between wordpress htaccess and litespeed.

rewrite {
inherit 0
}
i changed the value to true:
rewrite {
inherit 1
}
and works like a charm!

Thanks! Works on my ubuntu 14.04 without any problem.