kevj2 Posted December 9, 2008 Posted December 9, 2008 Re: [mccodes v2] Profile Image Uploader Hey all can some one help me the uploader works great but at the top of the page i get :Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cambusco/public_html/uploadpic.php:1) in /home/cambusco/public_html/globals.php on line 6 Any idea what wrong. Quote
Uridium Posted December 10, 2008 Posted December 10, 2008 Re: [mccodes v2] Profile Image Uploader That usually means your using the same instances in 2 files that are calling for the same thing.. Would need to know which files your setting the sessions for Quote
kevj2 Posted December 10, 2008 Posted December 10, 2008 Re: [mccodes v2] Profile Image Uploader KK how would i find that out? i am a noob at php Quote
Isomerizer Posted December 10, 2008 Author Posted December 10, 2008 Re: [mccodes v2] Profile Image Uploader Check to see if your calling the session's more then once, e.g: 2 session_start's. Also output buffering can cure it, look up the ob_start() function. Quote
Alex Riley Posted December 20, 2008 Posted December 20, 2008 Re: [mccodes v2] Profile Image Uploader Didn't Work Frist Time Around, Had To Edit A Couple Of Things. It's Up And Running Now Ty Ben Very Very Good Addition +1 :) Quote
Isomerizer Posted December 20, 2008 Author Posted December 20, 2008 Re: [mccodes v2] Profile Image Uploader Didn't Work Frist Time Around, Had To Edit A Couple Of Things. It's Up And Running Now Ty Ben Very Very Good Addition +1 :) What did you have to edit? I can correct the first post. Quote
Alex Riley Posted December 22, 2008 Posted December 22, 2008 Re: [mccode v2] Profile Image Uploader Well I Spelt The htaccess wrong twice & instead of making a folder with 757 permissions i made a file. Quote
Alex Riley Posted December 22, 2008 Posted December 22, 2008 Re: [mccode v2] Profile Image Uploader There Appears To Be Some Connfusion With This Mod, It Is A Very Simple Set Up .... And I Will Try My Best To Explain It Better Than Ben Did. Ok The Code As You All Know Should Stay The Same ... There Are No Issues With That Whats So Ever. The Thing That I Thing Put Most People Of Track Was The Instalation Process ... This Again Fairly Simple Ok Create A New Folder Called : profilepics .... Once created change the permissions of the folder to 7 5 7. Step 2 create a file named h t a c c e s s (Without the spaces of course) and stick that inside the profile pics folder And It Should All Work And Kick In Fine ... A Demo Of This Can Be Found On www.killer-city.com Thanks - Casanova Quote
grimsybaby Posted January 14, 2009 Posted January 14, 2009 Re: [mccode v2] Profile Image Uploader is their a possibility that you dont have to have it on you public_html say if you are useing the public_html for your main domain and running your mccodes on a subdomain how would you change the code? Quote
SteveDave Posted March 7, 2009 Posted March 7, 2009 Re: [mccode v2] Profile Image Uploader Just what I was looking for and works perfectly, thanks Iso, great mod :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.