-
Posts
6,691 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
/index.php/admin/upgrade is correct, if mod_rewrite is not being used. If that's the case, all URLs will have /index.php/ followed by the typical path structure. Of course, we recommend using mod_rewrite with the included .htaccess file, but some servers don't support it or don't have it installed.
-
Which were erased? This patch doesn't touch the database, so no module data should be erased.
-
Two weeks is pretty quick! I'm personally looking forward to seeing what you come up with, and hope that it does very well.
-
Thanks for the suggestion. We will be improving the search, but at the same time want to keep it fast. v2.5 was a lot simpler in terms of data structure, services had only a few fields, user1, user2, pass, opt1, and opt2 for example. In v3 service meta fields can be unlimited and can be encrypted, or serialized. I'd love more feedback on areas people think can be improved (and thank you for your feedback!) and we will be making some changes here eventually.
-
That page does exist, interesting. I think they set it up, but didn't communicate to you what your login is. I recommend opening a ticket with them, and ask them what your login is. They should be able to get you up and running. What they have installed there is v2.5, I'm not sure if they have yet started issuing any v3 keys, you might ask if you're interested in v3. You can also download v3 from our home page and select to start a 30-day free trial in the interim. That'll get you up and running quickly and you can change the license key once they issue you one.
-
That may be something they created that we're unaware of. Can you paste the URL that that icon links to? Ultimately, I think you may need to raise a ticket with them.
-
Under Support > Staff, make sure your staff user is listed and has access to all the departments in question.
-
Hi! Welcome! What icon are you clicking on? Has WestHost issued you a license key directly? Thanks, Paul
-
I have re-opened CORE-691 and noted this for Cody. I want to make sure this is in the patch tomorrow.
-
Migrate Google Checkout Gateway To Google Wallet
Paul replied to PacifistRiot's topic in Feature Requests
We are planning to do Google Wallet, however it has come to our attention that Google Wallet will not support hosting providers, which diminishes their usefulness in the industry.. unless they have changed their minds? -
This task already belongs to CORE-514, and will be coming.
-
Trying To Install Free Trial, Says The License Key Is Invalid.
Paul replied to barryf's question in Pre-Sales Questions
Just to add to what Cody said, the system thinks that you already had a trial because you're using "localhost" for the hostname, or a non-routable IP as the hostname, that may be black listed, or had previously been issued a trial. If you edit your hosts file you can point another host name to your local IP and get it to work. Or, upload the code to a public web server and run it there. -
It will be a little while before we can start a Centovacast module, because there are a few others that are more highly requested. Centovacast told us it would be better to implement v3 and that their users would be upgrading. If we need to consider implementing v2 also, we'll have to look into that.
-
Currently there is not a method by which to "switch" to a different set of template files. I would like to implement this, especially for the client area. Currently you'll need to edit the templates where they are. I do suggest making a backup of them first just in case you need to roll anything back, and then edit the files. If you have an owned license with us, we can provide a development license upon request so that you can run another copy for the purpose of creating a theme outside your live environment. To request a dev license, just open a ticket in the client area.
-
If they open a ticket in the interface, the email goes out instantly. Are you referring to just cases when tickets are emailed in using POP/IMAP as the fetch method?
-
You may need to remove those from the database manually (not recommended). I suggest marking the client as inactive instead.
-
I'm not sure, other than installing in a sub-directory called /portal/. This would make it the base URL for everything though, /portal/client/login and /portal/admin/login. See "routes.php" in http://docs.blesta.com/display/user/Configuration You can change the admin login URL by editing this config file.
-
Well, I think we need to do something about that!
-
Can you provide steps to reproduce, including the regex you used, etc?
-
How could you be the only guy in Sweden? There's got to be millions more, right?
-
Which plugins and modules are you waiting for? Documentation is a bit behind, and we're working on it. I expect you'll see a lot more in the coming weeks. New order forms are something we're planning to include in most releases going forward. We are working on moving towards bootstrap for the client area and order forms, which will make adding new types of order forms much easier.. so that needs to come first. Is recaptcha or Areyouhuman an issue for anyone else?
-
Are you sure there are no hidden files or directories in there anyplace? Files that start with a "."? Typically "." refers to the current directory, and if that's the issue I would expect this to occur under Available Plugins, and Available Modules as well (does this happen there?). You can try editing components/gateways/gateways.php and adding this on line 40.. echo COMPONENTDIR . "gateways" . DS . $type . DS. $gw_file . DS . $gw_file . ".php<br>"; if (!Loader::load(COMPONENTDIR . "gateways" . DS . $type . DS. $gw_file . DS . $gw_file . ".php")) throw new Exception("Gateway '" . $gw_name . "' does not exist"); Then reload, and post what was output
-
You have those because they shipped with the beta and you upgraded. They are sample gateways, meant really for developers. Do you have the PHPIDS plugin installed by any chance? (If not, don't install it, if so, try uninstalling it)