Editor doesnt show icons

Please report bugs here!

Moderator: Thorsten

Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Editor doesnt show icons

Post by Thorsten »

Hi,

the version number is stored in the database, in the table faqconfig, and in the file inc/PMF/System.php

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
tomperys
Posts: 67
Joined: Tue May 14, 2013 10:17 am

Re: Editor doesnt show icons

Post by tomperys »

I see, I changed the Base URL in administration in configuration tab to /_test and now it shows the 2.8.13 backup because the editor works on the link with /_test/....

But still I dont know what files "work" with that editor which is on /?action=editentry becuase I tried to replace the whole admin folder from 2.8.13 just to try, if the editor will be working again and the editor is not working.
tomperys
Posts: 67
Joined: Tue May 14, 2013 10:17 am

Re: Editor doesnt show icons

Post by tomperys »

Solved, we found what caused this - it was one rewrite rule in .htaccess file, that should redirect when someone type ourdomain/de
the condition was: RewriteCond %{REQUEST_URI} /de

Apparently the "?action=editentry" is in fact something that have /de in REQUEST_URI, when we changed the condition to following, the problem with the editor is gone:
RewriteCond %{REQUEST_URI} ^/de
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Editor doesnt show icons

Post by Thorsten »

Hi,

awesome! :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
kinjo
Posts: 2
Joined: Thu Jul 14, 2016 4:35 pm

Re: Editor doesnt show icons

Post by kinjo »

also having err_cache_miss
kinjo
Posts: 2
Joined: Thu Jul 14, 2016 4:35 pm

Re: Editor doesnt show icons

Post by kinjo »

Here’s the mail I got recently when I get this problem again
It sounds like the issue is specific to the website you are using. - I would mention it to whoever maintains your work site.

It may be worth checking if you have any add-ons installed in IE or Chrome and try disabling them.
ERR_CACHE_MISS – Solutions Encyclopedia
Post Reply