myrtleaverevive
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
I am running a simple script for a web album. I get this when I try to access the index.php...
Fatal error: Using $this when not in object context in /home/myave/public_html/script/include/common.php on line 11
So common.php on line 11 says "$this->min_pass_length=8;"
:| This is relatively a no brainer isn't it? Can someone help me out on this?
Edit:
Nevermind, I figured it out. All I had to do was change it to "$min_pass_length=8"
Edit:
Ok. New Problem.
http://myrtleaverevive.x10hosting.com/script/index.php
Page loaded, great but now when you select your file and hit GO, I get an internal error. Is this because of the level of PHP I am running?
Fatal error: Using $this when not in object context in /home/myave/public_html/script/include/common.php on line 11
So common.php on line 11 says "$this->min_pass_length=8;"
:| This is relatively a no brainer isn't it? Can someone help me out on this?
Edit:
Nevermind, I figured it out. All I had to do was change it to "$min_pass_length=8"
Edit:
Ok. New Problem.
http://myrtleaverevive.x10hosting.com/script/index.php
Page loaded, great but now when you select your file and hit GO, I get an internal error. Is this because of the level of PHP I am running?
Last edited: