Jump to content
WebFlake
  • 0

Install IPB 3.4.3 with Old SQL Base 3.3.4


Matrik

Question

Hello everybody

 

I Have SQL Base from old install , the version of IPB before is 3.3.4

 

and I want use this base on IPB 3.4.3 .

 

Can I do this ? and how i can install this ?

 

I hope you understand with my poor english language .

 

Thanks for your help ;)

Link to comment
Share on other sites

  • Answers 31
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

Recommended Posts

  • 0

in the sql_error_lastest.cgi , I have this

Date: Mon, 08 Apr 2013 10:28:06 +0000 Error: 1146 - Table 'db464996882.cache_store' doesn't exist IP Address: 66.249.73.194 - /index.php?s=google=cb12742a167d01af1f2467d15f1e4b71_session& ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT * FROM cache_store WHERE cs_key IN ( 'systemvars','login_methods','vnums','app_cache','navigation_tabs','module_cache','hooks','useragents','useragentgroups','skinsets','outputformats','skin_remap','group_cache','settings','lang_data','banfilters','stats','badwords','bbcode','mediatag','profilefields','rss_output_cache','rss_export','attachtypes','multimod','moderators','announcements','report_cache','report_plugins','ranks','reputation_levels','chatting','birthdays','calendar_events','calendars','support_staff','support_departments','support_statuses','donation_goals','blog_stats','blogmods','idm_cats','idm_mods' ) .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function   | Line No.   | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/sources/base/ipsRegistry.php | [ips_CacheRegistry]._loadCaches | 2896   | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsRegistry.php | [ips_CacheRegistry].init   | 2690   | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsRegistry.php | [ips_CacheRegistry].instance   | 571 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

 

thx xzoex ;)

Link to comment
Share on other sites

  • 0

I have this

 

$INFO['sql_tbl_prefix']      =  '';$INFO['sql_debug']      =  '0';$INFO['sql_charset']      =  '';$INFO['board_start']      =  '1365346874';$INFO['installed']      =  '1';$INFO['php_ext']      =  'php';$INFO['safe_mode']      =  '0';

Link to comment
Share on other sites

  • 0
Guest freeware

Try changing

$INFO['sql_tbl_prefix']            =    '';
to

 

$INFO['sql_tbl_prefix']            =    'db464996882'; 

thats wrong db464996882 is the name of the database

$INFO['sql_tbl_prefix']            =    'dbo446873406';

 

 

Link to comment
Share on other sites

  • 0

Is it the same error in sql_error_latest.cgi? Try changing it again to

$INFO['sql_tbl_prefix']            =    'db464996882.';
If nothing changes set it back to how it was at the start. I'm not actually sure if db464996882. is your database prefix or not.edit: ignore my last post then, I didn't know why that was showing there.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...