|
Quotes |
" ... I want to tell you that your thyme product is functional and valuable beyond
words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."
" ... Thanks for such a complete project, its making my job much easier. ..."
" ... I have now deployed 4 different calendars and our users love them ... "
" ... Easy to install and use and a great look/design. ..."
" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."
|
|
| View previous topic :: View next topic |
| Author |
Message |
JennK
Joined: 16 Jun 2006 Posts: 108
|
Posted: Fri Jun 16, 2006 8:35 am Post subject: Mambo Authentication Problem |
|
|
I installed the mambo auth module. I am using MamboV4.5.3
When I try to log in (with error reporting set to 1) I get
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/thecente/public_html/thyme/modules/auth/auth.php on line 494
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/thecente/public_html/thyme/modules/auth/auth.php on line 497
Warning: Cannot modify header information - headers already sent by (output started at /home/thecente/public_html/thyme/modules/auth/auth.php:522) in /home/thecente/public_html/thyme/index.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at /home/thecente/public_html/thyme/modules/auth/auth.php:522) in /home/thecente/public_html/thyme/index.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/thecente/public_html/thyme/modules/auth/auth.php:522) in /home/thecente/public_html/thyme/index.php on line 70
I read another thread that sounded related so I added the following to the top of my Mambo options
$mambo_opts['force_new_connect'] = 1;
Here is what I have (I turned debug off again)
#################################
#
### MAMBO OPTIONS
#
#################################
$mambo_opts['force_new_connect'] = 1;
# Path to installation, NO trailing slash, /
#$mambo_opts['path'] = '/usr/local/apache/htdocs/joomla';
$mambo_opts['path'] = '/home/thecente/public_html/sched';
# set to 1 if using Joomla
$mambo_opts['joomla'] = 0;
# set to 1 if wrapped
$mambo_opts['wrapped'] = 0;
# with this set, you can only log in
# when also logged into joomla. Thyme
# will log you out if you don't have an
# active Joomla session
$mambo_opts['strict_logout'] = 0;
# set to 1 to debug auth problems, 2 for more reporting
$mambo_opts['debug'] = 0;
##################################
Any ideas??? Thanks! |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Fri Jun 16, 2006 11:55 am Post subject: |
|
|
| I'm not sure that this was tested with Mambo 4.5.3. I will do this today and fix what needs fixin. |
|
| Back to top |
|
 |
JennK
Joined: 16 Jun 2006 Posts: 108
|
Posted: Fri Jun 16, 2006 1:11 pm Post subject: |
|
|
Thanks Ian
(Sorry I posted this in the wrong place ... I meant to post in the Mambo forum) |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Fri Jun 16, 2006 2:14 pm Post subject: |
|
|
No worries.
Ok, redownload the auth module. Don't mess with the force_new_connect setting. It does not even appear anymore. Only change the settings at the top:
# Path to installation, NO trailing slash, /
$mambo_opts['path'] = '/usr/local/apache/htdocs/joomla';
# set to 1 if wrapped
$mambo_opts['wrapped'] = 0;
# With this set, you can only log in when also logged into Joomla. Thyme
# will log you out if you don't have an active Joomla session
$mambo_opts['strict_logout'] = 0; |
|
| Back to top |
|
 |
|
|
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
|
|
|