[General] Webboard: Indexer not working for name-based https site

2017-06-27 Thread bar
Author: Stan Email: Message: Hi, I switched a development site to using https, using name-based host matching in apache (same IP, multiple sites) and the mnogosearch indexer no longer works: [10072]{01} URL: https://test.somesite.com/ [10072]{01} ROBOTS: https://test.somesite.com/robots.txt

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: mysql seems not to be the problem: dsec023:/opt/src/mnogosearch-3.3.15 # mysql -u mnogo -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12070 Server version: 5.5.31-log Source distribution

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: i am starting to think this mnogo hates me :( i made a script with this inside: /usr/local/mnogosearch/sbin/indexer -Edrop indexer.log 2 error.log /usr/local/mnogosearch/sbin/indexer -Ecreate indexer.log 2 error.log

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: finally solved my problem with logging on the mysql-database ... after mnogo tried to lock a table it quit ... so the lock-table-right was missing for the mnogo-user (also missing in your documentary) Reply:

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Hello, Hello, i had to move a website from an older server to a new one. on the old server in installed mnogosearch and it worked great. on the new server the indexer wont work. i created a mysql-user for the mnogo-database

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: finally solved my problem with logging on the mysql-database ... after mnogo tried to lock a table it quit ... so the lock-table-right was missing for the mnogo-user (also missing in your documentary) I put this on my TODO to add

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: roebert Email: stu...@gmail.com Message: connecting from commandline is working with the mnogo-user ... Reply: http://www.mnogosearch.org/board/message.php?id=21624 ___ General mailing list General@mnogosearch.org

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: momma Email: Message: Perhaps the user has not been granted the proper privs to the database. I believe the mysql command is: show grants for username where username -s the username you are using in the config file. But, I would Google it first to be sure. mnogosearch probably needs

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: momma Email: Message: p.s. you can also google: mysql error 1044 for other possible solutions if needed. Reply: http://www.mnogosearch.org/board/message.php?id=21626 ___ General mailing list General@mnogosearch.org

[General] Webboard: indexer not working

2014-02-10 Thread bar
Author: roebert Email: stu...@gmail.com Message: Hello, i had to move a website from an older server to a new one. on the old server in installed mnogosearch and it worked great. on the new server the indexer wont work. i created a mysql-user for the mnogo-database and edited search.htm and

[General] Webboard: indexer not working

2014-02-10 Thread bar
Author: momma Email: Message: Those errors mean that the app can not connect to mysql using the username and password you provided. try just running mysql from the command line to make sure you can login using those parameters: mysql -uusername -ppassword databasename example: mysql -umnogo