1.0.9.7 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by rupruprup »

matc modals do not open with BS 4 when I use the new language file that includes data-bs-toggle & data-bs-target

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by burt »

rupruprup wrote: Wed Oct 02, 2024 7:51 am thank you, got it :D but this was missing in the update.zip ...
I have just downloaded the update.zip to find that the english.php file is in the update.zip, it is therefore NOT missing.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by burt »

rupruprup wrote: Wed Oct 02, 2024 8:33 am matc modals do not open with BS 4 when I use the new language file that includes data-bs-toggle & data-bs-target
Are you using the new language files with BS4 ? You should not be!

They are in the BS5 template structure so would only be used if you have bootstrap5 as the selected template.
I am not here to build for you.
I am here to build with you. Let's help each other.
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by rupruprup »

burt wrote: Wed Oct 02, 2024 9:02 am Are you using the new language files with BS4 ? You should not be!
that's what happened :D my fault ...
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by Fiber »

In full testing, some things still go wrong, after creating an account I look at everything from the GDPR, everything is fine, something goes wrong when deleting the account, then I get this error..

Fatal error: Uncaught mysqli_sql_exception: Unknown table 'td' in MULTI DELETE in E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php:67 Stack trace: #0 E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php(67): mysqli->query('DELETE t, td FR...', 0) #1 E:\xampp\htdocs\1097final\ext\modules\content\account\nuke_account.php(32): database_core->query('DELETE t, td FR...') #2 {main} thrown in E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php on line 67
Turn up the Max
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by burt »

Fiber wrote: Wed Oct 02, 2024 12:21 pm In full testing, some things still go wrong, after creating an account I look at everything from the GDPR, everything is fine, something goes wrong when deleting the account, then I get this error..

Fatal error: Uncaught mysqli_sql_exception: Unknown table 'td' in MULTI DELETE in E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php:67 Stack trace: #0 E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php(67): mysqli->query('DELETE t, td FR...', 0) #1 E:\xampp\htdocs\1097final\ext\modules\content\account\nuke_account.php(32): database_core->query('DELETE t, td FR...') #2 {main} thrown in E:\xampp\htdocs\1097final\includes\system\versioned\1.0.8.1\database_core.php on line 67
TY
this is a typo on my part :oops:

$db->query("DELETE t, td FROM testimonials t LEFT JOIN testimonials_description rd ON t.testimonials_id = td.testimonials_id WHERE t.customers_id = " . (int)$_SESSION['customer_id']);

to

$db->query("DELETE t, td FROM testimonials t LEFT JOIN testimonials_description td ON t.testimonials_id = td.testimonials_id WHERE t.customers_id = " . (int)$_SESSION['customer_id']);

https://github.com/CE-PhoenixCart/Phoen ... a913c8eb88
I am not here to build for you.
I am here to build with you. Let's help each other.
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by rupruprup »

I tested a lot and BS5 is so much prettier, my new shop was nearly finished but I will continue and adapt it to BS5 now :shock:
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by Fiber »

I'm still testing more, and everything is going well except for the GDPR thing, as soon as I have 1 language so only English I can see everything about the GDPR, as soon as I set it to Dutch I get a lot of warnings on the screen and this message, I would think HEY there is something wrong with the language pack, but I can't find anything wrong...

Code: Select all

Warning: Undefined array key "privacy" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Undefined array key "privacy" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Undefined array key "privacy" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Undefined array key "privacy" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Undefined array key "privacy" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41

Warning: Undefined array key "conditions" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 37

Warning: Undefined array key "conditions" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 38

Warning: Undefined array key "conditions" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 39

Warning: Undefined array key "conditions" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 40

Warning: Undefined array key "conditions" in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\1097final\includes\modules\content\gdpr\cm_gdpr_acceptance_data.php on line 41
And this one:

Code: Select all

Deprecated: ucfirst(): Passing null to parameter #1 ($string) of type string is deprecated in E:\xampp\htdocs\1097final\templates\bootstrap5\includes\modules\content\gdpr\tpl_cm_gdpr_acceptance_data.php on line 22
beta language pack attached might be easy
catalog-1.0.9.7.zip
You do not have the required permissions to view the files attached to this post.
Turn up the Max
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by burt »

Does your dutch language have info_pages set up for privacy and terms?
I am not here to build for you.
I am here to build with you. Let's help each other.
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.9.7 Questions / Comments / Concerns

Post by Fiber »

burt wrote: Wed Oct 02, 2024 4:15 pm Does your dutch language have info_pages set up for privacy and terms?
Yes...
@Addition.. Test customer removed other created... all good.
Turn up the Max


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply