Show Posts


Topics - G. O.

Pages: [1] 2
1
Hello,


After upgrading to V.1.4.1 the Categories and sub-categories on mobile appearing fine and everything is well but on PC the contains of these categories and sub-categories not appearing and giving a message that The page you requested cannot be found.

AbanteCart v.:  Novator on V.1.4.1
php> v. 8.3
error log: empty

php.ini Permission (0644)
index.php Permission (0555)
config.php Permission (0555)
.htaccess Permission (0644)
I did reset the codes of php.ini, config.php and .htaccess to default codes but my issue still same
i did turned off SEO URL from System → Settings → System and also issue still same.

how to solve this issue?

2
Templates / error log on V.1.4.1
« on: January 24, 2025, 04:39:29 AM »
Hello,

I cannot understand these error reason:



2025-01-24 12:25:38 - App Warning: AbanteCart core v.1.4.1 Cannot to create directory /home/u6047506/public_html/image//thumbnails/19/16. Please check permissions for /home/u6047506/public_html/image/ in /home/u6047506/public_html/core/helper/utils.php on line 1220
2025-01-24 12:26:28 - App Warning: AbanteCart core v.1.4.1 Error: Cannot load image /home/u6047506/public_html/resources/image/no_image.jpg . File does not exist. in /home/u6047506/public_html/core/lib/image.php on line 54
2025-01-24 12:30:35 - App Warning: AbanteCart core v.1.4.1 Error: Cannot load image /home/u6047506/public_html/resources/image/no_image.jpg . File does not exist. in /home/u6047506/public_html/core/lib/image.php on line 54
2025-01-24 12:30:46 - Unknown Error: AbanteCart core v.1.4.1 Call to undefined method db_result_meta::fetch_object()
Trace:
#0 /home/u6047506/public_html/core/lib/db.php(119): AMySQLi->query()
#1 /home/u6047506/public_html/core/engine/extensions.php(1159): ADB->_query()
#2 /home/u6047506/public_html/core/engine/extensions.php(390): ExtensionsApi->__ExtensionsApiCall()
#3 /home/u6047506/public_html/core/lib/db.php(85): ExtensionsApi->__call()
#4 /home/u6047506/public_html/core/lib/dataset.php(89): ADB->query()
#5 /home/u6047506/public_html/core/lib/menu_control_storefront.php(36): ADataset->__construct()
#6 /home/u6047506/public_html/extensions/novator/storefront/controller/blocks/mega_menu.php(187): AMenu_Storefront->__construct()
#7 /home/u6047506/public_html/extensions/novator/storefront/controller/blocks/mega_menu.php(49): ControllerBlocksMegaMenu->buildMenu()
#8 /home/u6047506/public_html/core/engine/dispatcher.php(306): ControllerBlocksMegaMenu->main()
#9 /home/u6047506/public_html/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#10 /home/u6047506/public_html/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#11 /home/u6047506/public_html/core/engine/page.php(110): ADispatcher->dispatch()
#12 /home/u6047506/public_html/core/engine/router.php(204): APage->build()
#13 /home/u6047506/public_html/core/engine/router.php(86): ARouter->route()
#14 /home/u6047506/public_html/index.php(101): ARouter->processRoute()
#15 {main} in /home/u6047506/public_html/core/database/amysqli.php on line 136



how to solve them to stop seeing them in the error log file?

3
General Discussion / php.ini on AbanteCart V.1.4.1
« on: January 23, 2025, 08:03:58 AM »
Hello guys!

how do you rating next php.ini on AbanteCart V.1.4.1 code:



text/x-generic php.ini ( ASCII text )
; Use this file for specific PHP settings on your server required for AbanteCart.

; General PHP Settings
output_buffering = 4096
magic_quotes_gpc = Off
register_globals = Off
default_charset = UTF-8
memory_limit = 256M
max_execution_time = 18000
upload_max_filesize = 100M
post_max_size = 100M
max_input_vars = 5000
max_input_time = 300

; Error Handling and Logging
display_errors = Off
log_errors = On
error_log = /var/log/php_errors.log
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

; Session Settings
session.use_cookies = On
session.use_trans_sid = Off
session.gc_maxlifetime = 12000000
session.cookie_httponly = On
session.cookie_secure = Off ; Change to On if using HTTPS
session.cookie_lifetime = 0

; MySQL Settings
mysql.connect_timeout = 256
mysqli.reconnect = On

; APC and OPcache
apc.enabled = 0
opcache.enable = 1
opcache.memory_consumption = 128
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 4000
opcache.revalidate_freq = 60
opcache.fast_shutdown = 1

; File Uploads
file_uploads = On
upload_tmp_dir = /tmp

