Search found 44 matches

by gsmiley007
Sun Aug 06, 2023 3:42 pm
Forum: Community Help & Support
Topic: Trying to fix deprecated functions
Replies: 2
Views: 659

Re: Trying to fix deprecated functions

thanks, that worked
by gsmiley007
Sun Aug 06, 2023 3:32 am
Forum: Community Help & Support
Topic: Trying to fix deprecated functions
Replies: 2
Views: 659

Trying to fix deprecated functions

So i'm use the @raiwa spreadsheet tep_db_query("SHOW CHARACTER SET") $db->query("SHOW CHARACTER SET") for an plugin in the admin. it throws an error [05-Aug-2023 23:28:19 America/Toronto] PHP Warning: Undefined variable $db [05-Aug-2023 23:28:19 America/Toronto] PHP Fatal error: ...
by gsmiley007
Fri Aug 04, 2023 2:43 pm
Forum: Community Help & Support
Topic: Error checking out on checkout_confirmation.php
Replies: 9
Views: 1720

Re: Error checking out on checkout_confirmation.php

I would have mentioned sqldump, but i didn't know it dropped and recreated the tables. It clicked in once you guys mentioned about the older database version. Not sure if this is good, but i basically dumped the old orders table. Restored it in the new version. then ran this: ALTER TABLE orders ADD ...
by gsmiley007
Mon Jul 31, 2023 11:58 pm
Forum: Community Help & Support
Topic: Error checking out on checkout_confirmation.php
Replies: 9
Views: 1720

Re: Error checking out on checkout_confirmation.php

I ran the phoenix.sql and it kill everything in my db lol. So i had to start all over. I think I have figured out the issue. I have all my data from an older version of phoenix an I was using sqldump. I just looked at the orders.sql that I dumped. DROP TABLE IF EXISTS `orders`; then it creates the t...
by gsmiley007
Mon Jul 31, 2023 5:37 am
Forum: Community Help & Support
Topic: Error checking out on checkout_confirmation.php
Replies: 9
Views: 1720

Re: Error checking out on checkout_confirmation.php

It was a brand new install into a empty database for 1.8.0.20
by gsmiley007
Mon Jul 31, 2023 5:01 am
Forum: Community Help & Support
Topic: Error checking out on checkout_confirmation.php
Replies: 9
Views: 1720

Error checking out on checkout_confirmation.php

While in checkout, after I click Finalize and Pay for my order. i get PHOENIX_FATAL on the checkout_process.php This what I found in my logs. Actual values replaced with dummy ones. [31-Jul-2023 00:47:14 America/Toronto] PHP Warning: DB: [1054] Unknown column 'customers_country_id' in 'field list' f...
by gsmiley007
Tue Jul 19, 2022 7:00 pm
Forum: Community Help & Support
Topic: Where did this discount/sale come from?
Replies: 3
Views: 824

Re: Where did this discount/sale come from?

Thanks, found them there.

Would have never found them.
by gsmiley007
Mon Jul 18, 2022 11:54 pm
Forum: Community Help & Support
Topic: Where did this discount/sale come from?
Replies: 3
Views: 824

Where did this discount/sale come from?

Some how some of my items became on sale with this strike out.
1. How do I change this?
Capture.PNG
Thanks
by gsmiley007
Thu Jan 27, 2022 11:37 pm
Forum: Community Help & Support
Topic: Store search box - search descriptions as well
Replies: 3
Views: 1216

Re: Store search box - search descriptions as well

@raiwa

Do you mean this file to change: includes/modules/boxes/templates/tpl_bm_search.php

Also do I put this file here: templates/override/includes ?

Thanks
by gsmiley007
Thu Jan 27, 2022 4:36 pm
Forum: Community Help & Support
Topic: Store search box - search descriptions as well
Replies: 3
Views: 1216

Store search box - search descriptions as well

Just wondering if it's possible to configure the search box to search for key words in the description as well and not just titles.

Thanks