Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN New Installation Issues
Author Message
misterpat
Hangin' Around



Joined: Mar 02, 2009
Posts: 48

PostPosted: Thu Mar 05, 2009 2:29 pm Reply with quote

Hello all,

Just ditched phpnuke 7.9 for raven 2.30

Best thing I ever did! I love it. RavensScripts

One question, When I go to post some content and click the image button, then click browse server, I get a 403 error.

Anyone else get this? Is it a HTACCESS problem?

Raven nuke is all stock, I didn't change anything.....yet.

Thanks.


Last edited by misterpat on Mon Mar 09, 2009 7:12 pm; edited 1 time in total 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Mar 05, 2009 3:34 pm Reply with quote

Make sure that the folder has permissions of 755 and the image has permissions of 644.

Glad you made the switch too Wink!
 
View user's profile Send private message
misterpat







PostPosted: Thu Mar 05, 2009 3:41 pm Reply with quote

Raven wrote:
Make sure that the folder has permissions of 755 and the image has permissions of 644.

Glad you made the switch too Wink!


Just tried cmod'ing the upload folder and all its sub folders to 755 and went back to try and browse the server, Still getting the pop up with the 403.
 
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Thu Mar 05, 2009 3:52 pm Reply with quote

It seems to me someone else had a simular problem that was caused by index.html files being created when the uploads directory was uploaded to the server. Look in you uploads/file, uploads/media etc. and see if there is an index file in there. if it is, delete it and see if that fixes it. ONLY do this for those folders inside the uploads directory, not any other folder.

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
misterpat







PostPosted: Thu Mar 05, 2009 4:07 pm Reply with quote

nuken wrote:
It seems to me someone else had a simular problem that was caused by index.html files being created when the uploads directory was uploaded to the server. Look in you uploads/file, uploads/media etc. and see if there is an index file in there. if it is, delete it and see if that fixes it. ONLY do this for those folders inside the uploads directory, not any other folder.


Just did that. Same problem.

Here is a link to the uploads folder, you can see the 403 error.
[ Only registered users can see links on this board! Get registered or login! ]

BTW, thanks for the help nuken on that other thread.
 
Raven







PostPosted: Thu Mar 05, 2009 7:03 pm Reply with quote

Do you have a .htaccess file that has deny from all in it? If so, delete it.
 
misterpat







PostPosted: Thu Mar 05, 2009 7:24 pm Reply with quote

Raven wrote:
Do you have a .htaccess file that has deny from all in it? If so, delete it.


The only htaccess I have in my raven directory is the ones provided by the raven software.

I have directory indexing turned off through CPanel, but i turned it to normal indexing, and I still got that 403 error.

Thanks for all your help. Other than this little problem, everything works great.
 
Raven







PostPosted: Thu Mar 05, 2009 7:32 pm Reply with quote

PM to me your
Site URL, admin id/pass
NukeSentinel id/pass
FTP URL, id/pass

and I will take a look Smile
 
misterpat







PostPosted: Thu Mar 05, 2009 8:23 pm Reply with quote

Raven wrote:
PM to me your
Site URL, admin id/pass
NukeSentinel id/pass
FTP URL, id/pass

and I will take a look Smile


Sent, Thanks again for doing that.
 
Raven







PostPosted: Sat Mar 07, 2009 2:31 am Reply with quote

It makes no sense at all that I can see. Are you, by any chance, doing any redirects via your domain name registrar? Do you have any direct/indirect control over your Apache configuration file other than through .htaccess? Somewhere, somehow, there appears to be a filter that is forcing the 403 condition which is permission related. And it's purely a shot in the dark, but I'm wondering if it's directly tied to the filename "uploads". Are you aware of anything like what have mentioned?
 
dad7732
RavenNuke(tm) Development Team



Joined: Mar 18, 2007
Posts: 1242

PostPosted: Sat Mar 07, 2009 4:55 pm Reply with quote

In your rnconfig file located in your RN root directory, make sure the path to the uploads directory is set for '/uploads/'

In rnconfig just below the advanced editor part:

$uploadpath = '/uploads/';
 
View user's profile Send private message
misterpat







PostPosted: Sat Mar 07, 2009 6:27 pm Reply with quote

