|
Page 2 of 5
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
Man I am so sorry Inform. Sometimes I hate text. It is hard for me to convey at times what I wish to say and I make things worse.
I have taken the old integramod site and downgraded it and the database to a phpBB2.0.23 That is what it is now.
Give me 5 minutes and It will be back up in working order.
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#16 Mon 15 Aug, 2016 22:43 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
Okay. If you successfully went down to a working 2.0.23 forum, I'll start from there and see if there are any outstanding issues :).
|
#17 Mon 15 Aug, 2016 22:55 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
Thanks man. I promise that is where the project is at the way it sits right now. It is located at http://littleelmforums.com/icy/index.php
I have tried many ways and failed every time. Hopefully you can find where I went wrong. I even had my wife sit here with me and follow along the steps. No go.
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#18 Mon 15 Aug, 2016 22:58 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
I think I see what the problem is.
There are two issues:
- First off, the theme cache isn't cleared. So it keeps looking for phpBB2's subSilver.
- Secondly, the CMS is incorrectly set up, there are no pages created. You need to manually go to cms.php to create one.
So, we need to fix this. If you REALLY want to do it yourself in the meantime, do this:
- Open your board locally (with everything backed up, yada yada yada)
- Save config.php somewhere (I named mine __config.php)
- Delete everything but that file (keep images/ and uploads/ I guess. At least you have them in your backup. The exact list of files is listed in the file you linked).
- Upload IP files in the same directory
- Delete IP's config.php
- Put back your config.php (rename __config.php to config.php)
- Visit install/database_upgrade.php
- "Please click Here to update!"
- Open config.php, replace "PHPBB_" with "IP_" manually. install/install.php has an action that does it, but... To open install/install.php, you need that done. Sorry

- Go to login_ip.php, and login with your administrator.
- You'll be redirected to a blank page, or see "Template->loadfile(): File ./templates/default/layout/ for handle body is empte"
- In your URL, replace "index.php" with "cms.php" (it's important that you keep your SID)
- Login again (needed to administrate the website)
- Go to "CMS pages"
- Click "Add new page"
- Select whichever one you like (3 columns, 2 columns). Give it a name (like "index").
- Submit.
Here! Your site now fully works. You don't get the nice default portal, though, but it's easy enough to set it up yourself :).
Obviously this is sub-optimal – I just wanted to give you "A Way". We'll have to rework this upgrade procedure, but at least you're not "stuck" if really needs be...
|
#19 Tue 16 Aug, 2016 23:24 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
I really appreciate your taking the time to look in to this for me. I was going bonkers trying to get it figured out. I could have swore I was following all directions to the T.
I am going to take a quick stab at this and see how it goes. I just need to get some coffee and medicine in me first.
Thanks again chief. Much appreciated!
Ray
**EDIT**
Ok I gave it a try and this is where I am at and am stopping right here until I hear further.
Open config.php, replace "PHPBB_" with "IP_" manually. install/install.php has an action that does it, but... To open install/install.php, you need that done. Sorry
so after editing config.php do I attempt to open install.php at this time? If so, this is what I get:
[Icy Phoenix Debug] PHP Notice: in file /includes/sessions.php on line 1399: strpos(): Empty needle
Critical Error
Could not get theme data for themes_id [1]
DEBUG MODE
SQL Error : 1146 La table 'littleelm.ip_forums' n'existe pas
Line : 2596
File : functions.php
If not and I move on to the next step which is to open the login.php file, it tells me it can not open login.php as no config file is found.
The table ' littleelm.ip_forums ' does not exist but it is in the database. I double checked.
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#20 Wed 17 Aug, 2016 14:50 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
oh my, I'm so sorry. I didn't mean that phpbb_, I meant the one in the line with
define('PHPBB_INSTALLED',...
^ change it there.
The other one mustn't be changed!
You needn't translate the french error messages, BTW – french is my mother tongue
|
#21 Wed 17 Aug, 2016 15:43 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
Ok now we are getting somewhere! Thanks!!
I now have a cms page ready to roll (have a home page) and now trying to create forums. If I click forum, it tells me This board has no forums. I'm sure it is going to be as simple as setting up the cms page. Can you see the grin on my face that is ear to ear right now?
I'll report back again. Thanks again!
*EDIT*
Ok, I don't have any forums at all. No categories no nothing. That is the very important part. LOL I have to work on that. Everything else though is working 100% top notch thus far.
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#22 Wed 17 Aug, 2016 16:41 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
Huh, I'm surprised. It should have converted the forums :o.
It might be a permission issue, but I'd be surprised... Try to get into the administration, then forums > management.
Did it work all correctly when it was a phpBB2.0.23, though? From the link you've posted, it seems like it ...
When you ran the database_update script, did it show any error?
Last edited by Informpro on Wed 17 Aug, 2016 16:49; edited 1 time in total |
#23 Wed 17 Aug, 2016 16:46 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
thats where I am at now. There is no forums set up at all. I have checked the DB and they are in fact intact categories and forums as well as all replies and threads.
I cleared tha cache in the cms just to be sure and everything turned white. I'm still logged in and have a SID but everything on screen is all white. I have lost the site. Was all good until cache clear.
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
Last edited by MWE_001 on Wed 17 Aug, 2016 16:50; edited 1 time in total |
#24 Wed 17 Aug, 2016 16:48 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
Okay. Then I might have an idea... Could you please try to clear the cache once again?
go to
adm/erc.php
select "Clear cache"
edit: Okay hahaha. If clearing cache didn't work, do this.
open
find
after add (on a new line)
Refresh. You should see an error. Please post it here
|
#25 Wed 17 Aug, 2016 16:49 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
Done. And still have a all white screen. Sorry so slow on reply man. Had someone come by real quick. Back to business now.
*EDIT* Just saw that edit you needed me to do. Did it and still white screen after refresh. No error is printing on screen
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#26 Wed 17 Aug, 2016 17:23 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
Okay... It's a bit hard to debug-at-a-distance... Maybe you have a php / apache error log in your server that'd have more informations?
|
#27 Wed 17 Aug, 2016 20:22 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
I might be able to set something in my php.ini that will parse errors for me. Never thought of that as I am not really a server guy. let me take a quick look see and I'll report back.
On a side note, Ironically enough, the browser tab still tells me what page I am on and shows the favicon.
I'll be right back here in a short with an answer of some type.
*EDIT*
Ok I turned error reporting on, on the server via pph.ini and included this, error_reporting(E_ALL);
ini_set('display_errors', 1);
And still a no go. I'm not seeing anything in my server error logs. I'll admit, I have no clue what I am looking for.
Description: |
Apache and php error logs |
 Download |
Filename: |
Desktop.rar |
Filesize: |
1.39 KB |
Downloaded: |
127 Time(s) |
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#28 Wed 17 Aug, 2016 20:26 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: Integramod And Icy Phoenix Questions
Okay, thanks. I'm still enjoying the end of summer, I'll try to take a look during the week! Thanks.
|
#29 Wed 17 Aug, 2016 21:10 |
|
MWE_001 
Ray B
Joined: July 2016
Posts: 238
Location:  Marion, IL
|
 Re: Integramod And Icy Phoenix Questions
Hey no probs at all chief. I really appreciate all you have done thus far. Enjoy your self and we'll work on it later. I'm in no hurry. Have a pint for me bud!
____________ "Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
|
#30 Wed 17 Aug, 2016 21:11 |
|
|
Page 2 of 5
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|