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
PHP has encountered an Access Violation at 01B5AC6A
Moderator: General Moderators
Re: PHP has encountered an Access Violation at 01B5AC6A
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
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
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
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
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
Jade thank for your help, I did as they told, an it works great now,
I just copied libmysql.dll to system32
thank you
I just copied libmysql.dll to system32
thank you