Search found 361 matches

Search found 361 matches

Re: URGENT: PayPal Payments ALWAYS have an order status of Canceled (after changing web host providers)

Don't go deleting php.ini files willy-nilly. They are PHP settings that someone took the trouble to set in order to get some desired change in the system. It's true that any local php.ini or .user.ini may override (depending on system settings) server-level settings, but still, you should understand...

Jump to post
  • Sun Dec 30, 2018 1:01 am
  • Replies 7
  • Views 4826
Re: URGENT: PayPal Payments ALWAYS have an order status of Canceled (after changing web host providers)

You just recently changed hosting, so presumably you had to point your domain to new domain name servers. Have you allowed enough time for the changes to propagate throughout the world, including PayPal's local DNS server? Usually it's done within 72 hours. Any other changes, such as formerly http: ...

Jump to post
  • Tue Sep 11, 2018 4:32 am
  • Replies 7
  • Views 4826
Re: URGENT: PayPal Payments ALWAYS have an order status of Canceled (after changing web host providers)

Just a thought: you're coming in to PayPal (or returning to you) on a different IP address now, and perhaps they think it's fraudulent? You might check with PP about whether you need to tell them that your host has changed. They might even have some sort of update mechanism you can do from your acco...

Jump to post
  • Sun Sep 09, 2018 11:39 pm
  • Replies 7
  • Views 4826
Re: weird admin dashboard

