Search found 8 matches
- Thu Apr 04, 2013 4:34 pm
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
I did change the backticks but I still get the errors - has the staring proven successful, yet? Thanks so much for the help again!
- Wed Mar 27, 2013 1:10 pm
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
could you post the updated version of init.inc.php? <?php ob_start(); session_start(); error_reporting(E_ALL); ini_set('display_errors', '1'); $exceptions = array('register', 'login'); $page = substr(end(explode('/', $_SERVER['SCRIPT_NAME'])), 0, -4); if (in_array($page, $exceptions) === false){ if...
- Wed Mar 27, 2013 1:04 pm
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
I did that, but I still get an error:Temor wrote:try addingob_start();at the very top, before session_start.
- Wed Mar 27, 2013 12:04 pm
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
I put session_start to the beginning right after the "php-opening-tag" and above the error reporting code. It changed the error to the following: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /Applications/MAM...
- Wed Mar 27, 2013 11:34 am
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
First of all, thank you so much for helping me out again! The error reporting really is brilliant :D I completely coded along the tutorial and I still can't believe how many mistakes I made! :twisted: I guess most of it is because I didn't quite understand what I was actually writing. For that reas...
- Tue Mar 26, 2013 1:41 pm
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
Re: User Account System: HTTP Error 500 (Internal Server Err
Thanks a lot for the answer! My browser does show me the single pages the php still doesn't work - the html shows but there is no functionality. Those are the connection details from my local mamp host. I don't know what you mean by removing them? Do you mean from the internet, so that nobody can se...
- Tue Mar 26, 2013 10:27 am
- Forum: Introductions
- Topic: Good morning!
- Replies: 2
- Views: 19262
Good morning!
Hi, I am Jasper and I found your tutorials on youtube. They are really great especially because they are all quite consistent and on helpful topics! I am really caught in the whole startup fever and so fond on learning php - unfortunately I am more a scriptkiddy than a real programmer but I give my ...
- Tue Mar 26, 2013 10:21 am
- Forum: Tutorials
- Topic: User Account System: HTTP Error 500 (Internal Server Error)
- Replies: 14
- Views: 2733
User Account System: HTTP Error 500 (Internal Server Error)
Hi thank you so much for the tutorial! It is exactly what I have been looking for and it was a breeze following you through the 5 parts. Unfortunately it seems as if my php/connection to database isn't really working. At first it was displaying the html just plain - meaning if I typed in something a...