Fatal Error for something simple...

Status
Not open for further replies.

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?
 
Last edited:

wh00p101

New Member
Messages
241
Reaction score
0
Points
0
I suggest you remove your image hosting site because on the TOS review you aggreed to when you signed up it says:

We do not allow hosting of illegal material on the servers.

This includes copyrighted Mp3s, movies, and software.

Proxy, file hosting, and image hosting sites are not allowed to be hosted on our network.
your site says it's an image hosting site... and people can upload and have their image hosted. which says right there in my quote that its not allowed.
 

myrtleaverevive

New Member
Messages
9
Reaction score
0
Points
0
Yeah sorry. I just noticed that honestly about 10 minutes ago. Thanks though!

I had read the description of the script wrong and thought it to be a gallery script.

So I deleted it and then replaced it with a proper gallery script with ability to upload. I am still getting the 500 Internal Server Error...why is this happening?
 

myrtleaverevive

New Member
Messages
9
Reaction score
0
Points
0
Yeah. There is a 404 error because I have deleted the old scripts.

The NEW script is giving me the 500 Internal Error when I get to any point in which user data is entered and accordingly needed to be added to the 'database' on the server. Is this simply a PHP permission error that can be remedied with an upgrade to the intermediate configuration? Has anyone else had the same issue or know the solution?:dunno:
 
Last edited:
Status
Not open for further replies.
Top