I am using 4.2.2 and want to upgrade to 4.2.4. Since I made quite a few mods to 4.2.2, I decided to use XAMPP to upgrade locally and recreate all the mods. I copied all the files over, imported the database, and changed the configuration.php to the local locations. I think I must have missed something but cannot figure out what it is. When I go to localhost, I get the following error:
ERROR 2: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\FamilyTree422\index\lang_settings.php:1839)
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\FamilyTree422\index\lang_settings.php:1839) in C:\xampp\htdocs\FamilyTree422\includes\session.php on line 603
Can anyone help me figure this out.
thanks,
Doc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, figured out this part, there was 2 extra blank lines after the closing php tag, so I removed them. Now it goes to install.php and says site is currently unavailable. I assume since I imported the database and changed the configuration file, it should work like the live site. So what did I miss now?
Thanks,
Doc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I thought I figured out the problem, but it caused another problem. I had $DBNAME= set to the wrong value, so I put the correct value in and now when I goto localhost/sitename it crashes XAMPP. I am using XAMPP 1.7.0. Could this be the issue. What parameters should I check?
thanks
Doc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using 4.2.2 and want to upgrade to 4.2.4. Since I made quite a few mods to 4.2.2, I decided to use XAMPP to upgrade locally and recreate all the mods. I copied all the files over, imported the database, and changed the configuration.php to the local locations. I think I must have missed something but cannot figure out what it is. When I go to localhost, I get the following error:
ERROR 2: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\FamilyTree422\index\lang_settings.php:1839)
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\FamilyTree422\index\lang_settings.php:1839) in C:\xampp\htdocs\FamilyTree422\includes\session.php on line 603
Can anyone help me figure this out.
thanks,
Doc
Ok, figured out this part, there was 2 extra blank lines after the closing php tag, so I removed them. Now it goes to install.php and says site is currently unavailable. I assume since I imported the database and changed the configuration file, it should work like the live site. So what did I miss now?
Thanks,
Doc
I thought I figured out the problem, but it caused another problem. I had $DBNAME= set to the wrong value, so I put the correct value in and now when I goto localhost/sitename it crashes XAMPP. I am using XAMPP 1.7.0. Could this be the issue. What parameters should I check?
thanks
Doc
Problem solved. I upgraded XAMPP to the latest version 1.7.4 and it now is working.
Doc
Doc:
Thank you for keeping us informed. I have no experience with XAMPP, so your insight will certainly prove helpful to others.