Show us the .htaccess rewrite/redirect code you're using and maybe we can spot what the problem is. Please be specific about what kind of URLs produce what kind of problems. You're forcing https? You're forcing no www? You're jumping the visitor from / to /store? (I hate this bogus forum software, t...

Jump to post
  • Sun Sep 09, 2018 11:20 pm
  • Replies 3
  • Views 1559
Re: http://www

Please don't be so impatient. The people responding are volunteers, and it is the weekend. First, see my update today to one of the suggested fixes: viewtopic.php?f=181&t=170631 . The given solution is not optimal, but I don't know if it has a bearing on your case. When you say it breaks SEO, co...

Jump to post
  • Sun Sep 09, 2018 11:12 pm
  • Replies 5
  • Views 1296
Re: SSL Problem?

This is not a good solution. If the incoming URL is without www and with http, you will get two redirect round trips. This is slow, and a big search engine penalty. You want to catch both cases in one redirect (R=301): RewriteEngine On RewriteCond %{HTTPS} !on [OR] RewriteCond %{HTTP_HOST} !^www\. [...

Jump to post
  • Sun Sep 09, 2018 10:58 pm
  • Replies 6
  • Views 5699
Re: Attempted Theft of the OpenCart Project!

Content published inside this website (www.opencartgreece.gr) is creation and copyrighted to our company. Well... I am not a lawyer (I only play one on a hit TV show), but that statement could be read as only covering the website itself (promotional and discussion material), and not the OC software...

Jump to post
  • Thu Sep 06, 2018 8:08 pm
  • Replies 54
  • Views 46345
Re: how to remove index.php?_route from Url

Was it working properly (SEO-friendly URLs) before you changed to all-https, and something broke in the process, or have you never had SEO-friendly URLs and you now want to add them?

Jump to post
  • Tue Sep 04, 2018 8:11 pm
  • Replies 11
  • Views 23227
Re: Complete website Turn into White/Blank page :(

khnaz35 wrote:
Fri Aug 31, 2018 1:27 pm
Are you referring to web server PHP version: 5.6.30 or phpMyAdmin Version information: 4.7.7
phpMyAdmin concerns only MySQL (despite the somewhat misleading name). It has nothing to do with your PHP version.

Jump to post
  • Sun Sep 02, 2018 10:42 pm
  • Replies 22
  • Views 24888
Re: Robots txt

Keep in mind that robots.txt is just a suggestion to search engines that they stay out of certain areas. There's nothing that can enforce this. A robots.txt file is simply something to sculpt how SE bots see and catalog the things that you most want cataloged, and hopefully avoid cataloging things t...

Jump to post
  • Sat Sep 01, 2018 3:25 am
  • Replies 8
  • Views 3506
Re: Complete website Turn into White/Blank page :(

If no pages show, the install probably corrupted the index.php page. If you can't back out that last installation, restore the backup you made before you made the installation. At least you'll be back to a working store. Then someone can look at what happened to your files.

Jump to post
  • Wed Aug 29, 2018 9:08 pm
  • Replies 22
  • Views 24888
Re: 8 bit png images being converted to 32 bit png images by OC

OK, so it sounds like even a simple upload (no resizing or other real processing) is ignoring original properties (like bpp) and imposing its own default properties. At this point, it will take someone familiar with this area to determine what's going on. My guess would be that the code would need t...

Jump to post
  • Wed Aug 29, 2018 8:31 pm
  • Replies 5
  • Views 2347
Re: 8 bit png images being converted to 32 bit png images by OC

What sort of processing is being done on these images when you upload them to OC? Are they at least being resized? Maybe OC is defaulting to 32 bit image output rather than respecting the original settings. What happens if you provide your images in the final desired size (or anything else that proc...

Jump to post
  • Wed Aug 29, 2018 6:39 am
  • Replies 5
  • Views 2347
Re: in search letter "ı" and "i" problem

[[ I'm sure I posted this response a couple days ago, but it vanished. If I have yet another post removed without reasonable explanation, I'll leave! ]] Something that occurs to me is that the actual search for a product is conducted by MySQL, while all the fixes posted so far involve the PHP side (...

Jump to post
  • Tue Aug 21, 2018 9:21 pm
  • Replies 27
  • Views 11741
Re: why are changes to home layout not saved?

A bit of a long shot, but maybe something is getting confused by changing two things at once? Try again, changing just one thing and saving (and testing), then change/save/test the other thing. It's worth a try. Also see if one of the original things you changed is already changed (usually either th...

Jump to post
  • Sun Aug 12, 2018 9:54 pm
  • Replies 11
  • Views 2481
Re: PHP Warning: mysqli::query(): (21000/1242): Subquery returns more than 1 row

The first step is to find the complete error message logged somewhere. You might have to temporarily change an error setting somewhere to get the full message, looking like the one shown in the topic you referred to. Once you have that, start picking apart the subqueries (SELECT ... ) AS fieldname, ...

Jump to post
  • Thu Aug 09, 2018 8:56 pm
  • Replies 18
  • Views 20342
Re: OpenCart or WordPress?

First off the webshop we operate is an old version of OpenCart (1.5.6) and I am currently trying to upgrade it, but have no real experience with OpenCart If you have difficulties with this kind of thing, look in the commercial services (fee-based services) section to find someone good to hire to do...

Jump to post
  • Mon Aug 06, 2018 8:56 am
  • Replies 7
  • Views 11974
Re: Error undefined when editing order

What's strange is the website functions just fine in the subfolder but I get these errors when I move it to the root. The other option is I can just leave it in the subfolder if there's a way to make it so the www.mysite.com points to www.mysite.com/oc3 It's always a bad idea to move an existing st...

Jump to post
  • Sun Aug 05, 2018 9:31 pm
  • Replies 30
  • Views 3701
Re: Warning: mysql_query(): Access denied for user 'root'@'localhost'

OK, BUT, keep in mind that MySQL could disappear in your host's next PHP build, so you should be thinking about moving to MySQLi. These days it's quite unusual not to have MySQLi available on a server, in addition to (or even, instead of) the old MySQL. If your host doesn't have MySQLi at all , they...

Jump to post
  • Sun Aug 05, 2018 9:16 pm
  • Replies 7
  • Views 10673
Re: i have problem with SSL For opencart X2.3

Each page (I tried several) comes up https (with SSL) for me, so is it working now? If not, clear your browser cache and clear any OpenCart caches (depending on your version). You want to have all entries in your config .php files using "https:" instead of "http:" (so that only h...

Jump to post
  • Fri Aug 03, 2018 11:06 pm
  • Replies 4
  • Views 4254

Search found 361 matches