Raven wrote:
It makes no sense at all that I can see. Are you, by any chance, doing any redirects via your domain name registrar? Do you have any direct/indirect control over your Apache configuration file other than through .htaccess? Somewhere, somehow, there appears to be a filter that is forcing the 403 condition which is permission related. And it's purely a shot in the dark, but I'm wondering if it's directly tied to the filename "uploads". Are you aware of anything like what have mentioned?


Raven,

I'm not doing any redirects. The only thing I can think of with the Apache server is with Apache handlers. I'm not sure if they will help.

Is it as easy as changing the name of the upload folder on the server and in rnconfig?
 
misterpat







PostPosted: Sat Mar 07, 2009 6:29 pm Reply with quote

dad7732 wrote:
In your rnconfig file located in your RN root directory, make sure the path to the uploads directory is set for '/uploads/'

In rnconfig just below the advanced editor part:

$uploadpath = '/uploads/';


I just checked that and changed it to '/uploads/';

Still no workie. Sad

Could this be a problem with the browser connector?


Last edited by misterpat on Sat Mar 07, 2009 7:01 pm; edited 1 time in total 
dad7732







PostPosted: Sat Mar 07, 2009 6:37 pm Reply with quote

Just for grins, chmod uploads and subs to 777 and see if that works. If it does, we'll go from there as 777 is not recommended.
 
misterpat







PostPosted: Sat Mar 07, 2009 7:04 pm Reply with quote

dad7732 wrote:
Just for grins, chmod uploads and subs to 777 and see if that works. If it does, we'll go from there as 777 is not recommended.


Just tried that. No difference. Crying or Very sad
 
Raven







PostPosted: Sat Mar 07, 2009 8:10 pm Reply with quote

Actually you need to change the setting back to '' but that's a separate issue.

Can you upload images?
 
misterpat







PostPosted: Sat Mar 07, 2009 8:25 pm Reply with quote

Raven wrote:
Actually you need to change the setting back to '' but that's a separate issue.

Can you upload images?


I will change that back now. Yes, I can upload images.
 
Raven







PostPosted: Sat Mar 07, 2009 9:59 pm Reply with quote

Even more bizarre. Please explain, in detail, how yo upload images. Thanks.
 
misterpat







PostPosted: Sat Mar 07, 2009 10:10 pm Reply with quote

Raven,

I just click the image button in the FCKeditor and then click the Upload tab. I select my image from my computer, then click Send it to the server. Works great.

Thanks again for the help with this.
 
Raven







PostPosted: Sun Mar 08, 2009 12:32 am Reply with quote

So then it's only the Browse Server that creates the 403 error - correct?
 
misterpat







PostPosted: Sun Mar 08, 2009 8:35 am Reply with quote

Raven wrote:
So then it's only the Browse Server that creates the 403 error - correct?


Correct.
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Sun Mar 08, 2009 10:37 am Reply with quote

Anything related in the site error log?

Also, what is the value of this setting in the includes/fckeditor/fckconfig.js ?

FCKConfig.ImageBrowserURL

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
Raven







PostPosted: Sun Mar 08, 2009 11:21 am Reply with quote

Nothing in the logs.

FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;
 
dad7732







PostPosted: Sun Mar 08, 2009 2:23 pm Reply with quote

Try the RavenIce theme just to see if it works. I had a similar problem with a custom theme that turned out to be a problem with the way the DB is accessed.

Also NOTE: your /uploads/ directory is publicly viewable now ... not good! Raven will tell you how to fix that since he's the primary caretaker of this issue.
 
misterpat







PostPosted: Sun Mar 08, 2009 3:16 pm Reply with quote

dad7732 wrote:
Try the RavenIce theme just to see if it works. I had a similar problem with a custom theme that turned out to be a problem with the way the DB is accessed.

Also NOTE: your /uploads/ directory is publicly viewable now ... not good! Raven will tell you how to fix that since he's the primary caretaker of this issue.


Ok, I will try the raven ice theme.

I turned on directory indexing to see if it would help this issue. As soon as this is resolved, its getting turned off. Smile


EDIT: Just tried the RavenIce theme. Same problem.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN New Installation Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©