Quote
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
Quote
sobe wrote:
I was actually trying to do a fresh install of v7 in another location then copy the needed SQL from the old site to the test site.
Quote
sobe wrote:
Open phpMyAdmin for v7 pFusion Database and copy and paste the SQL INSERT commands into database #2(v7 pFusion)
There is no upgrading of databases, that is what I'm trying to point out. Would that be something I need to do to get it to convert to a new format of SQL listing if that is what it is. If so I can backup the older pFusion site then upgrade I suppose.
Quote
Warning: main(../subheader.php) [function.main]: failed to open stream: No such file or directory in /homepages/30/d141948114/htdocs/hosted/test/pfusion2/administration/upgrade.php on line 20
Fatal error: main() [function.require]: Failed opening required '../subheader.php' (include_path='.:/usr/lib/php') in /homepages/30/d141948114/htdocs/hosted/test/pfusion2/administration/upgrade.php on line 20
Quote
sobe wrote:
Alright I uploaded all the v7 files, then set the config to direct to a duplicate v6 database. I then uploaded the upgrade.php, yet... When trying to access that through admincp, I get this:Quote
Warning: main(../subheader.php) [function.main]: failed to open stream: No such file or directory in /homepages/30/d141948114/htdocs/hosted/test/pfusion2/administration/upgrade.php on line 20
Fatal error: main() [function.require]: Failed opening required '../subheader.php' (include_path='.:/usr/lib/php') in /homepages/30/d141948114/htdocs/hosted/test/pfusion2/administration/upgrade.php on line 20
grrrr, lol.
require_once "../subheader.php";
require_once "../side_left.php";
require_once "../side_right.php";
require_once "../footer.php";
Quote
require_once THEMES."templates/admin_header_mce.php";
Quote
require_once THEMES."templates/footer.php";
Quote
sobe wrote:
Ah and I found a better way to go about a fresh v7 site, lol. Have 1 "going live" v7 and one v6 upgraded to v7 so you can copy the new sql inserts to the fresh v7 XD
Makes sense to me at least :P All is well ^^ Thank you very much everyone.
Category Forum
Upgrading issues - 8Labels
None yet
Statistics
4 participants
Notifications
You are not receiving notifications from this thread.
Related Questions