Page 1 of 1

Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 10:52 am
Author: Karl-D
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://www.cage-n-aviary.info/bbia/index.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
Uploaded parts of a different portal phpbb plus, mainly the users posts catagories etc.


What was done to try to solve the problem?
Nothing as yet



De.scription and Message

Obviously the integra cant find something from the old forum, how do I rectify this error?

phpBB : Critical Error

Could not get theme data for themes_id [3]

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:05 am
Author: CaNNon
Can you set your forum to the default theme? Kind of looks like it may be a unsupported theme issue.

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:07 am
Author: Karl-D
Hya thanks for your reply.
How do I restore to default as I cant open the forum?
If this is from mysql what do I alter?

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:14 am
Author: Karl-D
Below are the parts I dropped from the integra and then inserted from the database backup

`phpbb_auth_access` ,
`phpbb_banlist` ,
`phpbb_categories` ,
`phpbb_color_groups` ,
`phpbb_forums` ,
`phpbb_forum_prune` ,
`phpbb_groups` ,
`phpbb_jr_admin_users` ,
`phpbb_posts` ,
`phpbb_posts_text` ,
`phpbb_privmsgs` ,
`phpbb_privmsgs_archive` ,
`phpbb_privmsgs_text` ,
`phpbb_ranks` ,
`phpbb_themes` ,
`phpbb_themes_name` ,
`phpbb_themes_select_info` ,
`phpbb_topics` ,
`phpbb_topics_watch` ,
`phpbb_topic_view` ,
`phpbb_users` ,
`phpbb_user_group` ;

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:22 am
Author: Karl-D
Where abouts is the templates data located in phpmyadmin on the database?

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:28 am
Author: CaNNon
try replacing:
`phpbb_themes` ,
`phpbb_themes_name` ,
`phpbb_themes_select_info` ,
with the the default as a start but I think you may have to put it all back. I'm not sure what you were trying to do but, the info is in the data base back up and not the files.

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 11:29 am
Author: Karl-D
This is doing my head in a bit now as I have been trying to convert over to integra for a while now but keep hitting problems like this one.
Problem is I have to keep all the data and not start from scratch <img>

PostPosted: Mon May 21, 2007 1:15 pm
Author: nGAGE
Sometimes it may be easier to have the one database as phpbb_blabla and the second as phpbb2_blabla ... then with phpMyAdmin just go table by table copying contents from one to the other! That way you see what will match and what will not.

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 1:29 pm
Author: Karl-D
I am going to do a standard phpbb forum and just drop the basics that I need and insert from my backup so I basically get a standard forum working then do as an upgrade to integramod, see how that goes.

Thanks for your advice its much appreciated, this bugger wont beat me <img>

PostPosted: Mon May 21, 2007 1:52 pm
Author: nGAGE
That's the spirit <img>

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 2:36 pm
Author: Karl-D
Well got the temp forum up no problems
http://www.cage-n-aviary.info/phpBB2/index.php

Re: Could not get theme data for themes_id [3]

PostPosted: Mon May 21, 2007 3:12 pm
Author: CaNNon
Ok looking good, and you seem to have all the data.

After I failed a few times, I found easer for me if i updated the php version next.
Buy going 1 step at a time it was just easer for me to trace any mistakes I made.
So check if your @ 2.0.22 I think thats the latest you can upgrade from.

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 1:01 am
Author: found it
When upgrading to integramod you must have your theme set to subsilver as the system will not recognise any other theme....

The reason you received that error is that extreme styles could not find theme 3 as it was looking for theme 1....

if you keep your theme set as subsilver and uninstall any other themes there should be no problem..

:mrgreen:

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 1:12 am
Author: Karl-D
Hya thanks for your replies, what I have done is downloaded the subsilver theme for integramod so once I have done the upgrade its still the same theme.

I have done a more up to date backup of my original forum which is also on the original domain name that my forum runs on so just doing a standard phpbb forum for that now but re-inserting more such as groups etc.

At least I still have the temp forum up whilst I work on the main one.

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 1:18 am
Author: found it
Hi

You must have what ever theme you are using set to 1 in your theme table in your database otherwise you will receive the same error...

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:15 am
Author: Karl-D
Hya is this the part you mean?

Code: Select all
themes_id mediumint(8)   UNSIGNED No  auto_increment

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:18 am
Author: found it
yes you just need to make sure that whatever theme is set to number 1 then thats what you use when upgrading...

:mrgreen:

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:23 am
Author: Karl-D
Ar right so for instance delete all other themes baring the default one prior to doing the backup, so when I upgrade its still looking for the default theme i.e. theme (1)?

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:29 am
Author: found it
thats it...

:mrgreen:

then just add themes once you have upgraded....

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:49 am
Author: Karl-D
OK am getting there just too many steps backwords <img>

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 5:14 am
Author: Karl-D
I seem to have everything working on the integra now, however when I am in the acp and click ick on IM portal for some reason when I click on "Blocks Management" I just get a blank screen on the right side.

Any ideas what could be cousing this?

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 5:16 am
Author: Karl-D
Just solved the Blocks Management bit, I re-uploaded the admen section from the integra package and is now working.

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 11:25 am
Author: Karl-D
Hya for some reason members are getting this error whilst trying to logon to the forum, any idea how I could sort this?
[code]Click on the fieldnames below to complete them]

Re: Could not get theme data for themes_id [3]

PostPosted: Tue May 22, 2007 2:17 pm
Author: found it
Hi

I could explain this for you... but it easier to for you to read yourself....

here is the link and it will solve the above problem

http://www.phpbbsmith.com/mb/user-not-f ... vt219.html

:mrgreen: