PHP has encountered an Access Violation at 01B5AC6A

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
antraman
Forum Newbie
Posts: 4
Joined: Thu Jul 22, 2010 1:21 pm

PHP has encountered an Access Violation at 01B5AC6A

Post by antraman »

I have been spending 5 days on solving that error, still no success...

I have IIS6, PHP 5.2.13 MySQL 5.1.11 on Windows Server 2003 SP2, and I went on by the steps from videotutorialzone.com.
When I try localhost/info.php (which is phpinfo() ) it works fine, MySQL Administrator also shows that it's running. So till this point everything is grate.

But when I try to install joomla I stuck on 4th step( Database), I put

host name: localhost , username: root, password: --, database: test

and after pressing next it shows me "PHP has encountered an Access Violation at 01B5AC6A" I tried to restart the server nothing changed, still stucks Can you help me please
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: PHP has encountered an Access Violation at 01B5AC6A

Post by Jade »

Do you have a test database and does the test user have permissions to access it?
antraman
Forum Newbie
Posts: 4
Joined: Thu Jul 22, 2010 1:21 pm

Re: PHP has encountered an Access Violation at 01B5AC6A

Post by antraman »

Actually as I understand the schema is what we call database in MySQL Administrator, and there is a default shema named 'test', which i used. In any case I created a new schema and it didn't work .
Maybe database and shema are different things , and I need to create a database? but i don't know how? and what about permissions...
I really don't know much about it
,but I tried to install lower versions of PHPs, also reinstalled MySql Server, no success...

if you have any suggestions please.

thank you
antraman
Forum Newbie
Posts: 4
Joined: Thu Jul 22, 2010 1:21 pm

Re: PHP has encountered an Access Violation at 01B5AC6A

Post by antraman »

OK, I found the instruction how to install Joomla on IIS6, and I did everything as written, all the permissions, all the php.ini configurations, I installed FastCgi as well, and still no results the error is same.Also , as i am new to these things, I found that 'shema' is same as database...
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: PHP has encountered an Access Violation at 01B5AC6A

Post by Jade »

It looks like it's a problem with one of your sql .dll files. Take a look at this forum post: http://forums.iis.net/t/1169873.aspx
antraman
Forum Newbie
Posts: 4
Joined: Thu Jul 22, 2010 1:21 pm

Re: PHP has encountered an Access Violation at 01B5AC6A

Post by antraman »

Jade thank for your help, I did as they told, an it works great now,
I just copied libmysql.dll to system32

thank you
Post Reply