Page 1 of 1

PHP has encountered an Access Violation at 01B5AC6A

Posted: Thu Jul 22, 2010 1:23 pm
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

Re: PHP has encountered an Access Violation at 01B5AC6A

Posted: Thu Jul 22, 2010 1:26 pm
by Jade
Do you have a test database and does the test user have permissions to access it?

Re: PHP has encountered an Access Violation at 01B5AC6A

Posted: Thu Jul 22, 2010 7:11 pm
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

Re: PHP has encountered an Access Violation at 01B5AC6A

Posted: Fri Jul 23, 2010 10:16 am
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...

Re: PHP has encountered an Access Violation at 01B5AC6A

Posted: Fri Jul 23, 2010 10:55 am
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

Re: PHP has encountered an Access Violation at 01B5AC6A

Posted: Fri Jul 23, 2010 11:55 am
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