Search found 3121 matches

by Edi
Tue May 19, 2020 11:24 am
Forum: General
Topic: Add class to menu item.
Replies: 8
Views: 3487

Re: Add class to menu item.

Have you defined a CSS class "current"?
by Edi
Mon May 18, 2020 7:19 pm
Forum: Plugins
Topic: Error plugin page
Replies: 2
Views: 1616

Re: Error plugin page

There was a problem with a missing character:

https://github.com/bludit/plugins-repos ... c1e1c47c4c

In the meantime it works.
by Edi
Fri May 15, 2020 10:56 pm
Forum: Plugins
Topic: Plugin Backup
Replies: 7
Views: 7503

Re: Plugin Backup

Torsten_Kelsch wrote: Fri May 15, 2020 10:45 pm Wäre jetzt noch interessant zu erfahren, ob es unter Mac auch ohne Anpassung funktioniert.
Mac-Server? Nie gehört...
by Edi
Sat May 09, 2020 10:15 pm
Forum: General
Topic: How does Bludit handle URLs?
Replies: 4
Views: 2229

Re: How does Bludit handle URLs?

Have you tried the following:

Code: Select all

header("Location: contact?mailsend");
by Edi
Fri May 08, 2020 10:15 pm
Forum: General
Topic: How does Bludit handle URLs?
Replies: 4
Views: 2229

Re: How does Bludit handle URLs?

Is the template contact.php used for a page with a title like contact or an additional external page? How does it work? Bludit does not use pages with the suffix php . The filenames are rewritten in the file .htaccess : # All URL process by index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %...
by Edi
Fri May 08, 2020 12:07 pm
Forum: General
Topic: Bludit not loading correctly behind reverse proxy
Replies: 3
Views: 3112

Re: Bludit not loading correctly behind reverse proxy

What says the error log?
by Edi
Tue May 05, 2020 9:50 pm
Forum: Languages
Topic: Bludit v4 - Persian Translation
Replies: 27
Views: 29163

Re: Persian language for Bludit 3.10.0

The easiest way to include it in the actual version would be an update on Github.

We can help you to do this.
by Edi
Tue May 05, 2020 5:39 pm
Forum: Plugins
Topic: Plugin Backup
Replies: 7
Views: 7503

Re: Plugin Backup

Schau bitte einmal, ob sich im Error-Log ein Hinweis findet. Wahrscheinlich hat Dein Hosting eine entsprechende Datei. Du kannst aber auch den Error-Log von Bludit aktivieren, indem Du die Datei init.php im Verzeichnis /bl-kernel/boot (Zeile 11) wie folgt änderst: define('DEBUG_MODE', TRUE); statt d...
by Edi
Mon May 04, 2020 5:49 pm
Forum: Plugins
Topic: [Plugin] Media / Media+ - An advanced File & Media Manager
Replies: 17
Views: 10210

Re: [Plugin] Media / Media+ - An advanced File & Media Manager

SamBrishes wrote: Mon May 04, 2020 3:26 pm Could you please try the system/manager.php file. Just replace the existing file within the /system directory.
Thank you very much! This shows the directory with its content.
by Edi
Mon May 04, 2020 2:57 pm
Forum: Plugins
Topic: [Plugin] Media / Media+ - An advanced File & Media Manager
Replies: 17
Views: 10210

Re: [Plugin] Media / Media+ - An advanced File & Media Manager

The error log of the hosting shows a problem with FastCGI:

Code: Select all

[..] mod_fcgid: stderr: /home/httpd/vhosts/[...].ch/httpdocs/bl-content/workspaces/backup/*.zip
[..] mod_fcgid: stderr: /home/httpd/vhosts/[...].ch/httpdocs/bl-content/workspaces/simple-stats/*.log
After disabling FastCGI it works again.