271
goffy
Re: Module upgrade for xoops 2.5.8
  • 2016/7/22 20:20

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


thumb up

thanks



272
goffy
Re: Module upgrade for xoops 2.5.8
  • 2016/7/22 19:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


PS:

the module was originally created with tdmcreate 1.39

Quote:
...
48: class xcomp_starterliste extends XoopsObject
49: {
50: //Constructor
51: function __construct()
52: {
53: $this->XoopsObject();
54: $this->initVar("starterliste_id",XOBJ_DTYPE_INT,null,false,10);
...


if I remove this line, the message doesn't come, but I am not sure, whether I can remove this line without any substitute.



273
goffy
Module upgrade for xoops 2.5.8
  • 2016/7/22 16:29

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

I'm trying to upgrade an old module to xoops 2.5.8

no I get following message Quote:
Should call parent::__construct in /modules/xcomp/class/starterliste.php line 53, in Datei /kernel/object.php Zeile 125


how can I solve this?

maybe someone can help



274
goffy
Re: contact module with feedback auto-notification ?
  • 2016/7/13 11:22

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi all

I'm the same opinion. we should use our energy for modern templates and modules, therefore all my modules are using bootstrap and all my themes are responsive.
yes, it is harder to (learn how to) create a responsive template, and maybe not everyone has the knowlegde to to so, but resonsive templates are the future and we have to go in this direction. And, if someone needs help, I am sure, bleek, I or someone else can help.



275
goffy
Re: contact module with feedback auto-notification ?
  • 2016/7/12 22:14

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi together

https://github.com/myxoops/contact can do this also and it is based on bootstrap, google maps can be implemented, you can use contact form or maps as a block,...

live examples:
http://ubsv-schardenberg.at/modules/contact/
http://buchner-service.de/#contactform



276
goffy
Re: Is there a working newsletter module?
  • 2016/7/7 16:29

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

is the block "Info Newsletter" with the button, which redirects you to subcription page, not enough?



277
goffy
Re: Is there a working newsletter module?
  • 2016/7/7 13:00

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi Zap_English

Quote:
does a subscriber have to be a member of the website?
no

Quote:
will the file attachment send to each individual in the mailing list?
yes

Quote:
Is there an unsubscribe link automatically attached to the end of each email?
yes

Quote:
is there a block that will allow a user to sign up for the mailing list like simplenewsletter?
not for the moment


did you already see the tutorialhttps://www.gitbook.com/book/ggoffy/xnewsletter/details. it is not uptodate, but most of the functionalities are the same



278
goffy
Re: Is there a working newsletter module?
  • 2016/7/5 17:44

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi zap_english

import csv only works, if your csv has the structure of sample1col.csv or sample4col.csv in folder plugins (same columns, same column names,...).
If you transform your csv exported from simplenewsletter to this structure, it should work



279
goffy
Re: bug in admin/userhandling
  • 2016/6/23 16:41

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


@zyspec

yes, it is a problem of module profile (but initiate by system user handling), and you didn't get the error, if you haven't enabled module profile.

again the steps:
1) you create a new user in modules/system/admin.php?fct=users
2) goto admin area modules/profile/admin/user.php and try to edit this user
then I get internal server error:
ErrorErrorCall to a member function getVar() on null


The error raise at line 472 of module/profile/include/forms.php, because the user_id of the user should be also the profile_id in table profile_profile. If I add the user_id to this table, all is working.



280
goffy
bug in admin/userhandling
  • 2016/6/23 14:10

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

xoops 2.5.8
php7

following situation:
1) you register a new user on user site
2) go later to admin area and edit this user
--> everything is fine

1) you create a new user in modules/system/admin.php?fct=users
2) go later to admin area and edit this user
Error: Call to a member function getVar() on null

the reason for that is, that the necessary profile_id in table profile_profile is not created/added, if you create the user via modules/system/admin.php?fct=users&op=users_add




TopTop
« 1 ... 25 26 27 (28) 29 30 31 ... 43 »



Login

Who's Online

89 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 89


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