News:

Wondering if this will always be free?  See why free is better.

Main Menu

Search

Started by 8Taner8, May 27, 2018, 06:17:40 PM

Previous topic - Next topic

8Taner8

I have a very serious problem. When I do a search, I encounter this error;

Database Error
Access denied for user 'b17_21586057'@'192.168.0.%' to database 'b17_21586057_databaseforum'
File: /home/vol7_2/byethost17.com/b17_21586057/htdocs/forum/Sources/Search.php
Line: 1235

How can I handle this? I would be glad if you help me.

Simple Machines Forum 2.1 Beta 4 (Using Version)

Kindred

Give your database user full permissions
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

albertlast

Your Database user need the rights the create temporal tables with the engine of memory:
https://github.com/SimpleMachines/SMF2.1/blob/release-2.1/Sources/Search.php#L1228
So this sql comand need to work with the smf database user

CREATE TEMPORARY TABLE smf_tmp_log_search_topics (
id_topic int NOT NULL default '0',
PRIMARY KEY (id_topic)
) ENGINE=MEMORY

Advertisement: