[x] Navigation

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Probleme mit Gpoints4U

This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ›  Sonstige Module

View previous topic :: View next topic  
Author Message
Guest






PostPosted: 20.11.2004 05:48
Post subject: Probleme mit Gpoints4U

Hallo,

das Modul haut bei mir nicht sooooooooooo ganz hin!!!!!!
[quote]On /web4wasch/admin.php?op=adminGPedit&active
While executing query "select tablename, unamefield, datefield, uidoruname, gpunkte, unstamp from cms_gpoints4u_db WHERE active='0'"

the following error occured: Unknown column 'unamefield' in 'field list'[/quote]

Kann mir vielleicht jemand helfen, hab schon im Forum gesucht, aber mein Englisch ict nicht so perfekt.....

fetten dank
mailto:marcus@web4wasch.de
Back to top
Ertan
Webmaster
Webmaster

Offline Offline
Joined: Mar 19, 2004
Posts: 1264
Location: Germany
PostPosted: 22.11.2004 13:45
Post subject: Re: Probleme mit Gpoints4U

fehler liegt in :
cpg_inst.php

zeile 56:
usernamefield text NOT NULL

ändern in :
unamefield text NOT NULL


oder mit phpmyadmin:

ALTER TABLE `cms_gpoints4u_db` CHANGE `usernamefield` `unamefield` TEXT NOT NULL


download aktuallisiert Wink

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Guest






PostPosted: 23.11.2004 00:00
Post subject: Re: Probleme mit Gpoints4U

Hallo,

danke für die schnelle antwort :wink: !?
hab mir das modul neu gezogen und schon funzt es..... im block script gehört nur noch der Modul-Name geändert, sonst bringt es beim aufruf eine fehlermeldung......

[code]require_once("modules/Gpoints4U/includes/gp.func.php");
global $db, $user, $cookie, $datecounter;
//Änderung Version 1.51: Einfügen des Languagefiles
$module_name = "Gpoints4U";
get_lang($module_name);

cookiedecode($user);
$username = $cookie[1];
$datum = gpgetdate(); //ermittelt das Datum aus der DB;

if ($username != "") {
$gpcount = gpcountnew($username, $datum);
$content = "<center><font class=\"content\">"._GPNAME.": ".$gpcount."<br><br>";
$content .= topgp();
$content .= "<br><center><a href=\"modules.php?name=Gpoints4U\">Alle Mitglieder</a></center></font>";
}
else {
$content = "<center><font class=\"content\">"._MVIEWUSERS."<br><br>";
$content .= topgp();
$content .= "<br><center><a href=\"modules.php?name=Gpoints4U\">Alle Mitglieder</a></[/code]

fetten gruß
Back to top
Ertan
Webmaster
Webmaster

Offline Offline
Joined: Mar 19, 2004
Posts: 1264
Location: Germany
PostPosted: 23.11.2004 11:21
Post subject: Re: Probleme mit Gpoints4U

yeap Wink

block angepasst

downloads aktuallisiert

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ›  Sonstige Module
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy