conflicts pillian + contact
-----
| Author | Message | |
|---|---|---|
|
salvonet |
||
| Fri Jan 28, 2005 7:05 pm Post subject: conflicts pillian + contact | ||
|
HI,
Before installing prillian, I had installed contact list along. Then, while installing prillian, I had realised that had included contact list and I tried not to duplicate. But I must have duplicate something as I have noticed that I have some error message missing while new user try to register. ie: They enter the password incorrect the second time, it does show the error message The passwords you entered did not match. or any other error messages. I think the I have duplicate something. If I uninstall the contact list I had installed previus and re-install the Prillian, would this install the two together, Prillia + contact list as per hack on its own? Thanks PS: The contact list I had installed is: # Title: Contact List # Author: Thoul thoul@users.sourceforge.net http://darkmods.sourceforge.net # Description: Adds a combined buddy, ignore, and disallow contact list. # Version: 0.3.1 Beta |
||
|
Thoul |
||
| Fri Jan 28, 2005 11:12 pm Post subject: re: conflicts pillian + contact | ||
|
Quote: If I uninstall the contact list I had installed previus and re-install the Prillian, would this install the two together, Prillia + contact list as per hack on its own?
Yeah, that should take care of any possible conflicts. |
||
|
salvonet |
||
| Sat Jan 29, 2005 6:04 am Post subject: Re: re: conflicts pillian + contact | ||
|
Thoul wrote: Quote: If I uninstall the contact list I had installed previus and re-install the Prillian, would this install the two together, Prillia + contact list as per hack on its own?
Yeah, that should take care of any possible conflicts. Hi, I have unistalled the contact list. and installed the prillian and I have the same problem. I have pin-pointed what cause it.. and is the file below... I comment the file (//), I try to register new user making mistakes. the Error is there (ie; your possoword is entered incorrectly bla bla) NOT comment the file in contrants.php .. the error will not come up... it must be a conflict with the file below and if someone makes a mistakes errors.. Any Idea on how to resolve the problem? PS: I have tried to register a new user in your site making mistakes. ie differente passward to see what happened and it doesn't tell me why it didn't register me............ I know the phpbb should give directions what to do next any reason why yours side doen't ? Thanks <?php /*************************************************************************** * constats_prillian.php * ------------------- * begin : Wednesday, Dec 03, 2003 * version : 1.0.0 * date : 2003/12/23 23:20 ***************************************************************************/ // Set paths for including files later define('PRILL_PATH', $phpbb_root_path . 'mods/prillian/'); define('PRILL_URL', $phpbb_root_path . 'imclient.' . $phpEx); // Table names define('IM_PREFS_TABLE', $table_prefix.'im_prefs'); define('IM_CONFIG_TABLE', $table_prefix.'im_config'); define('IM_SITES_TABLE', $table_prefix.'im_sites'); define('IM_SESSIONS_TABLE', $table_prefix.'im_sessions'); // This isn't used yet - it's for a future version's chat box and shout box // define('IM_ROOMS_TABLE', $table_prefix.'im_rooms'); // Page number for session handling define('PAGE_PRILLIAN', -8051); // Network Constants - do not change these if you want Network // Messaging to work. define('OFF_SITE', -2); // Off-Site User level define('OFF_SITE_USERS_URL', 'u'); define('OFF_SITE_POST_URL', 'p'); // Instant Message flags // These cannot be the same as any of the private message flags in constants.php // unless you're trying to get IMs & PMs in the pm inbox define('IM_NEW_MAIL', 6); define('IM_READ_MAIL', 7); define('IM_UNREAD_MAIL', // Prillian Mode Flags define('MAIN_MODE', 1); define('WIDE_MODE', 2); define('MINI_MODE', 3); define('FRAMES_MODE', 4); define('NO_FRAMES_MODE', 5); ?> |
||
|
salvonet |
||
| Sat Jan 29, 2005 6:23 am Post subject: re: conflicts pillian + contact | ||
|
I have pin pointed the actual file that causes the problem:
in constats_prillian.php I have commented the define below to see. And gives me the Errors Text directions. some coflict exist somewere //define('PRILL_PATH', $phpbb_root_path . 'mods/prillian/'); |
||
|
Thoul |
||
| Sat Jan 29, 2005 11:29 pm Post subject: re: conflicts pillian + contact | ||
|
Find and remove this line in mods/prillian/prill_common.php:
Code: $error = false;
Then try it again and see if the error messages appear. I bet this line is the cause of the problem. |
||
|
salvonet |
||
| Sun Jan 30, 2005 9:01 am Post subject: Re: re: conflicts pillian + contact | ||
|
Thoul wrote: Find and remove this line in mods/prillian/prill_common.php:
Code: $error = false;
Then try it again and see if the error messages appear. I bet this line is the cause of the problem. Yes, it was... changed to $error = true; Thanks |
||
Page 1 of 1