Home Community Mys-Script Creative Off-Topic |
|
|
Thread Tools | Display Modes |
#21
|
||||
|
||||
Actually!!!
I just managed to fix the problem by adding a line to my .htaccess! After the first line, the very next line needs to have this: Code:
RewriteBase / But now I have this error when I attempt to log in: Code:
Warning: Cannot modify header information - headers already sent by (output started at /srv/disk3/1793798/www/novul/classes/class_template.php:354) in /srv/disk3/1793798/www/novul/classes/class_cookies.php on line 85 Warning: Cannot modify header information - headers already sent by (output started at /srv/disk3/1793798/www/novul/classes/class_template.php:354) in /srv/disk3/1793798/www/novul/classes/class_cookies.php on line 88 Warning: Cannot modify header information - headers already sent by (output started at /srv/disk3/1793798/www/novul/classes/class_template.php:354) in /srv/disk3/1793798/www/novul/classes/class_cookies.php on line 90 Warning: Cannot modify header information - headers already sent by (output started at /srv/disk3/1793798/www/novul/classes/class_template.php:354) in /srv/disk3/1793798/www/novul/classes/class_cookies.php on line 92 I've read that these particular errors can be caused by improper file encoding (particularly UTF-8 BOM), but I've ruled that out, I think? ~!! Actually, I found the culprit. There was some trailing whitespace at the end of the document in class_template.php. Just pop on in and remove it.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 01-17-2015 at 03:06 AM. |
#22
|
||||
|
||||
Tried that. Still doesn't work. I don't have an error_log file yet, so I just added error_reporting(E_ALL);
ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE); at the beginning of the php code for the login page, and it seems to be an error with AppController. Here's what is reads: Fatal error: Class 'AppController' not found in /home/kyandiip/public_html/login.php on line 8 Earlier I did another one of these error code things, and took a screenshot of what appeared: |
#23
|
||||
|
||||
That's... really odd, assuming nothing has been modified at all. Or, rather, I'd put the error reporting inside the index() function, rather than the top of the page, if possible.
And I'm still not without errors, either. Everything is functional, but with a lot of notices and strict warnings. Code:
Strict Standards: Declaration of DropdownList::add() should be compatible with GUIContainer::add(GUIComponent $component, $index = -1) in/srv/disk3/1793798/www/novul/classes/class_dropdownlist.php on line 197 and Strict Standards: Declaration of RadioList::add() should be compatible with GUIContainer::add(GUIComponent $component, $index = -1) in /srv/disk3/1793798/www/novul/classes/class_radiolist.php on line 68 Code:
Warning: require(../inc/config.php): failed to open stream: No such file or directory in /srv/disk3/1793798/www/novul/classes/class_initializer.php on line 97 Fatal error: require(): Failed opening required '../inc/config.php' (include_path='.:/usr/local/php-5.5.12/share/pear') in /srv/disk3/1793798/www/novul/classes/class_initializer.php on line 97 I'm, of course, not on x10 Hosting. I'm actually trying out a free packing at WebFreeHosting.net. But the error was similar, so I thought I'd give a shot at posting. -o-; If I upgrade my package I can at least turn off warnings/notices/strict standards manually, as I do in my local WAMP setup.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 01-17-2015 at 02:38 PM. |
Tags |
blank, database, error, mysql |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blank profile page? | gloryKAT | Questions and Supports | 3 | 02-08-2015 05:53 PM |
Blank Inventory Page | ilrak | Questions and Supports | 5 | 09-23-2014 10:03 PM |
Blank Page | Samuel hunter | Questions and Supports | 8 | 01-01-2013 05:08 PM |
Need help with MySQL Database | MirandaLK | Questions and Supports | 13 | 07-29-2010 10:01 PM |
Blank page | LilPixie | Questions and Supports | 2 | 02-20-2009 10:59 PM |
What's New? |
What's Hot? |
What's Popular? |