Re: Tip of friendly URL automatic
I don't know
Jump to post- Tue May 31, 2022 8:42 pm
- Replies 2
- Views 4258
Re: OpenCart does not send email to reset admin password
The php error log configuration is not part of the topic, I will continue for the until get itADD Creative wrote: ↑Sat May 21, 2022 7:20 pmYou can set them in your php.ini. As well as setting error_log to the path and filename you want. You will also need to set log_errors to On.
Thank again for your tips. Jump to post
- Thu May 26, 2022 5:02 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
Hi, guys Thank you for all replies The problem was solve The issue was caused for certbot and incompability with CloudFlare because the selection in SSL/TLS was in Flexible. But, after the instalation of Let's Encrypt and accept the update automatic, it is recomended to change from Flexible for Full...
Jump to post- Thu May 26, 2022 4:59 am
- Replies 17
- Views 2196
Tip of friendly URL automatic
If you is tryng to install friendly URL automatic extension and it didn't works, try in your virtual host of apache2 (etc/apache2/sites_available/000-default.conf on Linux and standart instalation) to include this code after <VirtualHost *:80>: <Directory /var/www/html> Options Indexes FollowSymLink...
Jump to post- Tue May 24, 2022 2:30 am
- Replies 2
- Views 4258
Re: OpenCart does not send email to reset admin password
There is an issue with your configuration. Your login is doing a POST to https, but you have something redirecting back to http, so you can never login. As for phpinfo. You need to look at "error_log". This will tell you where your PHP error log in located. ok, thank you again Table Core ...
Jump to post- Sat May 21, 2022 7:43 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
That doesn't quite make sense to me. But if you want gain access to your online store, then simply take a working username/password data from you localhost database and add it to your online database. Thank you, grgr Do you say a transfer through a phpmyAdmin? Perhaps, what's make sense to you to s...
Jump to post- Sat May 21, 2022 7:37 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
[/quote] Yes, create a new admin user on the localhost and take those details and add them to the online database via phpMyAdmin. Then try using those to log in with. You then have known good credentials, which if they don't work, then you have a problem somewhere. [/quote] Thank you, grgr It is a g...
Jump to post- Sat May 21, 2022 1:47 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
Did you change the time zone settings? There is a bug that some values will prevent admin login. For the mail problem you need to find you PHP error log, not the OpenCart one. Use phpinfo() to find the location. Thank you, ADD Creative Yes, it was ther first thing after installation (/var/www/html/...
Jump to post- Sat May 21, 2022 1:41 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
The same version of the OC that is on localhost contains the oc_event table and is exactly the same as the OC of the VPS . In addition to other events, oc_event handles order confirmation emails, payment and also admin password reset which is not sent by the OC The localhost OC sends the password re...
Jump to post- Fri May 20, 2022 2:34 am
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
Thank you, paulfeakinspaulfeakins wrote: ↑Thu May 19, 2022 7:56 pmThis has been asked an answered many times, you should search this forum.marciojosebaldo wrote: ↑Thu May 19, 2022 1:36 amOpenCart does not send email to reset admin password
I did it and the solutions was not successful in this case. In the brazilian forum was the same Jump to post
- Thu May 19, 2022 8:37 pm
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
When reading the tutorials here I deleted the user password through phpMyAdmin and I tested it on localhost and it didn't work. That doesn't quite make sense to me. But if you want gain access to your online store, then simply take a working username/password data from you localhost database and ad...
Jump to post- Thu May 19, 2022 8:34 pm
- Replies 17
- Views 2196
Re: OpenCart does not send email to reset admin password
[/quote] You may want to contact your webhost if you need help locating logs. [/quote] Thank you, sw!tch The contracted VPS does not install any error log files. This information was provided by the company's support. In the directory /storage/logs/ there is no error log of not sending the link to r...
Jump to post- Thu May 19, 2022 8:30 pm
- Replies 17
- Views 2196
OpenCart does not send email to reset admin password
Good afternoon. After copying the backup, OpenCart no longer allows logging in as an administrator in the site.com/admin directory. And the same does not send the password reset email. The same version 3.0.3.8 is installed on localhost and, in this version, it works by sending the reset of the accou...
Jump to post- Thu May 19, 2022 1:36 am
- Replies 17
- Views 2196
Re: Backup without product image
nyamike, hi Thank you very much From a number of products that I am unaware of, the native OpenCart backup does not work. It is necessary to use phpMyAdmin I have good news: the problem was solved. The tutorial above is correct. It is necessary to copy folder categories and image. The only unnoticed...
Jump to post- Wed May 18, 2022 4:04 am
- Replies 6
- Views 827
Re: Backup without product image
Thank you, nyamike OpenCart has been reinstalled again. The folder image/catalog has been copied and the problem remains The test is on Linux's localhost -> /var/www/html/image/catalog. In the phpMyAdmin the directory is correct like this /catalog/.../ and the both config.php is corect too: /var/www...
Jump to post- Sun May 15, 2022 3:40 am
- Replies 6
- Views 827
Re: Backup without product image
Hi, nyamike
Thank you
The folder admin has already been transferred and I has checked both config.php:
define('DIR_IMAGE', '/var/www/html/image/');
But the problem remains
- Sat May 14, 2022 12:33 am
- Replies 6
- Views 827
Backup without product image
Good morning In a Brazilian forum I found a tutorial about backup OpenCart product images. Copy these two folders and replace: /admin/view/javascript/jquery/flot/examples /image/ I was successful in copying the database through phpMyAdmin, but the products are out of images. There are something wron...
Jump to post- Fri May 13, 2022 8:57 pm
- Replies 6
- Views 827
Re: Backup: File could not be found!
I didn't add or delete the tables because the backup is native OpenCart and PHPMyAdmin does not support OC backup file
The installation of PHPMyAdmin on the VPS server worked and read the database. Now it's time to try to import to localhost as a test. Then delete the VPS files and reinstall the OC
- Wed May 11, 2022 6:39 am
- Replies 11
- Views 2362
Re: Backup: File could not be found!
Thank you very much. You helpd me a lot
This topic is finished because this specific subject has no way
- Wed May 11, 2022 12:34 am
- Replies 11
- Views 2362