Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 28th November 2009, 07:00
ironcross77's Avatar
ironcross77 ironcross77 is offline
Member
 
Join Date: May 2009
India
Posts: 9
Default tsse 5.6 problem with rules.php
Whenever i click ion the rules link the site keeps on loading?
what might be the error?
Reply With Quote
  #2  
Old 28th November 2009, 12:03
crztz crztz is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 34
Default
yes, there is a problem in the stuff that are in that table... enter phpmyadmin, and delete all the rules, then enter the staff panel, manage rules.. and enter your own... i've had the same problem.. i think there is some variables that when are used.. it keeps on loading.. and never ends..
Reply With Quote
  #3  
Old 29th November 2009, 18:34
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
thanks a lot it's working on TS 5.6
Reply With Quote
  #4  
Old 1st December 2009, 12:14
C2DaJ C2DaJ is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 34
Default
Quote:
Originally Posted by ironcross77 View Post
Whenever i click ion the rules link the site keeps on loading?
what might be the error?
Xam might be the error?
Reply With Quote
  #5  
Old 3rd December 2009, 11:36
crztz crztz is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 34
Default
Quote:
Originally Posted by C2DaJ View Post
Xam might be the error?
xam has nothing to do with this.. it's only a script bug... that's all.. i had the same problem.. u just need to be more carefull what u write in a topic forum.database or whatever...
Reply With Quote
  #6  
Old 31st January 2010, 15:11
PsyK0 PsyK0 is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 2
Default
Thanks all !
you must delete table 'rules' :

Code:
DELETE TABLE rules;
then re-create virgin table 'rules':

Code:
CREATE TABLE `rules` ( 
  `id` int(10) unsigned NOT NULL auto_increment, 
  `title` varchar(255) NOT NULL default '', 
  `text` text NOT NULL, 
  `usergroups` varchar(100) NOT NULL default '[0]', 
  PRIMARY KEY  (`id`) 
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9;
After, go to staff panel > ModRules and create your rules...
Reply With Quote
  #7  
Old 20th February 2010, 18:06
francisco23's Avatar
francisco23 francisco23 is offline
Senior Member
 
Join Date: Jun 2008
Albania
Posts: 38
Default
[php]-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generaci
Attached Files
File Type: sql rules.sql (6.3 KB, 18 views)
Reply With Quote
The Following User Says Thank You to francisco23 For This Useful Post:
hegylako (16th March 2011)
  #8  
Old 17th April 2010, 20:41
mrrayden mrrayden is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default modrules problem
when i try to enter in modrules from staff panel he keep loading ..ant nothing happen something is wrong with modrules ..after 2 min he started to work can anyone tell me how to fix the delay ...and when i press to create a rule he loading again very long time...a little help pls
Reply With Quote
Reply

Tags
56 , problem , rulesphp , tsse


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
Rules Fynnon Community Cafe 2 12th May 2012 09:53
Rules ! Fynnon Introduce Yourself 0 13th July 2008 18:20
Rules! Fynnon Sell & Buy 0 11th July 2008 02:23
RULES! Fynnon Tracker Invites 0 26th May 2008 05:25
Forum Rules ! Fynnon Annoucements 0 4th May 2008 19:09



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