SAL Error

Status
Not open for further replies.

novax104

Member
Messages
63
Reaction score
0
Points
6
Hi I'm getting the following error on my forum,

SQL ERROR [ mysqli ]

Can't create/write to file '/dev/shm/#sql_96b_0.MAI' (Errcode: 13 "Permission denied") [1]
 

lgloganx

New Member
Messages
21
Reaction score
0
Points
1
I'm trying to find the answer to the same problem. Have you found anything yet?
 

novax104

Member
Messages
63
Reaction score
0
Points
6
No I'm still having this issue.

@Dead-i ?

Edit: Here's the full error from one of my pages,

Code:
General Error
SQL ERROR [ mysqli ]

Can't create/write to file '/dev/shm/#sql_96b_0.MAI' (Errcode: 13 "Permission denied") [1]

SQL

SELECT l.*, f.* FROM phpbb_profile_lang l, phpbb_profile_fields f WHERE l.lang_id = 1 AND f.field_active = 1 AND f.field_no_view = 0 AND l.field_id = f.field_id ORDER BY f.field_order

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/profilefields/manager.php
LINE: 169
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/phpbb/profilefields/manager.php
LINE: 323
CALL: phpbb\profilefields\manager->build_cache()

FILE: [ROOT]/viewtopic.php
LINE: 1437
CALL: phpbb\profilefields\manager->grab_profile_fields_data()
 
Last edited:

novax104

Member
Messages
63
Reaction score
0
Points
6

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Hi, this problem should be resolved now. Can you check your site and confirm?
 

lgloganx

New Member
Messages
21
Reaction score
0
Points
1
I will confirm that my site is now live- I had posted in here and had started my own thread.
 
Status
Not open for further replies.
Top