; Security Settings
expose_php = Off
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
allow_url_fopen = Off
allow_url_include = Off

; Timezone
date.timezone = write here your timezone

4
Hello,

I tried to use the Pickup From Store extension on V.1.4.1 but still the same error not solved as you said in my previous post about this issue when i did reported it in V.1.4.0


Where is the new fix for it ?

5
Extension Support / SMTP on V.1.4.1
« on: January 22, 2025, 03:53:26 AM »
Hello,

I upgraded to V.1.4.1 but again we have a new error with using SMTP function and getting these error logs:



2025-01-22 11:41:23 - AMail. transport: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport: Failed to authenticate on SMTP server with username "MYEMAIL@gmail.com" using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f925dfsm870499166b.159 - gsmtp".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f925dfsm870499166b.159 - gsmtp".". Authenticator "XOAUTH2" returned "Expected response code "235" but got code "334", with message "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==".".
2025-01-22 11:46:52 - AMail. transport: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport: Failed to authenticate on SMTP server with username "MYEMAIL@gmail.com" using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f22fd2sm873964666b.110 - gsmtp".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f22fd2sm873964666b.110 - gsmtp".". Authenticator "XOAUTH2" returned "Expected response code "235" but got code "334", with message "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==".".


i did followed the errors codes on Gmail support page and changed the App Password and used it but nothing solved the error.

What to do please?

6
Templates / product pic on v.14.0
« on: January 20, 2025, 07:29:48 AM »
Hello,

I just realized that the product pics taking all screen size on mobiles and this action preventing the screen from scrolling up or down, what to do in this case to make the pics more smaller on mobile screens to make scrolling up and down working fine?


 

7
New Features Sposorship / Downloadable Orders
« on: January 10, 2025, 02:47:21 AM »
Hello!

I would like to advice to add this option to next version. If it is possible to make the orders downloadable to be saved and memorized after changing the order status to completed. There is a problem in printing the order because clients complaining always that the order appears in blank draft.

8
New Features Sposorship / Exporting Sales Reports
« on: January 10, 2025, 02:41:39 AM »
Hello,

In the next version of AbanteCart I would like to suggest to add the export sales report buttons to this field as showing in the screenshot. adding export format as pdf of excel or some more options will be useful i guess. such documents will be important in discussions of company teams for improving sales.

 

9
Templates / checkout buttons
« on: January 06, 2025, 05:55:15 AM »
Hello,

I wanna be sure that the confirm order button and back button background color as showing in the screenshot in white color too. If not, then let me know the exactly line on style.css to edit and the original color code please.

Thanks in advanced

10
Template Support / template error
« on: November 22, 2024, 02:28:03 PM »
hello!


how to show website correct? i cannot access the admin panel too.

11
New Features Sposorship / Suggestions
« on: November 21, 2024, 07:15:52 AM »
Hello AbanteCart Team!
I would like to advise you adding a new category where members can post their Suggestions about improving AbanteCart interface. 

i suggest to add to: admin>orders> a multi choices of delivery, currency, payment etc. methods where can the admin change them according to the changes happens during the order process. for example: my clients mostly doing mistake that they don't choose the correct currency for transferring the required payment through transfer bank method, that's why we ask them to replace a new order with correct required currency. other thing, some time we need to change the payment method and delivery method because some changes upped during the order process. i hope you are taking these suggestions seriously to make the cart more flexible.       

12
Tips and Tricks / X logo
« on: September 06, 2024, 11:25:47 PM »
Hello,

For those who's looking for the new (X) logo of old Twitter social website, here is the code just make it convenient with your account ID:


<li class="list-inline-item">
  <a href="https://x.com/globaloverline" target="_blank" title="X" class="twitter">
    <img src="https://www.globaloverline.com/resources/image/19/xlogo.svg" alt="X Logo" style="width: 14px; height: 14px;">
  </a>
</li>

13
Template Support / Language definition " is missing for "English" on V1.4.0
« on: September 01, 2024, 09:35:41 AM »
Hello,

I'm getting too much of such error message in the admin messages section.

Language definition "text_pagination_pages_info" is missing for "English"

how to solve these errors ?

14
Template Support / Multilingual Website on V1.4.0
« on: September 01, 2024, 09:26:39 AM »
Hello,

I need your suggestions about creating separately subdomain for each language within Multilingual subdomains on website and the way to create these subdomains on new version of 1.4.0



15
Template Support / forms on V. 1.4.0
« on: August 29, 2024, 02:34:36 PM »
Hello.

I created HR Category and then created HR form so now, how can I retrieve the from and embed it in the Category?

Pages: [1] 2

Powered by SMFPacks Social Login Mod