PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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: 16986
Location: Kansas

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

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 Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

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

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.
View user's profile Send private message Send e-mail Visit poster's website
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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 to the forums!


BTW, thanks for the help nuken on that other thread.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

Do you have a .htaccess file that has deny from all in it? If so, delete it.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

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

and I will take a look Smile
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

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?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1191

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

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
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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?
View user's profile Send private message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1191

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

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.
View user's profile Send private message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

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

Can you upload images?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

Even more bizarre. Please explain, in detail, how yo upload images. Thanks.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

So then it's only the Browse Server that creates the 403 error - correct?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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


Correct.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

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

Anything related in the site error log?

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

FCKConfig.ImageBrowserURL
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

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

Nothing in the logs.

FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1191

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

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.
View user's profile Send private message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

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

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.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum