-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
The only reason I can think it would happen like that is if you don't have mod Rewrite enabled on the Apache itself.
-
The plugin when installed stores the name the menu uses in the database. So you either have to change it all before you install it or edit the database to change it.
-
There isn't one yet: CORE-1091
-
Why run it manually? It's automatically set to run every 5 minutes if you did the cron job probably. We put the cron time in the welcome email ourselves. So if it was ordered at 18:42, what's the next 5 minutes in the 40 time? 45 correct so the cron will run at 18:45 and sends the emails out then. What's the next 5 minutes? 18:50 well done .
-
It might be your API, what version are you using? ATTN for Blesta: https://stripe.com/docs/upgrades?since=2013-10-29#api-changelog
-
You can use HSTS, which is done via the apache file, or you can use other force Https:// You could try for example: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/$1 [R,L]
-
Yeah in the UK we're GB, not sure why but the only time we use UK is on letters. Same with our pound it's GBP.
-
Probably is a British thing because if I did that in college or work I would probably be told to re-do it again, but saying that I get leaflets, letters and reading books and magazines and no-one does it.
-
Yeah you need to edit the database for that, you could un-install it, and then change the language files stuff and then re-install.
-
Sounds like it can't get the customer-id from Logicboxes or the database please check the logs and post them here. Tools > Logs > Modules > Logixboxes: click row
-
Ah that's weird why does removing it fix it? If you have the .htaccess you can have nicer urls without index.php? Is it InterWorx? you could try this: RewriteBase /
-
I think you are incorrect there, the links go to http://multihub.co.uk/account/ e.g.: http://multihub.co.uk/account/order/main/packages/reseller/?group_id=2
-
I was stating that you don't see people sending emails or support tickets with more than one line break at any company, if you do paragraphs you use two small paragraphs, which uses one line break. If you do please tell me where . Now with that preview why not have 4 paragraphs, why a line per line...?
-
Well we have 2GB ram and up-to 1Gbps port speeds because the server I'm on uses the datacenter with that speed, I probably won't even get 1/100 of that but it's still better than using a computer. And we only have 2GB Ram because of traffic and the number of requests to the database, etc.
-
You're using your PC and internet, unless you have a 10gbps connection it will be slow. Why not just get a small VPS Linux or Windows and you'll use the datacenter internet which is 1000x faster.
-
It's markdown and why would anyone want more than one line breaks for a ticket. Do you like it on the forum? does it make it more readable? Or do you want to show a section because you can use ----- for a line break it shows a hr line. maybe you like 5 line gaps.
-
Maybe Paul could do some forum awards on IPB so we can have a smiley face for being a customer and a little one for thread of the year
-
[Plugin] Client Notices (Set Text Or Html Notice For Each Client)
Michael replied to Blesta Addons's topic in The Marketplace
You can void the invoices (Edit > Void) -
Thread of the year Not a Blesta issue or even a PayPal issue, they have to make money... More information: https://www.paypal.com/uk/webapps/mpp/paypal-fees We help process payments for millions of customers worldwide. Our transaction fees are based on your total sales volume and range from 3.4% + 20p to as low as 1.9% + 20p per domestic transaction. So the more you sell, the less you pay. Calculator: http://www.clothnappytree.com/ppcalculator/
-
[Plugin] Client Notices (Set Text Or Html Notice For Each Client)
Michael replied to Blesta Addons's topic in The Marketplace
-
[Plugin] Admin Tools (More Options For Staff)
Michael replied to Blesta Addons's topic in Contribute
he means for the client_notes plugin. sometimes it has a -master you need to remove that. -
Correct, unless you can add a .htaccess to the blesta root folder, it will put the url to /client/client/login. Or you can rename the client route in /config/routes.php and set like what we use which is customers, so you could have /client/account/login/ if you wish. You can find the .htaccess in the Blesta zip or from our KB.
-