IM installing PHP-MYSQL with Abyss

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Sun Jan 15, 2006 10:24 pm    Post subject: IM installing PHP-MYSQL with Abyss Reply with quote

PHP My Admin... First error I had was...
Quote:
"cannot load mysql extension;
please check PHP configuration"


So I downloaded the .zip file for PHP and stuffed the 'ext' folder where the 'PHP' is installed.

But now it says..
Quote:
The procedure entry point_zval_dtor_func could no be located in the dynamic link library php5ts.dll


when I click 'OK' the next pop up says...

Quote:
PHP Startup: Unable to load dynamic library 'C:/PHP/ext/php_mbstring.dll' - The specified procedure could not be found.


when I click that 'OK' i get...

Quote:
This application has failed to start because mSQL.dll was not found. Re-instaling the application may fix this problem



Any ideas as to what to do? besides the suggestion of re-installing as I have only just installed it and configured it and cant find where the issue is.

BTW Ifollowed a set of tutorialials from a member of this site but cant fix the problem
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sun Jan 15, 2006 10:34 pm    Post subject: Reply with quote

Did you uncomment the extensions in your php.ini?
Back to top View user's profile Send private message Visit poster's website
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Sun Jan 15, 2006 10:37 pm    Post subject: Reply with quote

Yeah I did, cant figure it out, now all its saying is

Quote:
cannot load mysql extension;
please check PHP configuration
Documentation


SO I must have done something for the error to go away...

Will have another bash after I eat. In a bit.
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Mon Jan 16, 2006 12:30 am    Post subject: Reply with quote

Still no different, all it says is that error.
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jan 16, 2006 1:50 pm    Post subject: Re: IM installing PHP-MYSQL with Abyss Reply with quote

webstuff,

Please download the preconfigured PHP 5 package from http://www.aprelium.com/abyssws/php5win.html . It comes with all the extensions correctly setup. You can use it directly or use its php.ini as a guide to help you fix yours.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Mon Jan 16, 2006 5:24 pm    Post subject: Reply with quote

ok, I tried that, 3 times! in 3 different locations until the thing worked, sort of...

It now says...

Quote:
Welcome to phpMyAdmin 2.6.3-pl1

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error
MySQL said:

#1045 - Access denied for user 'stephen'@'localhost' (using password: YES)



Well I did check it and they were corrected and still the problem detailed above exists.

As far as IM aware, mysql is functioning perfectly fine, the user name ans password as set and I just dont see what the issue is.

TBH & frank, IM not impressed, I know its been 2 and a half years but PHP, MySQL, Abyss & phpBB etc last time I ran a server functiond no problem and installed with minimal fuss, now it appears to me that they have in the advancement of the servers have appeard to have taken an step backwards...

I have never encountered so many problems as i have installing this little bunch, Abyss BTW works perfectly fine, aliases, password protected areas, etc, solid, its PHP that seems to be the problem here.

I have looked but cant find where mysql has stuffed my my.ini file, no reference to the password and username, the old my.ini file exists in the windows directory but the new one should be in the c:\programs\mysql\my.ini but its not!

I will be installing a set up on my laptop, where development will be but on this PC it where the deployment is and the user of the interface... So before I can move on, I need to get my setup on this PC sorted...

Any ideas?

BTW. thx for the installer.
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Jan 16, 2006 5:34 pm    Post subject: Reply with quote

Use PHP5 and MySQL 4.0.24 and you will be fine. This is the setup I have used for the last 6 months, except I used PHP4 not 5.

http://fast.abyssunderground.co.uk/mysql-4.0.24-win.zip - MySQL 4.0.24
http://fast.abyssunderground.co.uk/php5.zip - Aprelium PHP5 Pre-configured package
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Mon Jan 16, 2006 5:49 pm    Post subject: Reply with quote

Its php-5.0.3.3 installed, based on the internal build id & MySql is version 4.1, both billed as stable releases on the respective sites.

I would prefer to try and solve the mystery but IF its going to be too long to trace, your suggestion will be kept in mind.

Ta.
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Jan 16, 2006 5:53 pm    Post subject: Reply with quote

Just because they are stable it doesnt mean they will work together. Try my approach first to narrow down if that is the problem. I use PHP4 as my default PHP, as do a lot of people. Maybe you should try the same.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
webstuff
-


Joined: 25 Dec 2005
Posts: 18

PostPosted: Mon Jan 16, 2006 6:07 pm    Post subject: Reply with quote

It may come to that...
_________________
53 6D 61 72 74 41 73 73
Back to top View user's profile Send private message
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Mon Jan 16, 2006 6:14 pm    Post subject: Reply with quote

webstuff wrote:
Its php-5.0.3.3 installed, based on the internal build id & MySql is version 4.1, both billed as stable releases on the respective sites.

I would prefer to try and solve the mystery but IF its going to be too long to trace, your suggestion will be kept in mind.

Ta.


Until recently I had both these working fine together, using the mysqli extension. I have now upgraded my MySQL upto version 5.
_________________
Olly
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP 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