Jump to content

kristofferR

Member
  • Posts

    13
  • Joined

  • Last visited

Everything posted by kristofferR

  1. Could this possibly be adapted for Paymill, the Stripe for Europe? https://www.paymill.com/no-no/documentation-3/reference/api-reference/index.html
  2. http://www.youtube.com/watch?v=XG0BBl5RVe4&hd=1 As you can see on this video, the floating cart summary floats up into my menus. How can I prevent it from doing so? The order form is live here: https://molakki.no/kunde/cart.php?pid=1&skip=1&systpl=proffblogg Do I need to specify the height of my header somewhere in the source code or should I do something else? How can I fix it?
  3. This is so damn annoying. I hope there's a way to fix this.
  4. I use the Web20Cart on my site, but the domain checker doesn't work adequately. A demo of how it works on my site can be found here: http://demo.whmcs.com/order/?pid=2 You can try entering yahoo.com. It is obviously already taken, but yahoo.yahoo works even though it isn't a valid domain extension. How can I restrict it to only say that domains ending with .com, .net and .org are valid?
  5. How can I remove the Paypal Subscribe button from the paypal redirection page? It's just annoying and cluttering and doesn't serve any real purpose. It lies within {code} and is not directly removable in the template. I have to use some kind of Smarty replace to remove it, but don't know how to do it. The code I want to remove from {code} is <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but20.gif" border="0" name="submit" alt="Subscribe with PayPal for Automatic Payments">
  6. Thanks, that fixes it! BTW, do you know how to change the preferred command line php.ini-file permanently so I wouldn't have had any issues like this one? I have command line root access and can change everything.
  7. When I run "php -q /var/www/site.com/public/kunde/pipe/pop.php" via cron, I only get a bunch of error messages: PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/ssh2.so' - /usr/lib/php5/20090626+lfs/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/suhosin.so' - /usr/lib/php5/20090626+lfs/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0 Site error: the file <b>/var/www/site.com/public/kunde/pipe/pop.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the site administrator. It's not looking the right places. IonCube and all the other libraries are properly installed (they show up with "phptest();") and WHMCS is otherwise running smoothly. How can I run the cron properly to ensure that IonCube and the other PHP-libraries are loaded as they should?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated