Diferior CMS on steroids
+47547 / 9092297 ( online 38 )

Install not working


Forum posts: 16
ariathaxx (Member) @ 09 04 11 - 13:44:50
Hello there devs!

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! :DD
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 12 - 13:35:32
Do you have mysqld running? Have you created a database before running diferior install? Have you created an user and added it to the database?
Forum posts: 16
ariathaxx (Member) @ 09 04 15 - 14:23:41
yes, ofcourse I have created a database and users. I am an advanced MYSQL user so, that wouldn't be a problem.

But why does the install redirect me to that weird link instead of taking me to the rest of the install? :angry:
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 15 - 18:48:46
File doesn't exist because Diferior uses URL-rewriting.
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?
Forum posts: 16
ariathaxx (Member) @ 09 04 17 - 15:44:49
I've checked the php_error log but nothing got logged at all during the install process 0_0
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 18 - 15:28:56
That's weird. What PHP version are you using?
Forum posts: 16
ariathaxx (Member) @ 09 04 21 - 16:18:01
php 5 >_<
Forum posts: 16
ariathaxx (Member) @ 09 04 22 - 00:09:20
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. 0_0
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 23 - 13:33:05
Try dropping the database and creating it again, then reinstalling diferior.
Forum posts: 16
ariathaxx (Member) @ 09 04 23 - 15:27:45
omg, you don't think I've tried that already? xD like ten times without any progress.
Forum posts: 16
ariathaxx (Member) @ 09 04 26 - 01:32:43
I have reinstalled mysql and wamp two times now without any changes.

Can Diferior work together with newest mysql and newest wamp or do I have to switch to an older version?
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 26 - 12:30:52
I don't see why it shouldn't work.
Forum posts: 16
ariathaxx (Member) @ 09 04 26 - 18:55:59
Me neither, but I can give some details about what programs are in use.

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 8)
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 26 - 22:16:48
Ok, try this. Open install/sql/tables.sql

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 '',
Forum posts: 16
ariathaxx (Member) @ 09 04 28 - 19:23:15
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
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 29 - 12:20:34
The problem is not tables, the problem is fields without a default value.
Forum posts: 16
ariathaxx (Member) @ 09 04 30 - 14:45:19
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. >_>
Avatar
Blog posts: 12
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 04 30 - 17:21:19
What's the exact error then? There's no field such as 'users' in diferior database structure.
Forum posts: 16
ariathaxx (Member) @ 09 05 01 - 14:46:06
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
Forum posts: 16
ariathaxx (Member) @ 09 05 05 - 13:25:10
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:

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 :D
« Previous 1-20 21-40 Next »