1
mferreira
Module for newsletter
  • 2007/8/9 20:02

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Im looking for a module that can be used to send html newsletters to people, not only XOOPS users but also a database of users that are not registered as users in xoops.

What module do you advice me to use for this?

Thanks
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



2
mferreira
Re: Anonymus debug Could not register
  • 2007/7/25 15:22

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Again, I apologize for replying myself.

Just for helping whoever has the same problem.

I finally solved the inserting in the middle by deleting the auto_increment to uid and setting it up again. Also, but not sure if it was relevant, Altered the table ordering it by uid.

The other problem was that the group_users_link table had no auto_increment in the linkid, so I setted it up, deleted the records with 0 in the linkid and ordered it by uid.

I hope that anything of this actions will be bad for my site.

Thanks again.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



3
mferreira
Re: Anonymus debug Could not register
  • 2007/7/24 20:38

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Thanks for your answer chrisitan,

However, the table has already an auto_increment in the uid filed and the next autoi_ncrement is the max + 1. I made a little MySQL script that migrated de auto_increment s for all the tables.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



4
mferreira
Re: Anonymus debug Could not register
  • 2007/7/24 18:19

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


I apologize for replying myself,

I have been checking the users database table and found something very odd.

First of all, I migrated that table from MySQL 3.23 in my local server to the 4.1 that I'm using in my remote server.

When I go into the myadmin and browse the users table, if I go to the very end of it with the >> button, I find that the last user added is de 1484 but, if I sort the table by uid, I find that the last added is 1511.

Ok, this is not impossible to happen, but what I do think that is impossible to happen is that when I add a new user, and is added with the 1512 id, and then go and browse the users table, I find that the new user was not added in the last record but somewhere in the middle of the table.

I think that this is causing the "Could not register new user" problem. But this is very odd, I mean, if the new record is inserted somewhere in the middle of the table, it would be overriding some other record; but as far as I know that's impossible for the difference of the INSERT and UPDATE MySQL sentences.

Does anybody have an idea of what is going on in my database?

Thank you very much.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



5
mferreira
Anonymus debug Could not register
  • 2007/7/24 16:19

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Hello everybody,

Im trying to work out the "could not register new user" problem, the only solutions that I've seen, the firewall one and the fields inf reload, are not working (the firewall one is deprecated in 2.0.16), so I'll try to figure out the solution using the debug.

My problem is that I can't enable the debug so that I can use it when I'm not logged in. Is there some way to do it? I enabled the debug but I'm only able to use it when sined in.

Thanks
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



6
mferreira
Re: failed open file message
  • 2007/7/18 17:23

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Thanks,

Just chmod 777 to cache folder.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



7
mferreira
failed open file message
  • 2007/7/18 15:52

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Hi, I've been using XOOPS in my website for long time but now, I uploaded my website from my local server to a remote server and each time that I change something in the site preferences, i get a "failed open file" message over the "Database updated successfully" box.

This far that is the only odd behavior of the site and in the homepage everything in fine, also, the changes are applied each time that I make them, the only problem is that litthe plain text message.

Thanks for your help.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



8
mferreira
Re: Upgrade .15 to .16 Error
  • 2007/1/3 0:31

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


I have uninstalled all the modules of my site. Now I have only the System module installed but the error is the same one.

By the way, the info in my signature is for my production site, I'm now using my test site and the system is the following:

php-4.3.2-26.ent
mysql-3.23.58-15.RHEL3.1
httpd-2.0.46-56.ent.WB1

Well, I hope that somebody can give me some help. Thanks.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



9
mferreira
Re: Upgrade .15 to .16 Error
  • 2007/1/2 22:29

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Nope... It gives the same error:

Performing upd-2.0.15-to-2.0.16 upgrade
Duplicate entry '0' for key 1Duplicate entry '0' for key 1 Finish

I don't know what is wrong, I made the last update (.15) without any trouble.

Can you tell me what databases are affected by the update?
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.



10
mferreira
Upgrade .15 to .16 Error
  • 2006/12/30 17:31

  • mferreira

  • Just popping in

  • Posts: 57

  • Since: 2006/1/19


Hello!, im getting an error when I click

Proceed to upgrade

It only says:
Duplicate entry '0' for key 1Duplicate entry '0' for key 1
and
Finish.

I downloaded the package from the Phoenix USA mirror, and followed the instructions to upgrade with the full package.
Sorry for my bad english... :)
I love to learn, feel free to tell me when I misspell something.
Using Xoops 2.0.16, FC4, PHP 5.0.4-10.5, Apache 2.0.54-10.4, mysql-4.1.20-1.FC4.1.




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

239 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 239


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits