-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
blesta suspend service that has unpaid invoice for upgrade
Paul replied to Blesta Addons's topic in Bugs
CORE-3941 The task describes scenario #1 above, not #2. If the service has already been upgraded then we would suspend it if it remained unpaid. -
blesta suspend service that has unpaid invoice for upgrade
Paul replied to Blesta Addons's topic in Bugs
We probably should not suspend the service if an upgrade invoice is unpaid, especially if the upgrade does not happen until the invoice is paid. The question I think is whether we should suspend if the upgrade occurs before the invoice is paid and the invoice remains unpaid. Thoughts? If upgrading a service and the invoice is unpaid but not yet upgraded, do not suspend. If upgrading a service and the invoice is unpaid but already upgraded, suspend? -
Discord is probably the best place to go https://discord.gg/XCq34pU We are on there, and you can usually find someone else who has an answer. You can also email us. If you have a problem with your license not working and needing re-issued, need to purchase support & updates or an addon company, or otherwise make any changes to your license you will need to contact the folks you got your license from.
-
I'm not sure a hover based tool-tip is the best way to go, certainly not one that follows your mouse around. Maybe if it showed up at the very end of the table next to the row you are hovering.. or maybe an icon to indicate that it's expandable. Maybe something like this for expand: https://fontawesome.com/icons/expand?style=solid And shrink when it's open: https://fontawesome.com/icons/compress?style=solid Anyone know of any use cases in other applications that have an expanding section similar to this? How do they handle it.
-
Sounds like whatever you changed did not work. Check that the value is set in your PHP Info. <?php phpinfo(); ?>
-
It hasn't been very highly requested, but I've created a task here: CORE-3934
-
When I use the ordered list tool it places a 1. and when i hit enter it does not put anything on the next line. If I click the tool again, then I get another 1. Is that what you mean? It might be a bug with CKEditor. We are upgrading CKEditor for 5.0.
-
Do you believe this was related to a change with DirectAdmin or has the issue existed for some time? We did create CORE-3915 to address a reseller change to shared IP, but I assume it's unrelated.
-
You can change the service renew date by clicking Manage next to the service, then select Change Renew Date
-
Why do you want to change it when 4 hours before you posted this you said you were leaving for a competing product? I mean, it can be done and we could probably get one of our devs to give you instructions tomorrow when we are back at work... but it seems moot?
-
FYI we blocked it because it allows data from Blesta to be PUBLICLY available to anyone who visits the URL. It's a security risk. If that's the kind of company that you want to work with, that puts your data at risk and could care less about security, I don't know what to say.
-
We've sped up development dramatically. Blesta is used by more companies than ever before. "Just create modules" isn't helpful feedback, though we have created a lot of modules over the past 2 years. We add modules that a decent number of people request and will use. We don't arbitrarily create modules that have no demand, that would be a waste of our development resources. I don't recall having a conversation with you or anyone recently about CCAvenue (if it requires mcrypt, just install mcrypt) or internetbs. Pretty unhelpful thread. </thread>
-
Glad to hear that worked! I'm not sure why /app/views/admin/default/ would have fixed it though, since that's the admin templates and the order form is generated with a combination of client templates and order form templates (/app/views/client/bootstrap/, and /plugins/order/views/templates/) Either way, it looks much better now
-
To be safe, I would recommend re-uploading all of the files from the official zip for the same version you are running. As long as your IP, hostname, or install path doesn't change you don't have to re-issue the license. Good idea to make a backup of the files first just in case something goes wrong.. (e.g. some FTP clients delete everything and then upload the new stuff, that's very bad because /config/blesta.php is your config file that contains some very important information so don't lose it)
-
Thanks for the link. The CSS loads on your portal page, on your order page it only loads a partial view. There is no header or footer, so the CSS is not loaded. If you modified any of the templates it's likely that broke it. You can check your error logs to see if there's anything there, ../logs_blesta/ defined under Settings > System > General. This has nothing to do with Nginx as far as I know. Possibly a syntax error. Haven't seen that happen before.
-
There is certainly a link to the CSS in the markup. Your server is probably returning a 404 error because it can't load it because of the rules. View the page source, find the links to the CSS and find out if they are not correct. There is a possibility that the "Root Web Directory" path defined in Settings > System > General is not correct, it should be the full system path to your document root.
-
Use the inspector in your browser, or view the source and look for the style sheet links, anything ending in .css. Can you open those files in your browser directly without getting an error? For example, in the demo at https://demo.blesta.com/order/main/packages/hosting/?group_id=1 https://demo.blesta.com/app/views/client/bootstrap/css/application.min.css https://demo.blesta.com/client/theme/theme.css?dir=
-
It sounds like the style sheets are not being loaded. I also see that /index.php/ is in your URLs. Can I assume you are using a web server other than Apache? If you are running Apache, then you may not have uploaded the .htaccess file that is included with Blesta. If you are running another web server like nginx, then you need the right configuration to rewrite URLs through index.php and handle style sheets https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-Nginx
-
Selling dedicated servers with Vultr? Seems like there are no available locations returned by Vultr's API for that call. Does this happen with all Vultr servers? Does it work properly with a standard VPS from Vultr? Anything in your ../logs_blesta/ log files when this occurs? I wouldn't expect an API error to result in the page not working at all.
-
We could be persuaded to make an an option for the staff and client theme in the look & feel section of the company settings. https://requests.blesta.com
-
Do you have an account limit set for this server? Settings > Company > Modules, Manage CWP module. Do you have error reporting or debugging enabled? Undefined property is usually a warning which wouldn't be shown. If you have error reporting or debugging enabled, you should disable and test again.
-
FYI, there's a task for this. CORE-3856 should be resolved in the final release of 4.12.0.
-
tab_client_login.pdt has never existing in the official cPanel module. Here's all of the files that were included with the cPanel module in version 4.0.1: [root@goshen cpanel]# tree ./ ./ ├── apis │ └── cpanel_api.php ├── composer.json ├── cpanel.php ├── language │ └── en_us │ └── cpanel.php └── views └── default ├── add_row.pdt ├── admin_service_info.pdt ├── client_service_info.pdt ├── edit_row.pdt ├── images │ └── logo.png ├── manage.pdt ├── tab_client_actions.pdt ├── tab_client_stats.pdt └── tab_stats.pdt 6 directories, 13 files An SSO powered login has since been added to cPanel by clicking the cPanel service row to expand the section, not under the "Manage" link, though we are open to adding it there also.. if you want to create a request.
-
Browsers show the favicon /app/views/admin/default/images/favicon.ico for admin area /app/views/client/bootstrap/images/favicon.ico for client area Just update to your own favicon.ico files to change.