Jump to content
  • 0

License Revalidation


Question

6 answers to this question

Recommended Posts

  • 0
Posted

Are you on a IP which keeps changing? Like a Cloud VPS? or are you on Nginx or something where the PHP includes location isn't correct? Or are you with a distributor or reseller? Have you moved the installation to another folder / domain / ip? If you are with one and you have, have you tried re-issuing the license?

  • 0
Posted

A blank page isn't good, try enabling error reporting:

 

 

To enable error reporting, edit /config/blesta.php and change

 
Configure::errorReporting(0);
 
to
 
Configure::errorReporting(-1);

 

Then, see if the page is blank, or if it's outputting an error. Also be sure that CURL SSL is available in your PHP, and port 443 egress is open at your firewall.

  • 0
Posted

Are you on a IP which keeps changing? Like a Cloud VPS? or are you on Nginx or something where the PHP includes location isn't correct? Or are you with a distributor or reseller? Have you moved the installation to another folder / domain / ip? If you are with one and you have, have you tried re-issuing the license?

 

I did move the blesta install to a new server.

  • 0
Posted

A blank page isn't good, try enabling error reporting:

 

 

Then, see if the page is blank, or if it's outputting an error. Also be sure that CURL SSL is available in your PHP, and port 443 egress is open at your firewall.

 

Oh noes!

Call to undefined function crypt_random() on line 1660 in /home/xxx/web/clients.xxx.xxx/public_html/vendors/phpseclib/Crypt/RSA.php

 

That's the error I get when I enable that.

  • 0
Posted

 

Oh noes!

Call to undefined function crypt_random() on line 1660 in /home/xxx/web/clients.xxx.xxx/public_html/vendors/phpseclib/Crypt/RSA.php

 

That's the error I get when I enable that.

 

 

you need php-mcrypt or the php includes isn't correct.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...