Vreau sa unesc 2 baze de date, si am folosit tutorialul de aici
http://www.phpbb.com/community/viewtopic.php?p=1123325 , dar imi da urmatoarele erori
Warning: include() [function.include]: Unable to access ../testare/extension.inc in /home/iulian/public_html/testare/ter22.php on line 30
Warning: include(../testare/extension.inc) [function.include]: failed to open stream: No such file or directory in /home/iulian/public_html/testare/ter22.php on line 30
Warning: include() [function.include]: Failed opening '../testare/extension.inc' for inclusion (include_path='.:/usr/lib/php') in /home/iulian/public_html/testare/ter22.php on line 30
Warning: include() [function.include]: Unable to access ../testare/includes/constants. in /home/iulian/public_html/testare/ter22.php on line 31
Warning: include(../testare/includes/constants.) [function.include]: failed to open stream: No such file or directory in /home/iulian/public_html/testare/ter22.php on line 31
Warning: include() [function.include]: Failed opening '../testare/includes/constants.' for inclusion (include_path='.:/usr/lib/php') in /home/iulian/public_html/testare/ter22.php on line 31
Warning: include() [function.include]: Unable to access ../testare/includes/db. in /home/iulian/public_html/testare/ter22.php on line 32
Warning: include(../testare/includes/db.) [function.include]: failed to open stream: No such file or directory in /home/iulian/public_html/testare/ter22.php on line 32
Warning: include() [function.include]: Failed opening '../testare/includes/db.' for inclusion (include_path='.:/usr/lib/php') in /home/iulian/public_html/testare/ter22.php on line 32
Shifting IDs in table categories
Fatal error: Call to a member function sql_query() on a non-object in /home/iulian/public_html/testare/ter22.php on line 348[*]
Ce trebuie sa modific? Am modificat putin din acel cod si am pus ...
Cod: Selectaţi tot
<?php
$dbms = 'mysql';
$phpbb_root_path = '../testare/';
$dbhost = 'localhost';
$dbuser ='iulian_testare';
$dbpasswd ='eurolife2009';
// Name and prefix for the database that should keep the original IDs
$dbname1 = '';
$table_prefix1 = '';
// Name and prefix for the database that is going to be added
// to DB1.
$dbname2 = '';
$table_prefix2 = '';