28, May 2012

Little problem - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Access_user Class (Moderator: Olaf)
Topic: Little problem
« previous next »
Pages: [1] Print

Author Topic: Little problem  (Read 3784 times)
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« on: Jul 26, 2007, 09:21:22 pm »

I just updated my hosting, and switched to windows (have always used linux before).  Thought I would try out windows and ASP....

Anyway, Everything seems to be working fine PHP wise, my stlye switcher works fine, but my login doesn't seem to be working. 

I also just discovered that I don't think my upload page works....

Any ideas as to why this would be?

When I go to log on, it takes my username/password, then returns me to the home page.  Now I should be able to get to my locked pages, but it just takes me back to the login page every time.

any trouble shooting ideas?

My upload page, acts like it uploaded fine, but the files are not in the folder on my server.....
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #1 on: Jul 26, 2007, 09:39:41 pm »

Add this line to your script :

ini_set('display_errors',1);?>

and tell us what error you get.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #2 on: Jul 26, 2007, 10:09:19 pm »

I am not getting any errors....
It's still doing the same thing....
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #3 on: Jul 27, 2007, 07:29:45 am »

Add this line to your script :

ini_set('display_errors',1);?>

and tell us what error you get.

thats will not work Smiley (you told me that Nick)

add this directive to your .htaccess file:

php_value display_errors 1

World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #4 on: Jul 27, 2007, 01:12:21 pm »

I don't use a .htaccess
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #5 on: Jul 27, 2007, 01:19:01 pm »

I don't use a .htaccess

than you need to do that...

Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #6 on: Jul 27, 2007, 01:23:23 pm »

btw. are you using my AU class?

World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #7 on: Jul 27, 2007, 01:26:27 pm »

Had some time to do some research, and though their hosting page says that the windows based hosting supports PHP, it apparently doesn't.  I am going to switch back, as soon as my hosting provider lets me login, their login seems to be down too....

Do I really need an .htaccess?  I have been using the AU class (look 2 answers in one)  and I haven't had anyone get past it according to my stat counters.
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #8 on: Jul 27, 2007, 01:45:13 pm »



Do I really need an .htaccess?


sometimes Smiley

World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #9 on: Jul 27, 2007, 03:49:22 pm »

I switched back to Linux & it's working fine again....

Just another reason to hate Windows/Microsoft  Grin
Pinoy Webmaster
.com pimp
*****
Gender: Male
Posts: 1126
6048 credits
Members referred : 0


Philippine Beaches


« Reply #10 on: Jul 28, 2007, 03:35:11 am »

why the switch anyway?

in my opinion: "if it works, leave it be."


Last blog : Bingag Beach, Bohol, Philippines
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #11 on: Jul 28, 2007, 02:00:25 pm »

I wanted to see what I could do with ASP....
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #12 on: Jul 28, 2007, 02:36:11 pm »

I wanted to see what I could do with ASP....

In a web environment you can do less than you can do with php Smiley

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #13 on: Jul 28, 2007, 02:43:20 pm »

Thanks, I won't bother then.  how about CGI, that is suppose to work on my server....
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #14 on: Jul 28, 2007, 02:48:17 pm »

Cgi is much more difficult, and there is nothing in Perl that you can't do with php Smiley

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #15 on: Jul 28, 2007, 02:52:11 pm »

So I guess I'll just stick to PHP for now. 

I want to think of some cool new features to add, but my regular job, combined with family, some outside design projects & a Harry Potter obsession have been zapping my creativity....
World Wide Whale
***
Gender: Female
Posts: 154
1052 credits
Members referred : 0



« Reply #16 on: Jul 28, 2007, 03:04:59 pm »

There is one little problem that keeps creeping up with my password pages, Sometimes after people first register & I activate their account, their passwords don't work & they have to go through the forgot password link.  Is there a common problem that I can fix, or is it something odd that doesn't usually happen?
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #17 on: Jul 28, 2007, 04:02:01 pm »

There is one little problem that keeps creeping up with my password pages, Sometimes after people first register & I activate their account, their passwords don't work & they have to go through the forgot password link.  Is there a common problem that I can fix, or is it something odd that doesn't usually happen?

don't know do you have some url?

Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6950
Tags : access user Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Access_user Class (Moderator: Olaf)
Topic: Little problem
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 10:17:22 pm





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!






Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2012 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.