PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member danial
~ New Today: 0
~ New Yesterday: 1
~ Overall: 3668

~ People Online:
~ Visitors: 4
~ Members: 0
~ Total: 4
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 3 December


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

Situl personal NICU RANCOV Forum Index


Reply to topic Page 1 of 1
dont created tables
Message Author
Reply with quote
Post Posted: Wednesday 12 October, 2005 00:28

hi,

I have installed reminder module correctly and installed correct version (for nuke 7.7)

module appear in admin section but I can not active module because this module dont appear in modules section probably tables were not created

is there any SQL file of tis module for injection from phpmyadmin section

or is there any solution of this problem

thanks for your help

www.e-psikoloji.com

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 12 October, 2005 00:38

Check step 3 from install.txt file.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 12 October, 2005 01:18

dear sir

I checked several times
and installed
but "could not ceated tables" message appear when I install in my root directory

thanks

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 12 October, 2005 02:35

Open your database in phpMyAdmin and see if something have been created.

Reminder uses 2 table ***_rem_config and ***_rem_user where *** is the prefix from database.

If these two table exists delete it both and after retry.

Next time when you post please write the exact error message and when it appears.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 10 May, 2006 04:11

I'm using Reminder V2.0 for older nukes, because I have v7.5 for my site. I have all the files uploaded, and when I try to run reminder_install.php, all I get is a blank page. So I tried to install the files directly to my SQL with this:
Quote:
CREATE TABLE nuke_rem_config ( nr_rem smallint(3) default NULL, nr_rem_y smallint(3) default NULL, nr_rem_m smallint(3) default NULL, nr_rem_w smallint(3) default NULL , nr_rem_d smallint(3) default NULL, head_rem tinytext NOT NULL, foot_rem tinytext NOT NULL, checked date NOT NULL default '0000-00-00');

CREATE TABLE nuke_rem_user ( rem_id int(11) NOT NULL auto_increment, user varchar(25) NOT NULL default '', remind tinytext NOT NULL, rem_data date default NULL , mesaj text NOT NULL, adresa tinytext NOT NULL, active smallint(1) NOT NULL default '1', rep varchar(11) NOT NULL default '', PRIMARY KEY (`rem_id`));


I now have all the appropriate database fields, but when I try to configure the reminder settings, even after I set them and click on change, they all stay at 0. Did I do something wrong?

Luna Faye


View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 10 May, 2006 12:46

LunaFaye wrote:
I'm using Reminder V2.0 for older nukes, because I have v7.5 for my site.

I do not have a solution for you, but I have to say that this version is running on my Nuke 7.2 site without any problems.

chiroptera

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 10 May, 2006 14:18

I discovered my problem. I didn't start with any default numbers in the database. Changed the SQL insert to:
Quote:
CREATE TABLE nuke_rem_config ( nr_rem smallint(3) default NULL, nr_rem_y smallint(3) default NULL, nr_rem_m smallint(3) default NULL, nr_rem_w smallint(3) default NULL , nr_rem_d smallint(3) default NULL, head_rem tinytext NOT NULL, foot_rem tinytext NOT NULL, checked date NOT NULL default '0000-00-00');

CREATE TABLE nuke_rem_user ( rem_id int(11) NOT NULL auto_increment, user varchar(25) NOT NULL default '', remind tinytext NOT NULL, rem_data date default NULL , mesaj text NOT NULL, adresa tinytext NOT NULL, active smallint(1) NOT NULL default '1', rep varchar(11) NOT NULL default '', PRIMARY KEY (`rem_id`));

INSERT INTO nuke_rem_config VALUES(40, 40, 5, 5, 5, 'This is a reminder', 'This a reminder! Do not reply to this', '2005-05-19');


Seems to be working now. Thanks for the Module.

Luna Faye


View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Thursday 11 May, 2006 00:30

I am curious though why you get that blank page when running reminder_install.php.

Can you activate error messages on your site?

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Friday 12 May, 2006 18:45

Error Messages are active on my site. I didn't get anything. Just a blank page. Sad

Luna Faye


View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic Page 1 of 1
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
  


Page Generation: 0.52 Seconds