Jump to content

tedbalog

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tedbalog's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I DID turn error reporting on and believe the issue is my local computer. It works in IE7 and FF3. I tried another computer with IE6 and didn't recieve it but only once.
  2. I just discovered, it works in IE7 and FF3... Just not IE6... The page works FINE without the login script.
  3. Well it works OUT of my page template.. but when implementing it I'm having the same issues that I've had with 2 other scripts.
  4. OK - I had a go at it, created my own simple login and I'm still having this issue. It seems when I call "session_start()" it starts with a white page then if I refresh it goes to the page. Any help on this one is GREATLY appriciated.
  5. It is, and taken care of - just a mix up of order. I guess I'm going back to square one on this one. I'm just going to build a script outside of the page and see if I have the same symptoms.. Thanks for the input everyone.
  6. I was having these same issues with my simple script. I was hoping to find something stupid, or some configuration which was wrong.
  7. Do you know what my purpose is? I take the error message back. It was setting and object before including the files it needed. I moved the include infront of the objects and it's no longer giving me the error - but still giving me the white screen.
  8. It's now returning this error: Notice: Use of undefined constant GUEST_NAME - assumed 'GUEST_NAME' in /home/tedbalog/gallery.vividusphoto.com/content/include/session.php on line 109 Fatal error: Call to a member function confirmUserID() on a non-object in /home/tedbalog/gallery.vividusphoto.com/content/include/session.php on line 111 I tried uploading the file again with the display errors and it returned this.
  9. I did notice it, it's not a problem is it?
  10. Using Firefox, the Galleries page ... Does that help? Not to my knowledge, it's just trying to start the session again. It happens on other pages without this notice.
  11. It works if I do File > Save As... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <!-- saved from url=(0040)http://gallery.vividusphoto.com/?p=about --> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Vividus Photography</TITLE> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META http-equiv=imagetoolbar content=no><LINK title=Vividus href="untitled_files/vividus.css" type=text/css rel=STYLESHEET> <SCRIPT type=text/javascript> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </SCRIPT> <SCRIPT type=text/javascript> var pageTracker = _gat._getTracker("UA-6136114-1"); pageTracker._trackPageview(); </SCRIPT> <META content="MSHTML 6.00.2900.3429" name=GENERATOR></HEAD> <BODY class=vividus> <DIV id=container> <DIV id=headerContent><A href="http://gallery.vividusphoto.com/"><IMG alt="" src="untitled_files/logo.gif" align=left border=0></A> <TABLE id=menu cellPadding=5> <TBODY> <TR> <TD><A href="http://gallery.vividusphoto.com/?p=about">About Us</A></TD> <TD><A href="http://gallery.vividusphoto.com/?p=galleries">Galleries</A></TD> <TD><A href="http://gallery.vividusphoto.com/?p=testimonies">Testimonies</A></TD> <TD><A href="http://gallery.vividusphoto.com/?p=contact">Contact Us</A></TD> <TD class=login><A href="http://gallery.vividusphoto.com/?p=login">Login</A></TD></TR></TBODY></TABLE><!-- end #headerContent --></DIV> <DIV id=newsBanner>Under Construction... Don't mind our mess... <!-- end #newsBanner --></DIV> <DIV id=realContent> <DIV id=imgAbout><SPAN id=bodyHeader>About Us</SPAN> <DIV id=bodyHeadlineAbout></DIV></DIV><!-- end #mainContent --></DIV> <DIV id=footerContent>Copyright© 2008 - Vividus Photography. All rights reserved.</DIV><!-- end #container --></DIV></BODY></HTML> EXACTLY what it should be! Just adds to the confusion.
  12. View source won't come up in IE. I was wondering the same myself.
  13. Neither suggestion worked. I had written my own script but ran into similar issues, gave up because I thought it was my inexperience and grabbed this one because I'm pressed for time.
  14. Thanks premiso, but there is still no error output. Frustrating! lol I attached the session file. [attachment deleted by admin]
  15. I changed all of the includes to requires and nothing. If I comment out the include ('content/include/session.php') it seems to work fine but then all of my login required information breaks. I can post up code for other files if it helps.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.