I have a problem, when I've created the databases in the SQL, and going to the install, I just type: 127.0.0.1 in the webbrowser. Because I'm having my own host using WAMP.
Anyway, step 2 works like a charm, everything has passed.
However, the STEP: 3/7 does not work for me, well anyway after clicking the NEXT button.
I type in everything for mysql database and database name. When I click NEXT. I get referred to this link: http://127.0.0.1/check/3.html - And there it is just a blank page.
When using IE 7, it cannot find the page. when using Firefox it is just a blank page.
The installation stops for me there, when checking in the folders there are no folders called check and no 3.html file. I have re-downloaded and tried new files a few times without any success.. the problem is the same everytime I tried. I have cleansed the cookies and tried over and over again.
What could be the problem, please help!
Blog posts: 12
Added downloads: 2 Comments: 18 Forum posts: 573
I have now installed another newer version of WAMP and the installation works even better now, but when I come to Step: 6 / 7 it displays an error, inside a green box and says: MySQL Error (1364): Field 'tags' doesn't have a default value. And when I refresh my browser after that error I get an another error message: MySQL Error (1050): Table 'dif_counters' already exists and there it stops. What errors could this be? Everything is in place in database though.
Blog posts: 12
Added downloads: 2 Comments: 18 Forum posts: 573
Ok, that did work, but just for some tables. Now it says: Example: blog_posts does not have a default value.
I've managed to change all of these tables that was crying for not having any default values, and it was about 20+ I had to change to make the install go even further, I mean, when it is entering the data in the sql server.
I have successfully changed almost everyone except: Users does not have a default value. and that one doesn't fix when entering an default value.
I think I have managed to fix all tables except Users. And when looking in the sql there were like 5 or more user tables, I have changed every users table to a default value but doesn't fix XD
This install would've worked for me just if it was not warning about default values, Could this be with the newest sql server or something?
Bad english sry
Blog posts: 12
Added downloads: 2 Comments: 18 Forum posts: 573
it just wrote that was the problem. I do not blame the tables, I blame my computer or the new versions of sqlserver.
However, is there a way to fix it without changing the default value on every table? I have changed everything, but 'users' won't continue working after changing its value.
Blog posts: 12
Added downloads: 2 Comments: 18 Forum posts: 573
The installation process are complaining about exactly every table not containing a default value. but shit the same, I can't install this CMS. so I will go over to tbdev instead. thank you for everything
Yes, I'm back since I managed to install it on my linux server computer using 5.0.1 SQL server.
However, everything is working just perfect, but not the seeding on the database.
Using: Integrated trackers do not seem to work,
I've tried with several members on my site to test the seeding.
The website manages to see how many peers there are, but no Seeding can be done. I've followed exactly all guides on how to manage the seeding to work, such as the guide to not enable seed when finished after you've created the torrent. And We've downloaded the upped torrent and pointed it to the folder where it should belong:
But nothing seem to work, and YES. I have followed all guides on this forum. What is blocking this issue? - NO it is not the ports, I have all ports open, I can seed other torrents from piratebay, but not here.
I have a problem, when I've created the databases in the SQL, and going to the install, I just type: 127.0.0.1 in the webbrowser.
Because I'm having my own host using WAMP.
Anyway, step 2 works like a charm, everything has passed.
However, the STEP: 3/7 does not work for me, well anyway after clicking the NEXT button.
I type in everything for mysql database and database name.
When I click NEXT. I get referred to this link: http://127.0.0.1/check/3.html - And there it is just a blank page.
When using IE 7, it cannot find the page. when using Firefox it is just a blank page.
The installation stops for me there, when checking in the folders there are no folders called check and no 3.html file.
I have re-downloaded and tried new files a few times without any success.. the problem is the same everytime I tried. I have cleansed the cookies and tried over and over again.
What could be the problem, please help!
Added downloads: 2
Comments: 18
Forum posts: 573
But why does the install redirect me to that weird link instead of taking me to the rest of the install?
Added downloads: 2
Comments: 18
Forum posts: 573
The URL is part of install process.
Is PHP's mysql library functioning correctly? Could you check php's error_log and see if anything gets logged?
Added downloads: 2
Comments: 18
Forum posts: 573
Added downloads: 2
Comments: 18
Forum posts: 573
Can Diferior work together with newest mysql and newest wamp or do I have to switch to an older version?
Added downloads: 2
Comments: 18
Forum posts: 573
Operative system: Windows XP Home edition SP3.
WampServer 2.0h
MySQL Server 6.0
Firefox as webbrowser
Avast! as antivirus
Installation at step 6/7 still gives error about:
MySQL Error (1364): Field 'tags' doesn't have a default value.
MySQL Error (1050): Table 'dif_counters' already exists.
What I have tried:
MySQL Server 5.0 and 5.1
WAMP 1.7.7 and 1.7.4
Same problem occurs.
I have also tried reinstalling Windows xp.
We've got to think what this problem could be man
Added downloads: 2
Comments: 18
Forum posts: 573
Line 90:
DROP TABLE IF EXISTS `blog_counters`;
change to:
DROP TABLE IF EXISTS `counters`;
Line 53:
`tags` varchar(400) collate utf8_unicode_ci NOT NULL,
to
`tags` varchar(400) collate utf8_unicode_ci NOT NULL default '',
Line 79:
`tags` varchar(400) collate utf8_unicode_ci NOT NULL,
to
`tags` varchar(400) collate utf8_unicode_ci NOT NULL default '',
Line 168:
`tags` varchar(400) collate utf8_unicode_ci NOT NULL,
to
`tags` varchar(400) collate utf8_unicode_ci NOT NULL default '',
I've managed to change all of these tables that was crying for not having any default values, and it was about 20+ I had to change to make the install go even further, I mean, when it is entering the data in the sql server.
I have successfully changed almost everyone except: Users does not have a default value. and that one doesn't fix when entering an default value.
I think I have managed to fix all tables except Users. And when looking in the sql there were like 5 or more user tables, I have changed every users table to a default value but doesn't fix XD
This install would've worked for me just if it was not warning about default values, Could this be with the newest sql server or something?
Bad english sry
Added downloads: 2
Comments: 18
Forum posts: 573
However, is there a way to fix it without changing the default value on every table?
I have changed everything, but 'users' won't continue working after changing its value.
Added downloads: 2
Comments: 18
Forum posts: 573
but shit the same, I can't install this CMS. so I will go over to tbdev instead. thank you for everything
However, everything is working just perfect, but not the seeding on the database.
Using: Integrated trackers do not seem to work,
I've tried with several members on my site to test the seeding.
The website manages to see how many peers there are, but no Seeding can be done.
I've followed exactly all guides on how to manage the seeding to work, such as the guide to not enable seed when finished after you've created the torrent.
And We've downloaded the upped torrent and pointed it to the folder where it should belong:
Using external trackers does not work either:
I've tried:
http://open.tracker.thepiratebay.org/announce
http://open.tracker.thepiratebay.org/scrape
http://tracker.thepiratebay.org/announce
udp://tracker.thepiratebay.org/announce
But nothing seem to work, and YES. I have followed all guides on this forum.
What is blocking this issue? - NO it is not the ports, I have all ports open, I can seed other torrents from piratebay, but not here.
Wooooot is wrong duuuude