Product:
Search Type:

While trying to install sitebuilder 2.0 I get the following error after I have logged in: "Fatal error: General Error in /usr/local/sitebuilder/include/kernel/licensekey.php on line 548".

Article ID: 931 
Last Review: Apr,20 2006
APPLIES TO:
  • Sitebuilder 2.x for Linux/Unix

RESOLUTION


Please, make sure that 'gpg' PHP extension is enabled by the following steps.

1) Extension has to be included into theĀ  PHP configuration (php.ini or /etc/php.d/gpgext.ini). It should be a line like:
extension=gpgext.so


2) Extension physically exists at /usr/lib/php4/gpgext.so (may be in other location, see extension_dir in php.ini).

3) Extension is loaded:
# php -i | grep gpg
/etc/php.d/gpgext.ini,
<tr><td class="e">gpgext support </td><td class="v">enabled </td></tr>
<tr><td class="e">gpgext version </td><td class="v">0.7.24 </td></tr>
<tr><td class="e">gpgext author </td><td
class="v">Lizardo Santiago (lsdrg@yahoo.com.ar)</td></tr>
<tr><td class="e">gpgext url </td><td
class="v">http://www.sf.net/projects/gpgext/
</td></tr>


4) Restart Apache if you have made any changes.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields