• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior ACC] Polls System v.2.2 + graphic bars

Fatal error: Call to a member function fetch() on a non-object in C:\Users\Wesson\Desktop\Xampp\htdocs\pot\OTS_Account.php on line 371
Any fixs?
 
Works fine untill you try to enter the poll.. you get this error
[h=3]Error occured![/h]Error ID: ObjectData::getCustomField - Field vote does not exist in data / is not loaded.
More info:

File: D:\xampp\htdocs\classes/objectdata.php Line: 52
File: D:\xampp\htdocs\pages/polls.php Line: 128
File: D:\xampp\htdocs\system/load.page.php Line: 7
File: D:\xampp\htdocs/index.php Line: 37
 
How to change the page's charset?
I'm trying here but some characters keep appering a "?" on the layout.
 
Error ID: ObjectData::getCustomField - Field vote does not exist in data / is not loaded.
and i have vote in account's table.
 
Last edited:
Error ID: ObjectData::getCustomField - Field vote does not exist in data / is not loaded.
and i have vote in account's table.
Works fine untill you try to enter the poll.. you get this error

I'd like to know if any of you found a solution for this problem, sorry for conjuring that old post but it's the only poll system I found for free
xD
 
Hello, script works 100% for me but it doesnt show the bars. I'm using xampp in w7, it show like a crashed jpg, like this in each option of the poll:


broken_internet_image_icon_poster-r82bbd07158fa496e807e38ffbf2fc6bd_wyn2_8byvr_324.jpg




I'd like to know if any of you found a solution for this problem, sorry for conjuring that old post but it's the only poll system I found for free
xD

You have to add the polls to the classes/account.php

Search some lines (mine are 11 and 12) like this one and add 'vote' => null and 'vote' after all of each one as i've done:


PHP:
public $data = array('name' => null, 'password' => null, 'premdays' => null, 'lastday' => null, 'email' => null, 'key' => null, 'group_id' => null, 'create_ip' => null, 'create_date' => null, 'premium_points' => null, 'page_access' => null, 'location' => null, 'rlname' => null, 'email_new' => null, 'email_new_time' => null, 'email_code' => null, 'next_email' => null, 'last_post' => null, 'flag' => null, 'vote' => null);
public static $fields = array('id', 'name', 'password', 'premdays', 'lastday', 'email', 'key', 'group_id', 'create_ip', 'create_date', 'premium_points', 'page_access', 'location', 'rlname', 'email_new', 'email_new_time', 'email_code', 'next_email', 'last_post', 'flag', 'vote');
 
When I click on submite nothings happens, someone can help? gesior acc 2012
 
Back
Top