Author Topic: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!  (Read 205677 times)

0 Members and 1 Guest are viewing this topic.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #90 on: January 10, 2006, 02:11:09 PM »
@ Olphi,

... eine vergleichbare Anleitung für die Einbindung als Setting-Group findest du hier ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Olphi

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #91 on: January 10, 2006, 02:26:34 PM »
@ Olphi,

... eine vergleichbare Anleitung für die Einbindung als Setting-Group findest du hier ...


Vielen Dank  :wink:   Probiere es mal....

Offline chip

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • pixelmall.de
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #92 on: January 25, 2006, 02:47:11 AM »
Hi everyone,

I had the same problem:

Whatever I do, it does not count any votes nor can I save the settings in the admin panel.
I've tried it all... from erasing and reinstalling the DB table to completely reinstalling the mod several times. (also tried the spanish original)
I do not get any errors or whatever.... it just does not store anything in the tables when hitting "vote" in a poll or any of the "save", "accept", "add", "delete" or "refresh poll" buttons in the ACP-tool.

Anyone a clue what this could be?

Try this:

put register_globals = ON

Offline insane

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Gallery
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #93 on: January 27, 2006, 12:25:25 PM »
DB Error: Bad SQL Query: SELECT * FROM 4images_encuestas ORDER BY orden

DB Error: Bad SQL Query: UPDATE 4images_encuestas SET orden = '', nombre = '', visitante = '', plazo_votacion = '', fecha_inicio = '', fecha_cierre = '', opcion_1 = 'Insert the option', votos_1 = '0', opcion_2 = 'Insert the option', votos_2 = '0', opcion_3 = '', votos_3 = '', opcion_4 = '', votos_4 = '', opcion_5 = '', votos_5 = '', opcion_6 = '', votos_6 = '', opcion_7 = '', votos_7 = '', opcion_8 = '', votos_8 = '', opcion_9 = '', votos_9 = '', opcion_10 = '', votos_10 = '' WHERE orden = ''
Table 'paddygree.4images_encuestas' doesn't exist

What can I do? Help plz

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #94 on: January 27, 2006, 02:40:56 PM »
Quote from: ascanio
Finally execute the install_encuestas.php , then go  to the panel of control and to enter the information of the form of the polls.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline insane

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Gallery
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #95 on: January 28, 2006, 11:11:34 AM »
Quote
Ejecución:
CREATE TABLE `4images_encuestas` (
orden int(2) unsigned NOT NULL auto_increment,
nombre varchar(50) NOT NULL default '',
visitante varchar(4) NOT NULL default '',
plazo_votacion varchar(10) NOT NULL default '',
fecha_inicio varchar(50) NOT NULL default '',
fecha_cierre varchar(50) NOT NULL default '',
opcion_1 varchar(30) NOT NULL default '',
votos_1 int(2) NOT NULL default '0',
opcion_2 varchar(30) NOT NULL default '',
votos_2 int(2) NOT NULL default '0',
opcion_3 varchar(30) NOT NULL default '',
votos_3 int(2) NOT NULL default '0',
opcion_4 varchar(30) NOT NULL default '',
votos_4 int(2) NOT NULL default '0',
opcion_5 varchar(30) NOT NULL default '',
votos_5 int(2) NOT NULL default '0',
opcion_6 varchar(30) NOT NULL default '',
votos_6 int(2) NOT NULL default '0',
opcion_7 varchar(30) NOT NULL default '',
votos_7 int(2) NOT NULL default '0',
opcion_8 varchar(30) NOT NULL default '',
votos_8 int(2) NOT NULL default '0',
opcion_9 varchar(30) NOT NULL default '',
votos_9 int(2) NOT NULL default '0',
opcion_10 varchar(30) NOT NULL default '',
votos_10 int(2) NOT NULL default '0',
KEY `orden` (`orden`)
)TYPE=MyISAM


DB Error: Bad SQL Query: CREATE TABLE `4images_encuestas` ( orden int(2) unsigned NOT NULL auto_increment, nombre varchar(50) NOT NULL default '', visitante varchar(4) NOT NULL default '', plazo_votacion varchar(10) NOT NULL default '', fecha_inicio varchar(50) NOT NULL default '', fecha_cierre varchar(50) NOT NULL default '', opcion_1 varchar(30) NOT NULL default '', votos_1 int(2) NOT NULL default '0', opcion_2 varchar(30) NOT NULL default '', votos_2 int(2) NOT NULL default '0', opcion_3 varchar(30) NOT NULL default '', votos_3 int(2) NOT NULL default '0', opcion_4 varchar(30) NOT NULL default '', votos_4 int(2) NOT NULL default '0', opcion_5 varchar(30) NOT NULL default '', votos_5 int(2) NOT NULL default '0', opcion_6 varchar(30) NOT NULL default '', votos_6 int(2) NOT NULL default '0', opcion_7 varchar(30) NOT NULL default '', votos_7 int(2) NOT NULL default '0', opcion_8 varchar(30) NOT NULL default '', votos_8 int(2) NOT NULL default '0', opcion_9 varchar(30) NOT NULL default '', votos_9 int(2) NOT NULL default '0', opcion_10 varchar(30) NOT NULL default '', votos_10 int(2) NOT NULL default '0', KEY `orden` (`orden`) )TYPE=MyISAM
Table '4images_encuestas' already exists
Ejecución:
INSERT INTO `4images_encuestas` VALUES ('','Que opinas de esta galería ?', '0', '0', 'Saturday - 28 of January of 2006 at 11:09', '', 'Opcion_1', 0, 'Opcion_2', 0, 'Opcion_3', 0, 'Opcion_4', 0, 'Opcion_5', 0, '', 0, '', 0, '', 0, '', 0, '', 0)


