need some help on a few things

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
gareth_2009
-


Joined: 22 Nov 2009
Posts: 3

PostPosted: Sun Nov 22, 2009 5:46 pm    Post subject: need some help on a few things Reply with quote

hi all

right ive got every thing up and running ok ive added php fine but im trying to install phpmyadmin but ive got a few problem the first is this messege:

Code:
Bzip2
Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.


i take it i have to add bzip2 to the server like i did php? has any one done this? ive found a webpage for it http://bzip.org/ unsure if that is what i need?!? if that is could some one please say how to add it?

the next error i have is
Code:
ZIP
Zip decompression requires functions (zip_open) which are unavailable on this system.


but is that because i dont have bzip2 installed?

finally the last one is

Code:
Insecure connection
You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted! If your server is also configured to accept HTTPS requests follow this link to use a secure connection.


any ideas on why it would be insecure?

cheers
Back to top View user's profile Send private message
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Mon Nov 23, 2009 12:23 pm    Post subject: Reply with quote

What version/package of PHP have you installed?

If you have not installed our preconfigured PHP5 package available in <http://www.aprelium.com/abyssws/php5win.html>, we strongly recommend to do so.

Its default configuration makes all popular PHP scripts run fine with no further need for tweaking.

Obviously, the Bzip2 and ZIP extensions are not enabled in your PHP installation.
In order to do this, you can follow the tutorial on our website
<http://www.aprelium.com/abyssws/php5win.html>.

Please go directly to the "Notes about php.ini" section and apply the
instructions about enabling other extensions:

* open with a text editor your PHP initialization file "php.ini" (in your PHP installation directory).
* Locate the line “;extension=php_bz2.dll” and uncomment it (by removing the ";").
* Locate the line “;extension=php_zip.dll” and uncomment it (by removing the ";").
* Save the file and restart Abyss Web Server to ensure that PHP is reloaded with the new configuration.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
gareth_2009
-


Joined: 22 Nov 2009
Posts: 3

PostPosted: Tue Nov 24, 2009 4:50 am    Post subject: Reply with quote

thanks for your help worked fine :D
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group