![]() |
You have a malfunctioning double colon operator in that script file, remove it and see what happens.
|
???
Code:
<?php |
I mean, this file: classes/class_input.php
|
Oh. Ok what am I looking for exactly?
|
Well I said you need to look into classes/class_input and search for line 120 that seems to be malfunctioning. It seems to have two colons that cause the trouble, you need to remove them.
|
I removed one and got Parse error: syntax error, unexpected ':' in /home/taleofdr/public_html/classes/class_input.php on line 120
|
Then how about removing them both? What does that file look like on your server anyway?
|
I did. Still got an error.
Parse error: syntax error, unexpected T_VARIABLE in /home/taleofdr/public_html/classes/class_input.php on line 120 I'm starting to think I won't be able to add in the adopt shop :/ Code:
<?php |
I see, you dont have a controller object, and thus the double colons are invalid. You shouldnt be using the input class at all, get rid of it and see what happens.
|
Ok where is it and what exact part? Sorry, I don't want to mess anything up and I'm not familiar with it at all.
|
All times are GMT -5. The time now is 06:54 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.