Search found 8 matches

by clemenz
Sun Oct 08, 2023 1:18 pm
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

Yes, thanks, that was it, the wrong name for the htaccess file.
I now have version 3.1 and have also installed version 3.2.1. Switched to PHP 8.1 and installed an update.
Thank you for the great support.
by clemenz
Sun Oct 08, 2023 8:17 am
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

This file is in version 2.9.13
_.htaccess

This is in version 3.1
.htaccess

So without the dash “_”.

If I now change the 3.1 from ".htaccess" to "_.htaccess", then this message comes up:
----------------------------

Uncaught exception: 'Error'

Message: 'Call to a member function fetch_assoc() on ...
by clemenz
Sun Oct 08, 2023 8:10 am
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

OK, and how can I allow this?


This is already in my htaccess.


# @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
# @link https://www.phpmyfaq.de
# @since 2004-11-13

# always follow the symlinks
Options +FollowSymlinks -MultiViews -Indexes

# X-Frame-Options to ...
by clemenz
Sun Oct 08, 2023 7:39 am
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

So it's already activated, that's true, right?
Then I didn't have to change anything.


// Debug mode:
// - false debug mode disabled
// - true debug mode enabled
const DEBUG = true;



This comes via the error log of the web server.


[Sun Oct 08 08:38:34.316945 2023] [ssl:warn] [pid 2227:tid ...
by clemenz
Sun Oct 08, 2023 4:25 am
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

I transferred all files from version 3.1.0 and overwrote all from 2.9.13.

Then I wanted to start the setup.
/setup/update.php

And then the message came on a white browser window.

When I access the homepage itself I get the same message:
by clemenz
Sat Oct 07, 2023 3:55 pm
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

Unfortunately it didn't work.
This message comes.




Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the ...
by clemenz
Sat Oct 07, 2023 3:14 pm
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

Yes PHP is 7.4.X
I will try to upgrade from 2.9.13 to 3.1.
Thank you in advance.
by clemenz
Fri Oct 06, 2023 3:07 pm
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 54859

Upgrade from 2.9.9 to 2.9.13 and to 3.2x

I upgraded from 2.9.9 to 2.9.13, which worked.
But then I can't get any further.
If I have 3.0.0. or 3.0.1, the entire page will no longer be accessed.
Neither does /setup/update.php

What do I have to do to get the current version?
I'm thinking first on version 3.x and then on the current 3.2.x ...