-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Posts posted by Michael
-
-
4 minutes ago, SLIBINAS said:
Okay, I think I already installed BlestaCMS but now all my blesta website broken. I can't get in my website, I got HTTP ERROR 500.
500 error is an internal server error you'll need to look at your error_log.
-
10 minutes ago, SLIBINAS said:
Hello, already stuck on BlestaCMS Installation, I can't find download link in this documentation.
https://blesta.store click the button but even on the docs it says Purchase and on the page you can click the free open source version.
-
4 hours ago, SLIBINAS said:
Ohh, i have weakest skills on PHP programming, So I don't know I can make it. Is there any chance to edit original files?
You can use my Community Edition plugin to do this... It's called the BlestaCMS. Follow the docs on https://cms.blesta.how and you can use the blesta nav bit to add links to the navigation.
-
On 2/29/2020 at 1:14 AM, lentro said:
I don't have a copy sorry I also don't own Licensecart anymore and they moved from Blesta.
-
Latest update: Colourful names on the forums in the categories.
Dark Theme:
Light theme:
You can get a beta from my website: https://blesta.store/forums and click free trial.
You can also get a beta trial from https://cubedata.net/forums and click free trial.Enter the license key in license_key.php inside the blesta_forums folder inside plugins.
See: https://forums.blesta.how for the tutorials and guides.PS: You can now set-up colourful category backgrounds. Just put two color hex's in: #xxxxxx #xxxxxx
-
Hi there,
I use this on Crisp back in the day.
<script type="text/javascript"> window.$crisp=[];window.CRISP_WEBSITE_ID="ID_HERE";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); window.CRISP_READY_TRIGGER = function() { if ($crisp.is("chat:opened") === true) { $crisp.push(["set", "session:segments", [["BlestaStore"]]]); <?php if($this->Html->ifSet($logged_in)){ ?> $crisp.push(["set", "user:nickname", "<?php echo $contact->first_name;echo ' '; echo $contact->last_name; ?>"]); $crisp.push(["set", "user:email", "<?php echo $contact->email; ?>"]); $crisp.push(["set", "user:company", "<?php echo $contact->company; ?>"]); $crisp.push(["set", "user:address1", "<?php echo $this->Html->_($contact->address1); ?>"]); $crisp.push(["set", "user:address2", "<?php echo $this->Html->_($contact->address2); ?>"]); $crisp.push(["set", "session:data", ["ipaddress", "<?php echo $ipaddress; ?>"]]); $crisp.push(["set", "user:country", "<?php echo $this->Html->_($contact->country); ?>"]); $crisp.push(["set", "user:city", "<?php echo $this->Html->_($contact->city); ?>"]); $crisp.push(["set", "user:state", "<?php echo $this->Html->_($contact->state); ?>"]); $crisp.push(["set", "user:postcode", "<?php echo $this->Html->_($contact->zip); ?>"]); $crisp.push(["set", "user:id", "<?php echo $this->Html->_($client->id_code); ?>"]); $crisp.push(["set", "user:phonenumber", "<?php echo $this->Html->_($contact->numbers); ?>"]); $crisp.push(["set", "user:role", "<?php echo $this->Html->_($contact->title); ?>"]); $crisp.push(["set", "session:data", ["created", "<?php echo strtotime($client->date_added); ?>"]]); $crisp.push(["set", "session:data", ["company", "<?php echo $this->Html->_($contact->company); ?>"]]); $crisp.push(["set", "session:data", ["contact_type", "<?php echo $this->Html->_($contact->contact_type); ?>"]]); $crisp.push(["set", "session:data", ["date added", "<?php echo $client_created; ?>"]]); <?php } ?> } }; </script>
-
I highly recommend you keep production services away from development sites.
As for licenses Blesta under their descretion can allow you a development license however you have to buy the owned license direct with them.
You could just install a trial version on the test installation.
-
Hi John,
Sorry for the delay, I need to work out why I don't get ticket emails. However I always get PayPal notifications. I've asked Paul to invoice me for the renewal and it's been paid for and activated.
When your support and updates expires you won't get the date you last renew expired it shows a date we're not sure why. I believe Paul is looking into a better way to show the last renewed date in the dashboard. -
10 hours ago, Sam said:
Where should I add this?
in the application.min.css it used to be style.css file or styles.css depending on the version you're running.
-
How much for just the Xero mate?
-
Returned is like dispute I assume and Refunded if when you refund someone.
Declined is when a payment hasn't gone through normally card payments.
Just imagine you are in a retail shop buying something and then paying by card.
-
Yep no term set nor quanity of 1
-
39 minutes ago, bryan said:
This is the system currently, working, but not the coupons: https://www.dropbox.com/s/cvtjoldvje59j1z/coupons not working.webm?dl=0
I did go in and check, and it did say the service was activated, but it's not creating a visible account in the WHM panel.
I am able to access and log into the "accounts" cPanel from the services section, so they do exist
Really confused by that.
Can you please show us the coupon page for that coupon from the top to the bottom I don't think the package group assigned for it has the product in question...
-
5 hours ago, Tyson said:
The mcrypt extension is a recommended requirement, but it is optional. You can run without it.
will there be a replacement for PHP 7.2 because it doesn't ship with it mate?
-
1 hour ago, Jason Ryan said:
Guess I will wait to see what Paul says just to make sure. Mcrypt isn't bundled with PHP after 7.1 so you would have to do some workarounds just to install it. Don't want to go through the hassle of having to revert everything back if it doesn't work out.
Thanks.
No probs I haven't ran into any issues.
-
You should be fine on PHP 7.2 I use it I don't think it has Mcrypt I could be wrong though.
-
On 9/5/2019 at 6:23 AM, VAG said:
I think there are a few mistakes such as:
getMenuItemsWithChilds()
error_log says Blesta doesn't know such a function. This line: $menu_items = $this->CmsPages->getMenuItemsWithChilds();
And we added menu items manually by changing body so why did we need to load menu items from cms I dont understand.
Edit: OK. I see why we trying to fetch menu items but still the method called 'getMenuItemsWithChilds' is unknown. So it won't work anyway.
As Tyson mentioned you need the cms the premium paid or the Community edition: https://github.com/atlanical/BlestaCMS-Community-Edition
-
4 hours ago, hdpixel said:
Yes, I’ve been doing that every time I upgrade the files.
UPDATE:
I restored (files dated 7/25/2019) Blesta to 4.4.2 version (but not the db). Should I also restore the db to 4.4.2?
Note: Blesta was able to auto generate invoices on 8/1/2019 after I upgraded to 4.6. Sometimes after 8/1, I upgraded php, ioncube, and ngnix to the latest. And it’s probably the reason on 9/1/2019 invoices and services were not automatically renewed.
Also, I downgraded to php 7.1x, appropriate ioncube file version for php 7.1, and hot fix file for blesta. Now, all the links in the admin work without an issue.
Unfortunately, auto invoice and service renewals is not happening. I have run the cron job manually, and the run was successful.
What else should I try? I am thinking of moving the installation to an Apache web server.
Thank you.
yeah you need to restore the DB the DB has the changes in every version.
-
Did you run /admin/upgrade?
-
1 hour ago, bryan said:
As i said, complete noob, so bear with me.
I'm just trying to test the system to confirm that its usable for me, and I dont have a merchant gateway yet, but am discussing with DPO about creating one for blesta.
What would you suggest if I just want to test its functionality properly before buying a license?
Try a wizard form
-
I've never used Pro but as in that picture it's a merchant i believe they don't show up on ajax
-
Could you please elaborate more please PayPal portal I'm not sure what that is?
-
Use this in the controller:
$this->setMessage('error', [['result' => Language::_('blesta_cms.!error.logged_in', true)]], false, null, false);
change Language:: bit to your $something->api;
-
Edit navigation bar
in Support
Posted
I don't use Nginx but I know it's your server error_log if you don't have a control panel with one to look into. A server error isn't something I can help with unless I have an error.