Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 09:46:14 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155535 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: New Modul >> Registrationmanager  (Read 3076 times)
web-based-media

Offline Offline

Posts: 100


WWW
« Reply #25 on: December 22, 2010, 06:29:59 PM »

I am sorry, but I have no clue what this could be. I uninstalled it, because it was not exactly what I was looking for...
But I like this module and might use it in future for other project.
Logged
bschaich

Offline Offline

Posts: 34


« Reply #26 on: November 09, 2011, 12:41:30 AM »

This one seems to have been a nice module. When installing it on WB 2.8.2 an immediate  reaction on backend is:

Code:

Fatal error: Call to a member function setHide() on a non-object in XXXXXXXXX\wb\modules\registration4events\modify.php on line 50



Anybody with any clue what is this. I tried to check, but some secrets are not yet in my PHP-knowledge

Regards,
Benny
« Last Edit: December 09, 2011, 02:35:12 PM by Argos » Logged
spawnferkel

Offline Offline

Posts: 96



« Reply #27 on: December 04, 2011, 09:06:21 PM »

Hi,
I will have a look to this problem tomorrow, all the notifications about the comments on my post were declared as spam so i couldnt react earlier. bye. alexander
Logged
jdjdjd

Offline Offline

Posts: 21


« Reply #28 on: December 08, 2011, 02:46:44 PM »

Works great on a 2.8.1 installation, just wondering if anyone ever did an English translation? Otherwise I'd be happy to put one together as this module suits my needs perfectly.
Logged
beatjost

Offline Offline

Posts: 66


« Reply #29 on: February 20, 2012, 04:12:03 PM »

Had also problems with installation because of old mySql syntax in files queries.sql... After correcting this
(use ENGINE=MYISAM; instead of TYPE=MYISAM;), I receive the following exception when try to open the modify.php...

  Error!: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Anyone an idea who to get this work?
Logged
spawnferkel

Offline Offline

Posts: 96



« Reply #30 on: February 20, 2012, 04:24:15 PM »

Hi, do you use a specific port to your mysql database. If you have a look modules/registration4events/class/registrations4events.php you will see that I establish a new database connection via pdo. If you have a specific port you have to modify this line. bye. alexander
Logged
beatjost

Offline Offline

Posts: 66


« Reply #31 on: February 20, 2012, 05:04:59 PM »

I tried the follwing... also without success. (did you mean that?)

Code:
$dbh = new PDO(DB_TYPE.':host='.DB_HOST.';dbname='.DB_NAME.';port=3306', DB_USERNAME, DB_PASSWORD);
//$dbh = new PDO(DB_TYPE.':host='.DB_HOST.';dbname='.DB_NAME, DB_USERNAME, DB_PASSWORD);

phpinfo says the follwing... mysqli.default_port 3306
« Last Edit: February 22, 2012, 12:49:30 PM by beatjost » Logged
beatjost

Offline Offline

Posts: 66


« Reply #32 on: March 05, 2012, 08:12:22 AM »

Did actually managed anyone to run this module with WB 2.8.3?
I did some modifications and got it run - until I want to store an event in the backend...

Code:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/mydomain/html/include/phplib/template.inc:668) in /var/www/mydomain/html/admin/pages/modify.php on line 38
Logged
marmot

Offline Offline

Posts: 208


« Reply #33 on: March 05, 2012, 06:41:12 PM »

Hi,

Did actually managed anyone to run this module with WB 2.8.3?
no I didn't. But the patched one which I provide with this post gets installed for me Wink. The main problem ist that forms data is sent by POST but page_id isn't. So just added some POST variables.

regards
Logged
bschaich

Offline Offline

Posts: 34


« Reply #34 on: March 06, 2012, 09:50:26 PM »

Hi,

Did actually managed anyone to run this module with WB 2.8.3?
no I didn't. But the patched one which I provide with this post gets installed for me Wink. The main problem ist that forms data is sent by POST but page_id isn't. So just added some POST variables.

regards

...And suddenly it runs for me too!
Thanks a lot.
Benny
Logged
beatjost

Offline Offline

Posts: 66


« Reply #35 on: March 07, 2012, 02:31:06 PM »

Hi,

Did actually managed anyone to run this module with WB 2.8.3?
no I didn't. But the patched one which I provide with this post gets installed for me Wink. The main problem ist that forms data is sent by POST but page_id isn't. So just added some POST variables.

regards

Thank you for your modifications... but unfortunately it did still not work for me (deprecated warnings & errors)... Think could be a version problem? php version 5.3.6 / pdo 5.5.11 / mysql 5.5.11 --> what versions do you use?

Logged
marmot

Offline Offline

Posts: 208


« Reply #36 on: March 07, 2012, 04:29:25 PM »

Hi,

could be a version problem? php version 5.3.6 / pdo 5.5.11 / mysql 5.5.11 --> what versions do you use?
got php 5.3.0. / mysql 5.1.37 / pdo is the same according to phpinfo() but I don't know about that stuff.
Always testing with error_reporting E_ALL, no warnings or errors here.

regards

Edit:
Btw, seems there is a problem with error reporting settings in wb shocked.
I tried installation on an newer system and got some of the errors you described. So I guess you are assuming right. I found that:
- TYPE isn't supported by myisam any longer, use ENGINE (that's what you already tried)
- it seems a Table name is too long. For mysql 64 bytes are ok but here 60 characters are too log, so cut it.
- replaced depreciated ereg by strpos, but that shouldn't had stopped module from working.

Maybe you give version 1.1a another try  wink.
« Last Edit: March 07, 2012, 10:01:46 PM by marmot » Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!