1.0.9.7 Questions / Comments / Concerns
-
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
matc modals do not open with BS 4 when I use the new language file that includes data-bs-toggle & data-bs-target
Tags:
- burt
- Core Team
- Posts: 4547
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
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.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4547
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
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.
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
-
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
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
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
- burt
- Core Team
- Posts: 4547
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
TYFiber 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
this is a typo on my part
$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.
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
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...
And this one:
beta language pack attached might be easy
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 41Code: 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 22You do not have the required permissions to view the files attached to this post.
Turn up the Max
- burt
- Core Team
- Posts: 4547
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
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.
I am here to build with you. Let's help each other.