[v1.1.1] Few problems with permissions


no_avatar
animalux
 
Posts: 4
Joined: Sat Jan 30, 2016 5:33 pm
 Sat Jan 30, 2016 6:12 pm • via Web
Well, I'am using the chat on BBOOTS style, for some reason, I can only edit/delet my own message, even if I am founder and in administrative group, I couldn't find any permission to set so I could edit or delete the message.

Also, I cant acces the arhive. It gives me an error,
Code: Select all
Not Found

The requested URL /chat was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Hope there will be a fix for this issues ^^

PS: Using phpbb 3.1.7-pl1
User avatar
IvanPF
Administrator
 
Posts: 2028
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Sat Jan 30, 2016 6:35 pm • via Web
Hi,

To edit/delete the messages of other users you must set the moderator permissions.
Go to ACP > Permissions > Group Permissions > Select your group > Select Moderator Permissions in the select form > Go to Advanced Permissions > Chat

To the problem with archive, I need to know the urls of the chat page and the archive page.
It can be {your forum domain}/chat or {your forum domain}/app.php/chat
no_avatar
animalux
 
Posts: 4
Joined: Sat Jan 30, 2016 5:33 pm
 Sat Jan 30, 2016 6:41 pm • via Web
IvanPF wrote:Hi,

To edit/delete the messages of other users you must set the moderator permissions.
Go to ACP > Permissions > Group Permissions > Select your group > Select Moderator Permissions in the select form > Go to Advanced Permissions > Chat

To the problem with archive, I need to know the urls of the chat page and the archive page.
It can be {your forum domain}/chat or {your forum domain}/app.php/chat


Well, I have no idea where I can find those links, the plugin was installed via Extentions, nor the chat or arhive work, they both give me this error.

PS: Thanks! Permissions worked. yay ^^
User avatar
IvanPF
Administrator
 
Posts: 2028
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Sat Jan 30, 2016 7:15 pm • via Web
Try to go directly to the chat page by put the link manually in the browser.
{the url of your forum}/app.php/chat

If this url works, the problem is in your hosting.
Your hosting accept url rewriting?
no_avatar
animalux
 
Posts: 4
Joined: Sat Jan 30, 2016 5:33 pm
 Sat Jan 30, 2016 7:18 pm • via Web
IvanPF wrote:Try to go directly to the chat page by put the link manually in the browser.
{the url of your forum}/app.php/chat

If this url works, the problem is in your hosting.
Your hosting accept url rewriting?


It worket.

I think i set somewhere from phpbb url rewriting, I am not sure where I did that.

My host accepts the url rewriting.
User avatar
IvanPF
Administrator
 
Posts: 2028
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Sat Jan 30, 2016 9:49 pm • via Web
Check the .htaccess in the root of your forum.
It must have these lines:
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]
no_avatar
animalux
 
Posts: 4
Joined: Sat Jan 30, 2016 5:33 pm
 Mon Feb 01, 2016 4:18 pm • via Web
It worked!

Also I've noticed the hosting company added something similar

Code: Select all
RewriteCond %{HTTP_HOST} ^[mywebsite]\.ro$ [OR]
RewriteCond %{HTTP_HOST} ^www\.[mywebsite]\.ro$
RewriteRule ^[hostingweb]$ "https\:\/\/clienti\.[hostingweb]\.ro\/aff\.php\?aff\=[myaffid]" [R=301,L]


I censured the websites to avoid advertising.

I added your rowes after this row. It seems to work, I hope it wont make any problem.

Who is online

Users browsing this forum: No registered users and 0 guests