PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   cookie problem (http://www.photopost.com/forum/bugs-1-0-0/118230-cookie-problem.html)

weirdpixels May 4th, 2005 10:30 AM

cookie problem
 
Hi,

I don't seem to be able to validate new posts or images in the admin cp, whenever I click on the link for either of these I get the following error

Quote:

vBulletin Message
Unable to add cookies, header already sent.
File: /home/tim783/public_html/forum/includes/adminfunctions.php
Line: 234
As far as I know the cookies work fine, I always stay login etc
These are the only 2 places that I receive such an error

Brian May 4th, 2005 11:01 AM

Re: cookie problem
 
Looks like you have some whitespace after the closing ?> tag in your adminfunctions.php file.

weirdpixels May 4th, 2005 11:25 AM

Re: cookie problem
 
Hi Brian,

I have just taken a look at the file and there does not seem to be any white space after the last ?> any idea of what esle might be causing this?

Thanks

Brian May 4th, 2005 11:53 AM

Re: cookie problem
 
Guess I should have paid attention to the line that it's showing in the error... My guess would be that you've added a hack and perhaps changed the incorrect code. You should be able to take care of the problem by uploading the default /includes/adminfunctions.php file. If that doesn't help, please submit a support ticket and I'll have a look at things.

weirdpixels May 5th, 2005 05:05 AM

Re: cookie problem
 
hmm no luck, I will submit that ticket now..

Brian May 6th, 2005 11:03 AM

Re: cookie problem
 
For anyone else that's having this problem, look in your forum/includes/functions_gallery.php file for this code:
Code:

Content visible to verified customers only.
Replace with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

weirdpixels May 6th, 2005 12:11 PM

Re: cookie problem
 
thanks Brian, its working just fine now :)


All times are GMT -5. The time now is 09:55 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97