Jump to content

MariaDB compatibility


DARKF3D3

Recommended Posts

I can't find information anywhere about which versions of MariaDB are supported by Prestashop.
How is it possible that prestashop team doesn't release a compatibility list like it does for example with php?

This information is even more important than the version of php, because with php it only takes one click to revert to a different version. While downgrading mariadb can't be done, or at least it is not an easy and safe operation to do.

I mean... what happen If I upgrade to last MariaDB version (10.11) when using PS1.7?

 

We need something like what Wordpress do:

image.png.3a49abae7e548be30a265f2bd78c14e4.png

Link to comment
Share on other sites

  • 6 months later...

Problem are solved.

Up to the next!

I created an SSL certificate via SSH on my VPS, this was supposedly granted, but my webshop no longer starts with any prefix: www, http or https. Do I need to change anything in a Prestashop file?
Or have I made a mistake somewhere in creating the certificate?

Scherm­afbeelding 2024-01-24 om 15.15.51.png

Link to comment
Share on other sites

5 hours ago, Generaal said:

I created an SSL certificate via SSH on my VPS

Well that is pretty unprecise.

What kind off SSL? Self signed? Letsincrypt?

The www or not you do in htaccess usually.

Link to comment
Share on other sites

I think, the ssl installation are okay.

And the Virtual sever file are:

<VirtualHost *:80>
    ServerName selectkoffie.be
    Redirect / https://selectkoffie.be/
    DocumentRoot /var/www/html
    ServerAlias www.selectkoffie.be
    ErrorLog /var/www/error.log
    CustomLog /var/www/requests.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =selectkoffie.be [OR]
RewriteCond %{SERVER_NAME} =www.selectkoffie.be
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
 

 

Scherm­afbeelding 2024-01-25 om 14.40.19.png

Link to comment
Share on other sites

I know this is a fact, but it shouldn't happen that prestashop doesn't open anymore after I installed them correctly. I'm not an IT guy, and my previous prestashop knowledge dates back years (1.5 version).

Link to comment
Share on other sites

Reinstall the distro, Debian,  Ubuntu I use but hardly ever the newest. Then get teh install scrip from the vesta o hestia page. 

Download your data before you start. Files and database.

It pays off to have a proper install in the long run. And you learn at it. :)

Link to comment
Share on other sites

Error: Failed to download metadata for repo 'vesta': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Error: yum update failed
[root@server ~]# sudo dnf update
Vesta - cmmnt                                                       3.3 kB/s | 1.4 kB     00:00    
Errors during downloading metadata for repository 'vesta':
  - Status code: 404 for http://r.vestacp.com/cmmnt/9/x86_64/repodata/repomd.xml (IP: 104.236.66.100)
Error: Failed to download metadata for repo 'vesta': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@server ~]# 

 

Do I have to use my email as "userNAME"?

There going  nothing...

Scherm­afbeelding 2024-01-25 om 20.15.42.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...