Recurring Problem
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Re: Recurring Problem
Would somebody be able to login if I give details please?
Re: Recurring Problem
That is highly dependent on your server (Apache, Litespeed, etc.) installation. My board runs as me, not "nobody" and therefore runs quite nicely with 770 permissions.COD3M4ST3R-X wrote:the following directories setting needs to be 777
Cache: 777
Files:777
Store:777
Images/avatars/upload/:777
and its not 750 its 755 for all other directories.
I would not be telling anyone 777 unless I knew what his installation looked like. He could be creating a security hole.
- Attachments
-
- Capture.jpg
- (116.36 KiB) Downloaded 145 times
- COD3M4ST3R-X
- Registered User
- Posts: 228
- Joined: Wed Nov 05, 2008 7:52 am
- Location: Lahore,Pakistan
- Contact:
Re: Recurring Problem
Well those are PhpBB3 requirements they dont make any security holes.woodp wrote:That is highly dependent on your server (Apache, Litespeed, etc.) installation. My board runs as me, not "nobody" and therefore runs quite nicely with 770 permissions.COD3M4ST3R-X wrote:the following directories setting needs to be 777
Cache: 777
Files:777
Store:777
Images/avatars/upload/:777
and its not 750 its 755 for all other directories.
I would not be telling anyone 777 unless I knew what his installation looked like. He could be creating a security hole.
@bryntwr
Check that your includes/constants.php has the following in it:
Code: Select all
// phpbb_chmod() permissions
@define('CHMOD_ALL', 7);
@define('CHMOD_READ', 4);
@define('CHMOD_WRITE', 2);
@define('CHMOD_EXECUTE', 1);
Code: Select all
define('REFERER_VALIDATE_PATH', 2);
Download
Clear your cache after you make these changes.
Hope this works for you bro!

Long Live PhpBB!
Re: Recurring Problem
Just tried all of the above and still no luck :S bit lost now! 
Any other ideas?

Any other ideas?
Re: Recurring Problem
Sorted it!
Will these problems keep recurring all of the time?
Will these problems keep recurring all of the time?
- COD3M4ST3R-X
- Registered User
- Posts: 228
- Joined: Wed Nov 05, 2008 7:52 am
- Location: Lahore,Pakistan
- Contact:
Re: Recurring Problem
No that was just an upgrade Bug its fixed now.bryntwr wrote:Sorted it!
Will these problems keep recurring all of the time?

Long Live PhpBB!
Re: Recurring Problem
Wala, so it should run smooth now? 
