
bins
Members-
Posts
34 -
Joined
-
Last visited
-
Days Won
3
Everything posted by bins
-
Hi Paul, I am now running 5.11.0. The plugin is showing as installed (and works on the main company). I responded to your ticket - it looks like plugin/domains/admin_domains/ & tld does not exist! I tried installing onto my third company and it went to a blank page on /admin/settings/company/plugins/install/domains/. Going back to plugin menu, it then shows as installed but isn't!
-
I have the Domain Manager plugin installed on an additional company, however, it is not showing in Packages. It is also installed in the primary company but does show!
-
Aleksa is a superstar - here is the fix: components/modules/netim/lib/Database.php function createAsyncDb(\Record $rec) { $rec-> setField("ID_OPE", array('type' => "int",'size' => 11))-> setField("DOMAINE", array('type' => "varchar", 'size' => 255))-> setField("CODE_OPE", array('type' => "varchar", 'size' => 50))-> setField("DATE_OPE", array('type' => "datetime"))-> setKey(array("ID_OPE"), "primary")-> create("netim_async"); } function createErrorDb(\Record $rec) { $rec-> setField("ID_OPE", array('type' => "int",'size' => 11, 'is_null' => true))-> setField("DOMAINE", array('type' => "varchar", 'size' => 255))-> setField("CODE_OPE", array('type' => "varchar", 'size' => 50))-> setField("DATE_OPE", array('type' => "datetime"))-> setKey(array("DOMAINE", "CODE_OPE"), "primary")-> create("netim_error"); } Should read: function createAsyncDb(\Record $rec) { $rec-> setField("ID_OPE", array('type' => "int",'size' => 11))-> setField("DOMAINE", array('type' => "varchar", 'size' => 255))-> setField("CODE_OPE", array('type' => "varchar", 'size' => 50))-> setField("DATE_OPE", array('type' => "datetime"))-> setKey(array("ID_OPE"), "primary")-> create("netim_async",true); } function createErrorDb(\Record $rec) { $rec-> setField("ID_OPE", array('type' => "int",'size' => 11, 'is_null' => true))-> setField("DOMAINE", array('type' => "varchar", 'size' => 255))-> setField("CODE_OPE", array('type' => "varchar", 'size' => 50))-> setField("DATE_OPE", array('type' => "datetime"))-> setKey(array("DOMAINE", "CODE_OPE"), "primary")-> create("netim_error", true); } On the last line of each function ', true' has been added. @Paul can this be updated on next release?
-
The error is: [2025-02-27T18:05:37.749399+00:00] general.ERROR: PDOException: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'netim_async' already exists in /public_html/vendors/minphp/db/src/PdoConnection.php:196 Stack trace: #0 /public_html/vendors/minphp/db/src/PdoConnection.php(196): PDOStatement->execute() #1 /public_html/vendors/minphp/record/src/Record.php(205): Minphp\Db\PdoConnection->query() #2 /public_html/components/modules/netim/lib/Database.php(14): Minphp\Record\Record->create() #3 /public_html/components/modules/netim/netim.php(48): Netim\Database\createAsyncDb() #4 public_html/app/models/module_manager.php(360): Netim->install() #5 /public_html/app/controllers/admin_company_modules.php(139): ModuleManager->add() #6 /public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php(142): AdminCompanyModules->install() #7 public_html/index.php(21): Dispatcher::dispatch() #8 {main} Aleksa has offered a solution (missing word in the code) that I need to try!
-
I am trying to install the Netim module to an addon company and the page just goes blank and does not get installed. I currently have the module installed on the primary company. Does anyone have any thoughts on how to resolve?
-
This is doing my head in. First, having to constantly 'Update Plugin' then go back to editing through the plugin page is a pain! Second, I thought I got the relationship between the page html and the folders for the css, images etc right, but I have not. Wht can't there be a HTML editor in the plugin?
-
I am not getting/missing something with this. When putting HTML in, from a directory perspective, where to I put CSS and images and how do I call them? Is the core template (e.g. bootstrap) the root directory to call from?
-
Being a good boy, I had a backup, which I reinstalled and I am back to normal. I tried the upgrade again, without luck. I will try again over the weekend.
-
I have just tried an upgrade to the latest release. When running the upgrade, I am logged out and when I log back in, I get the 'License Invalid' page, which doesn't accept my licence (which I have also renewed via admin after a few failed attempts!). At the login stage, it does show a message that the upgrade was successful.
-
Sorry if I am missing something really obvious, but I am trying to create unique public landing pages for my 3 companies (I have the additional company plugin). Using Virtualmin, I have 3 sub domains set up on the same server: Master Domain cp.Master (with Blesta installed) cp.additional 1 cp.additional 2 All of these are setup as subservers of the master domain and going to the subdomains either gives me a correct portal page or goes direct to the correct /client/login/ I want each company to have its own landing (portal) page, replacing the standard one, removing the need to create separate websites. I am not looking at changing the client pages yet, although that seems straight forward. I have tried editing the public_html pages for each domain, but that screws everything up! I am sure I am using the wrong location to edit the files, but any help would be appreciated.
-
What's the view on WEB3 domains, especially the ability to create tld's? At present, it does not appear compatible with traditional hosting & billingplatforms and it seems that you can only build websites via 4 commercial site builders. With the ability to own your own tld, is there an opportunity for Blesta users to lead the pack on selling these sites/domains (especially their own tld's)?
-
Sorry, I uploaded the compressed file to my root and uncompressed it, but it was all put into a new 'blesta' folder, so nothing was over written. Would it be an idea to compress the Blesta files to a top folder, rather than to a folder called 'blesta'? I am sure old pro's know to think about this, but noobs like me might overlook this!
-
I have uploaded the Blesta folder to my server and extracted the new files to my installation directory - /admin/upgrade does nothing! There isn't an upgrade folder or upgrade.php anywhere! Help!
-
OK, that is an option - let me ponder......
-
Thanks for the quick response. I am moving away from WHMCS/CPanel, hence the questions (I currently have this feature working). Is this something I could pay someone to do here or would it be Virtualmin side?
-
Trying to work it it - will concentrate at the weekend! Any thoughts on this bit?
-
Via Netim (the only module I am using), I have downloaded their pricing and put TLD's into price groups (based on their cost) - this allows some marketing claims/offers to be made. I would expect to somehow get those prices onto the db and then update changes individually (there are never many to do at anyone time!). I can probably manage to do your first solution (similar to WHMCS), just need to work out the relationship! I cannot see the common field in domains.tld and pricing, except company_id - would that be via domains_packages?
-
Excellent, thanks. Updating 1000 tlds is going to be an issue. With WHMCS they advised to directly update the DB, which I did, without issue. To do this with Blesta, which table would I use - I can't see the relevant fields in domains_tlds or domains_domains.
-
There are a couple of possible solutions on the forum:
-
Assuming you have set up a domain provider, when you create an order form, you can select 'Domain 7 Other' in the Type selector (above where you choose the template).
-
This is working But I do not want a markup. I would like to set pricing per domain, so they can be set to a real price point e.g. 9.99, 14.99, not a random marked up value. In WHMCS, the equivalent location to set prices would be here.