MyXoops Forum

Forum - myXOOPS German Support

1 + 5 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Re: Casdedi & spam

Betreff: Re: Casdedi & spam
von timo am 04.12.2006 18:27:11

Hi there,

I'm also not german.
But i had the same problem.

But after i read this lines :
Zitat:

wuddel schrieb:
Hi andrew

I had the same problem.
first look in your db (PHPMyAdmin) there must be two tables:
Zitat:
<prefix>_casdedi and <prefix>_casdedi_scode

The second table should be createt by the update script (didn't work sometimes).

My solution:
> make db-backup from Casdedi tables
> uninstall Casdedi
> new install Casdedi&Code
> check tables.
...otherwise contact ALFRED (sorry alfred )

My Xoops v2.2.4

PS: sorry for the bad englisch


i had was going to look ad my database.
and i had only 1 table.
i can't find <prefix>_casdedi_scode

zo i made it.

i opend the file that was located in the map sql, called "mysql.sql"

I copy the next lines from the file to make the table by my own:
-----

CREATE TABLE `<prefix>_casdedi_scode` (
`code_id` int(11) NOT NULL auto_increment,
`code` varchar(6) NOT NULL default '',
`codedisplay` varchar(12) NOT NULL default '',
PRIMARY KEY (`code_id`)
) TYPE=MyISAM AUTO_INCREMENT=1;

----
you have to change <prefix>_

good luck with it!
sorry for the bad englisch

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5326 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1814 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag