alfaboy23
|
|
May 06, 2016, 07:51:24 AM |
|
Good day.
I think I need help on this.
I already extract files in to the folder in my site (sub-domain), rename the config.sample.php to config.php, already changed the values of database, username and password in config.php, then imported the structure.sql and afterwards the upgrade.0.6.sql.
At first I got server error 500 then after I re-imported the upgrade.0.6.sql and test the site, the page goes blank now, no errors whatsoever, just blank.
The Php version of my hosting is 5.6.17 and MySQL is 5.6.29
I also already changed the PHP version to lower which are 5.3, 5.4 and 5.5 bur still the same, blank page
Am I missing something?
Thanks in advance.
|
|
|
|
elbandi (OP)
|
|
May 06, 2016, 10:51:19 AM |
|
Good day.
I think I need help on this.
I already extract files in to the folder in my site (sub-domain), rename the config.sample.php to config.php, already changed the values of database, username and password in config.php, then imported the structure.sql and afterwards the upgrade.0.6.sql.
At first I got server error 500 then after I re-imported the upgrade.0.6.sql and test the site, the page goes blank now, no errors whatsoever, just blank.
The Php version of my hosting is 5.6.17 and MySQL is 5.6.29
I also already changed the PHP version to lower which are 5.3, 5.4 and 5.5 bur still the same, blank page
Am I missing something?
Thanks in advance.
try search the error message in webserver logs (different for every hosting provider). Most times, 500 error is a syntax error. verify that config.php has good php syntax. (missing ; at line end, missing closed colon, etc), or unix style line ending (\n).
|
|
|
|
superiorus
Legendary
Offline
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
|
|
May 06, 2016, 11:45:52 AM |
|
@Elbandi: any progress regarding ETH integration?
|
|
|
|
Zer0_Bits
Newbie
Offline
Activity: 36
Merit: 0
|
|
June 03, 2016, 09:18:11 PM |
|
I need help. When I tried to import "upgrade_0.6.sql" after "structure.sql" it says:
Error SQL query:
ALTER TABLE `balances` ADD COLUMN `referralbalance` BIGINT( 11 ) UNSIGNED NOT NULL AFTER `balance` ;
MySQL said: Documentation
#1060 - Duplicate column name 'referralbalance'
What do I do?
|
|
|
|
superiorus
Legendary
Offline
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
|
|
June 04, 2016, 06:35:36 AM |
|
I need help. When I tried to import "upgrade_0.6.sql" after "structure.sql" it says:
Error SQL query:
ALTER TABLE `balances` ADD COLUMN `referralbalance` BIGINT( 11 ) UNSIGNED NOT NULL AFTER `balance` ;
MySQL said: Documentation
#1060 - Duplicate column name 'referralbalance'
What do I do?
Do not import the upgrade_sql
|
|
|
|
neegeeboo
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 05, 2016, 10:45:24 PM |
|
I'll be checking this out later tonight...
|
|
|
|
hoop
Legendary
Offline
Activity: 1524
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
|
|
June 10, 2016, 12:13:26 PM |
|
I need help. When I tried to import "upgrade_0.6.sql" after "structure.sql" it says:
Error SQL query:
ALTER TABLE `balances` ADD COLUMN `referralbalance` BIGINT( 11 ) UNSIGNED NOT NULL AFTER `balance` ;
MySQL said: Documentation
#1060 - Duplicate column name 'referralbalance'
What do I do?
upgrade_0.6.sql only for previous script V.
|
|
|
|
datalore
|
|
June 12, 2016, 03:34:38 PM |
|
How does it work?
|
|
|
|
hoop
Legendary
Offline
Activity: 1524
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
|
|
June 14, 2016, 01:19:48 PM |
|
How does it work?
Whats you mean?
|
|
|
|
datalore
|
|
June 14, 2016, 02:15:57 PM |
|
How does it work?
Whats you mean? This is a custom script?
|
|
|
|
hoop
Legendary
Offline
Activity: 1524
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
|
|
June 16, 2016, 03:27:39 PM |
|
How does it work?
Whats you mean? This is a custom script? No, its free script.
|
|
|
|
paja93
Member
Offline
Activity: 73
Merit: 10
|
|
June 17, 2016, 08:04:56 PM |
|
Hey,can you help me with cashout fee? Its dont work.
|
|
|
|
superiorus
Legendary
Offline
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
|
|
June 17, 2016, 08:20:20 PM |
|
Hey,can you help me with cashout fee? Its dont work. Hi Did you set the fee value in config.php?
|
|
|
|
paja93
Member
Offline
Activity: 73
Merit: 10
|
|
June 17, 2016, 08:36:47 PM |
|
Yes and i try payout but i get full ammount.
|
|
|
|
paja93
Member
Offline
Activity: 73
Merit: 10
|
|
June 17, 2016, 11:22:14 PM |
|
Is there any explanation?
|
|
|
|
superiorus
Legendary
Offline
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
|
|
June 19, 2016, 09:04:41 PM |
|
Yes and i try payout but i get full ammount.
Sure you get the full payout, because the fee is paid by the faucet owner.
|
|
|
|
paja93
Member
Offline
Activity: 73
Merit: 10
|
|
June 19, 2016, 09:19:25 PM |
|
I dont understand. For example if the fee set up to 5000 satoshies. And if my member withdraw 20000, script need to send 15000 to my member,not 20000,or i think wrong?
|
|
|
|
superiorus
Legendary
Offline
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
|
|
June 20, 2016, 05:19:11 AM |
|
I dont understand. For example if the fee set up to 5000 satoshies. And if my member withdraw 20000, script need to send 15000 to my member,not 20000,or i think wrong?
Yes you are wrong. If a user of your faucet withdraws 20000 you (as faucet owner) pay 25000 and the user receive 20000.
|
|
|
|
paja93
Member
Offline
Activity: 73
Merit: 10
|
|
June 20, 2016, 07:50:57 AM |
|
Why that?That is very stuppid option Its no sense. How to make that when user withdraw for example 20000 receive 15000 from me?
|
|
|
|
viralalert
|
|
July 24, 2016, 09:58:10 AM |
|
Can someone taught me how to use solvemedia in this faucet?
|
|
|
|
|