Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 133,819
» Latest member: shopezlo
» Forum threads: 176,953
» Forum posts: 1,239,709

Full Statistics

Latest Threads
Complex Password Setting ...
Forum: General Support
Last Post: Devilshakerz
1 hour ago
» Replies: 1
» Views: 193
Recent Threads On Index [...
Forum: Plugin Releases
Last Post: Kozlik
Today, 02:29 AM
» Replies: 413
» Views: 207,236
Proposed paedophilia-excl...
Forum: MyBB Project & Site Issues
Last Post: Omar G.
Today, 12:42 AM
» Replies: 11
» Views: 202
Info box for guests..
Forum: General Support
Last Post: Black Angel
Yesterday, 11:54 PM
» Replies: 3
» Views: 336
header_welcomeblock; arra...
Forum: Theme Development
Last Post: 500bees
Yesterday, 08:15 PM
» Replies: 0
» Views: 49
I can't scroll down in us...
Forum: General Support
Last Post: matt6950
Yesterday, 07:45 PM
» Replies: 0
» Views: 207
Newpoints shop?
Forum: Plugin Support
Last Post: matt6950
Yesterday, 07:23 PM
» Replies: 0
» Views: 36
Newpoints help
Forum: Plugin Support
Last Post: matt6950
Yesterday, 07:21 PM
» Replies: 2
» Views: 64
SQL Error 1064
Forum: Installation and Upgrades Support
Last Post: Whiteneo
Yesterday, 06:45 PM
» Replies: 9
» Views: 242
URL as mandatory in suppo...
Forum: MyBB Project & Site Issues
Last Post: Laird
Yesterday, 01:36 PM
» Replies: 3
» Views: 74

 
  install/update page is blank
Posted by: Will1329 - 2010-08-21, 02:28 PM - Forum: 1.6 General Support - Replies (3)

Hello,

I am trying to upgrade my 1.4.11 forum to the 1.6. I have followed the updating instructions but when I try to access the '/install/upgrade.php' page all I get is a blank page.

I have changed the CHMOD setting and cannot think why it would not work. Might it be something to do with how I uploaded the new files? I uploaded them into a new file (leaving the previous forum alone). When this did not work I removed my previous forum from the web.

Does anyone have any suggestions on what I could do?

Many thanks,
Will1329

Print this item

  Theme disappears when clicking on forums or threads
Posted by: ShawnEric - 2010-08-21, 01:56 PM - Forum: 1.6 General Support - Replies (4)

I posted a bug report here:

http://dev.mybb.com/issues/1176

But because it was unable to be reproduced it was rejected. Can someone help me out please? All information needed is in the bug report.

Print this item

  about ads
Posted by: kalabakan - 2010-08-21, 01:36 PM - Forum: 1.6 General Support - Replies (3)

ok ..here im confuse how to add some ADS in main page? iv got a code from addsnse but dont know where to put? should i edit it in themes code?

Print this item

  Quick Reply Problem
Posted by: Janota - 2010-08-21, 01:25 PM - Forum: 1.6 General Support - No Replies

When i use quick reply i get this error message:

Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

Can someone take a look : http://www.mybbextras.com
Its ok ive got it , close thread.

Print this item

  Block Contents of Code, PHP & Quote from guests ?
Posted by: Janota - 2010-08-21, 11:43 AM - Forum: 1.6 General Support - Replies (13)

Im trying to disallow guest viewing the contents of Code, PHP & Quote block within a post. This would be a very nice option to have but i just cant fugure out how to do it.


Any ideas ?

Print this item

  1366 - Incorrect integer value: '' for column 'tid' at row 1
Posted by: Bl4ck.b4nd - 2010-08-21, 11:42 AM - Forum: 1.6 General Support - No Replies

Hello guys

I tried to active Show the users that has been online today (2.0) plugin

but I got this error :

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1366 - Incorrect integer value: '' for column 'tid' at row 1
Query:
INSERT INTO mybb_templates (tid,title,template,sid) VALUES ('','online_today_index',' {$lang->whos_online_today} [{$lang->complete_list}] {$lang->online_note_today}
{$onlinemembers} ','-1')



Any Idea how to fix it ?

Print this item

  Group Legend
Posted by: Rob1991 - 2010-08-21, 11:31 AM - Forum: 1.6 General Support - Replies (10)

I for some reason am not using a plugin for this, I have just edited the Board Statistics template and added in a section.

Currently I have:

[Admins] [Moderators] [cGamer Member] [VIP Member+]
[Banned] [Guests] [Awaiting Activation] [Registered] [Member+] [VIP Member]

But they do not link to anything..

What is in the link to custom groups. I want to be able to click for example [VIP Member] and it will bring up a list of people in that group.. like the Forum Team link.

Rob.

Print this item

  instant error, any Ideas
Posted by: nobleox - 2010-08-21, 11:01 AM - Forum: 1.6 General Support - No Replies

Im upgrading from 1.4.4 to the latest version. Have followed all instructions but immediately I enter the "upgrade.php" it goes into an immediate error. can anyone suggest how to recover from this.
I did make a backup which is a .sql file but have no idea as to how to use this to recover the old forum.
At the moment the forum is dead. could really use the help.
The error Im getting is pasted below.


Fatal error: [SQL] [1292] Truncated incorrect DOUBLE value: 'yes'
UPDATE mybb_settinggroups SET isdefault='1' WHERE isdefault='yes' in D:\inetpub\vhosts\aperfectmatch.co.uk\httpdocs\forum\inc\db_mysql.php on line 550

Print this item

  Username style on forum/thread index
Posted by: adbrad - 2010-08-21, 09:59 AM - Forum: 1.6 General Support - No Replies

how do i get this i 1.6 in used the plugin on 1.4 but it doesen't work right on 1.6 whrn i enable the plugin it changes the moderators to guest on forum index.
so how can i get the same effect on 1.6 at the moment its the only thing stopping the upgrade.
if it can be acchieved through a template change or similar.


Also on the postbit in posts as this is what the plugin did

Print this item

  Simple PHP file to Update a post's message to include 2 breaks and a ban reason?
Posted by: advil0 - 2010-08-21, 07:28 AM - Forum: 1.6 General Support - No Replies

I'm working on a ban script and need a simple php file to go into that post, insert two <br />'s and the reason why that user was banned for that post. I don't know much MySQL at all so I come here for help.

I know to execute a query the PHP file has to have this:

define("IN_MYBB", 1);
define('THIS_SCRIPT', 'updatepostban.php');

require_once "./global.php";

But I don't know what kind of query would be used to get what I want.

Any ideas?

Print this item