Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   tsse 5.6 problem with rules.php (http://www.bvlist.com/showthread.php?t=3891)

ironcross77 28th November 2009 07:00

tsse 5.6 problem with rules.php
 
Whenever i click ion the rules link the site keeps on loading?
what might be the error?

crztz 28th November 2009 12:03

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..

Marco 29th November 2009 18:34

thanks a lot it's working on TS 5.6

C2DaJ 1st December 2009 12:14

Quote:

Originally Posted by ironcross77 (Post 17850)
Whenever i click ion the rules link the site keeps on loading?
what might be the error?

Xam might be the error? :lol:

crztz 3rd December 2009 11:36

Quote:

Originally Posted by C2DaJ (Post 17950)
Xam might be the error? :lol:

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...

PsyK0 31st January 2010 15:11

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...

francisco23 20th February 2010 18:06

1 Attachment(s)
[php]-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generaci

mrrayden 17th April 2010 20:41

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


All times are GMT +2. The time now is 00:21.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.