PHP has encountered an Access Violation at 01AEAC6A

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
skuddies
Posts: 4
Joined: Thu May 13, 2010 11:23 am

PHP has encountered an Access Violation at 01AEAC6A

Post by skuddies »

hi all,

i'm using PHP (5.2.10) on iis6, Mysql version 5.1.35 and phpmyfaq 2.64. I've everything configured and running fine until i hit the install button on setup.php. The error i get is "PHP has encountered an Access Violation at 01AEAC6A" . Any ideas?

Thanks in advance!
skuddies
Posts: 4
Joined: Thu May 13, 2010 11:23 am

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by skuddies »

i've had alook online and the above message suggests an issue with mismatched libmysql.dlls. What i have done is added C:\PHP to the path in the environment variables. When i now hit the setup it creates the database in mysql and it comes back with the following error:

Error: Please install your version of phpMyFAQ once again or send us a bug report.

DB error: Incorrect string value: '\xE2\x88\x9A\xE2\x80\xA2' for column 'stopword' at row 1

Query:

INSERT INTO faqstopwords (id, lang, stopword) VALUES (171, 'da', 'fâ??â?¢')

Any Ideas?
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by Thorsten »

Hi,

could you please upgrade PHP and MySQL first, this could cause the issue.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
skuddies
Posts: 4
Joined: Thu May 13, 2010 11:23 am

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by skuddies »

hi thorsten,

i've upgraded to PHP 5.2.13 and MySql to 5.1.46 and i'm getting the same error:

Error: Please install your version of phpMyFAQ once again or send us a bug report.

DB error: Incorrect string value: '\xE2\x88\x9A\xE2\x80\xA2' for column 'stopword' at row 1

Query:

INSERT INTO faqstopwords (id, lang, stopword) VALUES (171, 'da', 'fâ??â?¢')

The database goes through the install and its always the same table that generates the error.

Any ideas?

K
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by Thorsten »

Hi,

you can remove the stopwords. Please open install/setup.php, go to line 635 and remove the following line:

Code: Select all

    require_once 'stopwords.sql.php';    // INSERTs for stopwords
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
m.ardito
Posts: 5
Joined: Thu May 20, 2010 10:30 am

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by m.ardito »

i solved this problem re-creating the database with utf-8 character set and reinstalling phpmyfaq

hi, Marco
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: PHP has encountered an Access Violation at 01AEAC6A

Post by Thorsten »

Hi,

ah, good to know!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply