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.4 RN Issues
Author Message
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Wed Nov 18, 2009 6:07 pm Reply with quote

sak wrote:
I applied this fix to my Your_Account/index.php

Now I get this when users try to change avatar:

There was an error when we tried to save your Avatar: Wrong avatar format! Avatars can only be gif, jpg, or png format.


All of the files displayed in the gallery are .jpg and .gif. Any idea what the problem is?


So you are getting this when selecting an avatar from the gallery? Obviously this error message is only meant when uploading avatars. If you have problems after updating let us know.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
sak
Worker
Worker



Joined: Jul 06, 2005
Posts: 172

PostPosted: Wed Nov 18, 2009 7:36 pm Reply with quote

Update complete -- but I'm still getting this message when I try to use the gallery. :\

I'm also getting a new bug -- having this:

Code:



at the top of all my pages. You can see it at http://www.icarry.org

_________________
www.ICarry.org
www.GunOwnersFellowship.com 
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team



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

PostPosted: Thu Nov 19, 2009 6:32 am Reply with quote

Try this http://www.ravenphpscripts.com/postt18278.html

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
sak







PostPosted: Thu Nov 19, 2009 11:35 am Reply with quote

Fixed!! Thanks a lot, nuken. Can't believe I didn't see that thread Surprised
 
myrtletrees
Involved
Involved



Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana

PostPosted: Fri May 06, 2011 12:41 pm Reply with quote

Interesting. I get this error when I go into Nuke Sentinel and try to "IP2C Update Tracked IP's"..Step 1 of 1 completes then the page flips to the error message:

CSRF check failed. Please enable cookies.
If the problem persists, please contact the server/website administrator

Cookies ARE enabled in my browser and there is no option at all in my rnconfig file to turn off CSRF checking.

I am running RN 2.40.01

EDIT: Actually, I get that error when I try any of the IP2C update options.
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat May 07, 2011 6:36 am Reply with quote

I just tried this and can reproduce the issue every time.
 
View user's profile Send private message Send e-mail
Palbin







PostPosted: Sat May 07, 2011 12:20 pm Reply with quote

I could have sworn we fixed this before. I will look at it.
 
Palbin







PostPosted: Sat May 07, 2011 7:33 pm Reply with quote

myrtletrees, replace your includes/tengnuke/shortlinks/shortlinks.php with this one http://www.phpnuke-guild.org/highlight_code/shortlinks.phps , and let me know how if that corrects the problem.
 
myrtletrees







PostPosted: Mon May 09, 2011 10:10 am Reply with quote

Palbin wrote:
myrtletrees, replace your includes/tengnuke/shortlinks/shortlinks.php with this one http://www.phpnuke-guild.org/highlight_code/shortlinks.phps , and let me know how if that corrects the problem.


Got no error that time. Thanks!
 
Guardian2003







PostPosted: Mon May 09, 2011 10:57 am Reply with quote

Palbin wrote:
I could have sworn we fixed this before. I will look at it.

So did I so your not on your own in that thought.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Thu May 12, 2011 8:05 am Reply with quote

I won't get to releasing ShortLinks 1.3.0 this weekend (am tied up elsewhere), but will try and release it next week. It is currently in the hands of the RN Team for evaluation, but looks like I may need to get it out sooner rather than later. Thanks for testing this!

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
killing-hours
RavenNuke(tm) Development Team



Joined: Oct 01, 2010
Posts: 438
Location: Houston, Tx

PostPosted: Thu May 12, 2011 8:18 am Reply with quote

montego wrote:
I won't get to releasing ShortLinks 1.3.0 this weekend (am tied up elsewhere), but will try and release it next week. It is currently in the hands of the RN Team for evaluation, but looks like I may need to get it out sooner rather than later. Thanks for testing this!


Looking forward to that release! I'm assuming it will address the inline we discussed on your site?

_________________
Money is the measurement of time - Me
"You can all go to hell…I’m going to Texas" -Davy Crockett 
View user's profile Send private message
montego







PostPosted: Sat May 14, 2011 4:27 pm Reply with quote

killing-hours wrote:
I'm assuming it will address the inline we discussed on your site?


Yes, it addresses that issue.
 
neralex
Site Admin



Joined: Aug 22, 2007
Posts: 1775

PostPosted: Sat Jul 30, 2011 8:56 am Reply with quote

hey!

i have the error occasionally in the news-module, if i want save a new story. most i have more admin.php tabs open in my browser. the fix in the your_account module was set. the output buffering = 4096.

how can i fix it?

Crying or Very sad
 
View user's profile Send private message
nuken







PostPosted: Sat Jul 30, 2011 9:30 am Reply with quote

What version of RN are you using?
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sat Jul 30, 2011 9:41 am Reply with quote

are you using firefox? it has been known to be overly-aggressive with it's cache and may be pulling a cached version of the page. If you have mod_header and mod_expires enabled on your server you could edit htaccess to include this, it may help.

Code:
<IfModule mod_expires.c>

   ExpiresActive On
   # ExpiresDefault A86400
   ExpiresByType image/x-icon "access plus 1 month"
   ExpiresByType text/css "access plus 5 minutes"
   ExpiresByType image/gif "access plus 1 month"
   ExpiresByType image/png "access plus 1 month"
   ExpiresByType image/jpeg "access plus 1 month"
   ExpiresByType text/plain "access plus 15 minutes"
   ExpiresByType application/x-shockwave-flash "access plus 1 month"
   ExpiresByType video/x-flv "access plus 1 month"
   ExpiresByType application/pdf "access plus 1 month"
   # ExpiresByType text/html "access plus 5 minutes"
   ExpiresByType text/javascript "access plus 5 minutes"
   ExpiresByType application/x-javascript "access plus 5 minutes"
   # Force no caching for dynamic files
<FilesMatch "\.(php|cgi|pl|html)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>
</IfModule>


there also some browser tweaks that may help as well. http://www.ravenphpscripts.com/postt18799.html
 
View user's profile Send private message Visit poster's website
nuken







PostPosted: Sat Jul 30, 2011 9:46 am Reply with quote

The csrf token expires after 2 hours. If you have the submit news window open more than 2 hours before you save it, it will not submit. The expire time can be adjusted, but 2 hours is a reasonable amount of time.
 
neralex







PostPosted: Sat Jul 30, 2011 9:53 am Reply with quote

hey nuken & spasticdonkey!

its a RavenNuke(tm) v2.40.01
yes, i using firefox

i will try it with htacess issue and with the browser tweaks.

thanks for info about the expire time!


Razz
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN 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 ©