DB Error: Bad SQL Query: INSERT INTO `4images_encuestas` VALUES ('','Que opinas de esta galería ?', '0', '0', 'Saturday - 28 of January of 2006 at 11:09', '', 'Opcion_1', 0, 'Opcion_2', 0, 'Opcion_3', 0, 'Opcion_4', 0, 'Opcion_5', 0, '', 0, '', 0, '', 0, '', 0, '', 0)
Column count doesn't match value count at row 1
Intentarlo otra vez
Volver a la galería

this error comes up when i open the /4images/install_encuestas.php and click on the install button :(
i just now can see in my gallery the "vote" and "see polls" button. but can not control the poll mod in my admin centre.

Offline ciqueaf

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #96 on: January 29, 2006, 04:07:03 AM »
I have the error...

Fatal error: Cannot redeclare addslashes_array() (previously declared in /home/cique/public_html/celular/global.php:33) in /home/cique/public_html/celular/global.php on line 33

i need some help... and excuse for my english.. i'm brazilian...hehehe

Cique;)

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #97 on: January 29, 2006, 04:26:32 AM »
I have just tested this MOD and I haven't seen any of these problems. I can only say that these errors might be related to an implementation issue ...

P.S : Yes, I have also tested under the ACP's plugin file and everything seems to update just fine ...

Am I missing something ?

[ EDIT ]

If you're experiencing difficulties with the "orden" field, simply apply the following command in your phpmyadmin's SQL Query Window :

Code: [Select]

ALTER TABLE `4images_encuestas` ADD `orden` INT( 2 ) NOT NULL;


Note: Assuming your SQL table name is : 4images_encuestas, you may execute the action immediately. Otherwise, change the indicated table name before proceeding.

Offline eZz

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • WALLPAPERS
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #98 on: January 30, 2006, 09:49:06 PM »
ty for poll all works fine ;)

Offline Fastian

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #99 on: March 24, 2006, 01:28:57 AM »
I just installed this mod & so far it works fine.

However there is just one thing. When seeing the result,  In click stream text it shows
"Home >> encuestas_result" 

How can I change this to show "Home >> Poll Result"
I m not a  Programmer.
          But
I m a Good Learner.

Offline wallpapers

  • Full Member
  • ***
  • Posts: 107
    • View Profile
    • Tuned-Cars.Net
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #100 on: March 26, 2006, 07:27:02 PM »
Mod is installed on a 4images 1.7.2 and it's works  :D
thanks again for this great mod  8)



Offline excitex2

  • Addicted member
  • ******
  • Posts: 1.590
  • He desactivado la galería y el buscador
    • View Profile
Excuse - [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #101 on: March 26, 2006, 08:17:05 PM »
Greetings,,

I feel much not to be able to lend aid to the different doubts that there are and that are leaving, but I do not speak English nor German
Use a translator of the network and most of the times the translation is not correct and for that reason I leave in the forum of English are other that solve these doubts.

Thanks for its understanding. 

excitex2
Lo importante no es saber,,, lo importante es tener el E-Mail de quien sabe

Offline Zyga

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #102 on: April 30, 2006, 01:24:15 PM »
what should i change to show "U already voted"

??

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #103 on: May 04, 2006, 10:34:12 AM »
Since updating the security bug fixes in this forum  for version 1.7.1 and starting a new poll my votes (exactly user votes) will not be saved.
Also the "you already voted" alert message  is not coming up.

Saving configuration in ACP is working. Also my save global registers are ON.

The Poll Mod and my first Poll was working correct, but now it isn't.

Could anyone please advice me how to fix this upcoming error?

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: [MOD] Poll v2.0 (with ACP integration) NEW VERSION!!!
« Reply #104 on: May 07, 2006, 01:13:31 PM »
Push :roll:

I have added my encuestas.php, encuestas_histo.php and my encuestas_resultados.php
for help.

I am very dissapointed and confused with this MOD now.
First it was running now it isn't.

PLEASE HELP ME!
« Last Edit: May 23, 2006, 09:27:48 PM by bibabobu »