Search found 15559 matches

by Thorsten
Sun Mar 17, 2024 11:50 am
Forum: General discussions
Topic: Program always returns to Login screen
Replies: 6
Views: 39

Re: Program always returns to Login screen

Hi,

it looks like the session information of PHP is not stored correctly on your webserver.

Another issue could be that you access phpMyFAQ via http but https is configured.

bye
Thorsten
by Thorsten
Sun Mar 17, 2024 8:50 am
Forum: General discussions
Topic: Program always returns to Login screen
Replies: 6
Views: 39

Re: Program always returns to Login screen

Hi,

that depends on how your web server is configured.

bye
Thorsten
by Thorsten
Sat Mar 16, 2024 12:15 pm
Forum: General discussions
Topic: Program always returns to Login screen
Replies: 6
Views: 39

Re: Program always returns to Login screen

Hi,

your PHP session configuration is broken.

bye
Thorsten
by Thorsten
Mon Feb 26, 2024 10:48 am
Forum: Bug reports
Topic: "Version check failure" when loading a backup to new server
Replies: 3
Views: 161

Re: "Version check failure" when loading a backup to new server

Hi,

the import can take some time depending on how big your database is.

bye
Thorsten
by Thorsten
Fri Feb 23, 2024 1:11 pm
Forum: Skins and Themes
Topic: Kategorieansicht auf der Startseite anpassen
Replies: 4
Views: 195

Re: Kategorieansicht auf der Startseite anpassen

Hi,

ich sehe es... du müsstest in dieser Zeile:

https://github.com/thorsten/phpMyFAQ/bl ... er.php#L92

evtl noch die CSS-Klasse mb-2 hinzufügen, also:

Code: Select all

            $decks .= '<div class="col mb-2">';
bye
Thorsten
by Thorsten
Fri Feb 23, 2024 12:17 pm
Forum: Bug reports
Topic: Bilder der News werden nicht auf der Übersichtsseite angezeigt
Replies: 6
Views: 154

Re: Bilder der News werden nicht auf der Übersichtsseite angezeigt

Hi,

auf der Startseite werden keine Bilder angezeigt, das haben wir mit der 3.1.14 entfernt.

bye
Thorsten
by Thorsten
Fri Feb 23, 2024 12:10 pm
Forum: Bug reports
Topic: Bilder der News werden nicht auf der Übersichtsseite angezeigt
Replies: 6
Views: 154

Re: Bilder der News werden nicht auf der Übersichtsseite angezeigt

Hi,

hast du das Bild per Drag'n'Drop eingebunden?

bye
Thorsten
by Thorsten
Fri Feb 23, 2024 12:06 pm
Forum: Skins and Themes
Topic: Kategorieansicht auf der Startseite anpassen
Replies: 4
Views: 195

Re: Kategorieansicht auf der Startseite anpassen

Hi,

kannst mir alle Änderungen mitteilen, dann kann ich mir das ansehen.

bye
Thorsten
by Thorsten
Fri Feb 23, 2024 8:08 am
Forum: Bug reports
Topic: "Version check failure" when loading a backup to new server
Replies: 3
Views: 161

Re: "Version check failure" when loading a backup to new server

Hi,

you can't import a 3.0 backup into an 3.2 installation. The way to go: install 3.0, import the backup and then upgrade directly to 3.2.

bye
Thorsten
by Thorsten
Thu Feb 22, 2024 3:09 pm
Forum: Bug reports
Topic: Bilder der News werden nicht auf der Übersichtsseite angezeigt
Replies: 6
Views: 154

Re: Bilder der News werden nicht auf der Übersichtsseite angezeigt

Hi,

die Bilder hast du per Editor eingebunden?

bye
Thorsten
by Thorsten
Wed Feb 21, 2024 6:49 pm
Forum: Webserver and configuration
Topic: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station
Replies: 8
Views: 302

Re: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station

Hi,

ein Ubuntu mit Apache, PHP 8.x und MariaDB sollte out of the box funktionieren.

bye
Thorsten
by Thorsten
Sun Feb 18, 2024 5:48 pm
Forum: Webserver and configuration
Topic: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station
Replies: 8
Views: 302

Re: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station

Hi,

this error message is directly passed through from PHP. This error means that PHP code is not able to connect to the database. One of of the database connection parameters is incorrect: server address or username or password.

Is phpMyAdmin running on the same virtual machine?

bye
Thorsten
by Thorsten
Sun Feb 18, 2024 10:13 am
Forum: Webserver and configuration
Topic: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station
Replies: 8
Views: 302

Re: Ubuntu Server: DB Error: Connection refused getting on web client from a remote station

Hi,

is a network connection between the virtual machine running phpMyFAQ and the remote database successful?

bye
Thorsten