Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - PrestsShop-1.7.x Latest Version #58

Open
engg-echotech opened this issue Sep 1, 2020 · 11 comments
Open

Error - PrestsShop-1.7.x Latest Version #58

engg-echotech opened this issue Sep 1, 2020 · 11 comments

Comments

@engg-echotech
Copy link

Error - PrestsShop-1.7.x Latest Version
The module showing error on PrestaShop Version: 1.7.6

error

@ramth05
Copy link
Contributor

ramth05 commented Nov 19, 2020

@engg-echotech , are you facing any issue in normal mode ? or only in debug mode?

@barkeyoin
Copy link

@ramth05 On Debug mode but if we use normal mode their is error on admin pannel Error 500 internal serve

@ramth05
Copy link
Contributor

ramth05 commented Jan 6, 2021

@barkeyoin , can you please share the screen for same.

@barkeyoin
Copy link

@ramth05
Fullscreen capture 152021 105700 PM

@barkeyoin
Copy link

barkeyoin commented Jan 6, 2021

@ramth05 as same as @engg-echotech face

@barkeyoin
Copy link

@engg-echotech did you solve this error ??

@veeran-ambalam
Copy link

Any help on this issue?

@ramth05
Copy link
Contributor

ramth05 commented Mar 17, 2021

Any help on this issue?

@veeran-ambalam , are you getting this issue in debug mode ?

@veeran-ambalam
Copy link

@ramth05 Yes, the same issue on ProductLazyArray.php, I added the below line to avoid the issue, but I don't whether it's the right solution or not.

if (!array_key_exists("attachments",$this->product))
    {
        return $this->product['attachments'] = "";
    }

@ramth05
Copy link
Contributor

ramth05 commented Mar 17, 2021

w

@veeran-ambalam, in which file you added this fix.

@veeran-ambalam
Copy link

veeran-ambalam commented Mar 17, 2021

@ramth05
File =>public_html/src/Adapter/Presenter/Product/ProductLazyArray.php
on Function => public function getAttachments()

But even after that I often get SSL related errors on Debug mode is on
1. cURL error 35: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
2. cuRL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
3.
If I get the debug mode Off, it works fine till entering payment details. then on the confirmation page, Http 500 error and Page is not working, it redirects to https://kobst.com/module/razorpay/validation?razorpay_payment_id=pay_************

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants