Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #31  
Old 17th October 2009, 14:18
FireDK FireDK is offline
Member
 
Join Date: Oct 2008
Romania
Posts: 4
Question
Great job with the nulling. Many thanks!

I have a problem with my install, though: when I go into the Track Settings to configure my install, I get a "An error has occured! MySQL Error!" page on every option in the left side menu.

Since it's not a specific error, I have no idea what's causing it so I can try and fix it.
If anybody has any ideas, please share.

My install is a test on localhost, with Apache 2.2.14, PHP 5.3.0 and MySQL 5.1.39
Reply With Quote
  #32  
Old 17th October 2009, 14:26
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Quote:
Originally Posted by FireDK View Post
Great job with the nulling. Many thanks!

I have a problem with my install, though: when I go into the Track Settings to configure my install, I get a "An error has occured! MySQL Error!" page on every option in the left side menu.

Since it's not a specific error, I have no idea what's causing it so I can try and fix it.
If anybody has any ideas, please share.

My install is a test on localhost, with Apache 2.2.14, PHP 5.3.0 and MySQL 5.1.39
Is it windows?



Quote:
Originally Posted by pergo View Post
hi,

i can't install this version i get a error that de database file most be uploaded in binary ??? step5

i'm ussing plesk9.0 windows2003.

i want to test it.

thanks in advanced
transfer it with ftp in binary mode.
Reply With Quote
  #33  
Old 17th October 2009, 14:54
FireDK FireDK is offline
Member
 
Join Date: Oct 2008
Romania
Posts: 4
Default
Quote:
Originally Posted by Nightcrawler View Post
Is it windows?
Yeah, it is.



I've managed to narrow down the error to this part of the /include/ts_functions.php (around line 540).

Code:
if (0 < count ($updateuser))
    {
      (sql_query ('UPDATE users SET ' . implode (', ', $updateuser) . ('' . ' WHERE id=' . $id)) OR sqlerr (__FILE__, 378));
    }
This lead me to line 87 of the same file, inside the sql_query function.

Code:
$__return = mysql_query ($_run_query);
Here I get this error:

Code:
Query: UPDATE users SET page = '/admin/managesettings.php?do=main&sessionhash=okgljrdtjg3lucgicvnpe9p1a1&tshash=948fe263ac6c9faf86a9d5885cc25cdb', last_login = '2009-10-17 15:22:36', last_access = NOW() WHERE id=3

Error: Data too long for column 'page' at row 1
So I guess the 'page' column shouldn't be so small in the install script (create_tables.php, line 1191). I've modified it to a 'mediumtext' and all seems OK for now.

Code:
Original: `page` varchar(100) NOT NULL default \'\',

Modified: `page` mediumtext NOT NULL,
Reply With Quote
  #34  
Old 17th October 2009, 14:58
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Quote:
Originally Posted by FireDK View Post
Yeah, it is.
I've managed to narrow down the error to this part of the /include/ts_functions.php (around line 540).
Well I heard there was a bug in php 5.3.0 with "php5.3.0/ext/php_mysql.dll"
and what you need to do is download phpbb5.2 and replace the "php_mysql.dll" in it in the Php5.3 directory.
Reply With Quote
  #35  
Old 18th October 2009, 05:26
fireman fireman is offline
IonCube-R
 
Join Date: Oct 2008
Posts: 99
Default
nice work
Reply With Quote
  #36  
Old 18th October 2009, 11:43
konvolut konvolut is offline
Member
 
Join Date: Sep 2008
Posts: 5
Default changing Tracksettings
At first ty nightcrawler for your perfect work. But still having problems with changing Tracksettings.
Did anyone has a reason why i cant change the trackersettings. Settings are not saved for me after setting. ty

Last edited by konvolut; 18th October 2009 at 11:45. Reason: mistakes
Reply With Quote
  #37  
Old 18th October 2009, 11:46
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Are your config files readable/writable by server?
Reply With Quote
  #38  
Old 18th October 2009, 12:01
konvolut konvolut is offline
Member
 
Join Date: Sep 2008
Posts: 5
Default Change settings
Ty, it was really a chmod problem in config dir. Sry! But an important question, what are the right permissions in this directory? Because in installation guide it shows like Chmod 0777 but I think its unbelieveable becuase every user can read and execute files in config dir. And htaccess dont work for me with lighty webserver. Best regards
Reply With Quote
  #39  
Old 18th October 2009, 12:04
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
best to fix all settings then make them just readable by server only.
Reply With Quote
  #40  
Old 18th October 2009, 12:34
konvolut konvolut is offline
Member
 
Join Date: Sep 2008
Posts: 5
Default seetings
okay, ty again. Last question. I have also a big problem with recaptcha. I set in to on and now To use reCAPTCHA you must get an API key from...!

Okay my mistake but I have there an account and keys. But now I cant change to Trackersettings again because this mistake. Did someone know where are the settings in DB to change login without recaptcha manually or where i can put into my keys manually to login again and make it clean?

_______________________________________________
EDIT

I fixed it...!
Reply With Quote
Reply

Tags
decoded , nightcrawler , nulled , tsse , v56

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
fake account problem TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 8 27th November 2012 03:48
Poll problem on TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 15 19th July 2011 23:33
TSSE Full Nulled and Decoded. Moh.ElBaz Template Shares 16 16th July 2009 16:57
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



All times are GMT +2. The time now is 16:16. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.