Joomla! 1.5 plugin for Phorum integration
Posted by Wilco Jansen
Re: Joomla! 1.5 plugin for Phorum integration February 13, 2009 08:34AM |
Registered: 16 years ago Posts: 10 |
I have implemented some improvements, like Joomla directory validation, but also auto discovery of the Joomla installation.
All details of the latest Phorum module can be found on [jfoobar.org] or just download it at [joomlacode.org]
Again, any feedback is welcome.
Regards, Wilco
All details of the latest Phorum module can be found on [jfoobar.org] or just download it at [joomlacode.org]
Again, any feedback is welcome.
Regards, Wilco
Re: Joomla! 1.5 plugin for Phorum integration February 13, 2009 08:50AM |
Registered: 17 years ago Posts: 35 |
Hi
I get the following error
"Auto discover of Joomla path not possible. Please make sure you enter the proper absolute path to the Joomla installation."
Entering the absolute path, I get the same error as I told at the beginning of this thread.
If you are interested, PM me and I give you admin rights to have a short look at it yourself.
regards.
I get the following error
"Auto discover of Joomla path not possible. Please make sure you enter the proper absolute path to the Joomla installation."
Entering the absolute path, I get the same error as I told at the beginning of this thread.
If you are interested, PM me and I give you admin rights to have a short look at it yourself.
regards.
April 06, 2009 11:26PM |
Registered: 17 years ago Posts: 98 |
Wilco,
I'm thinking that the Joomla auto-discovery enhancement might be more trouble than it's worth, for a few reasons:
1) Runaway recursion with symlinks - That "rglob" function in settings.php is easily sucked into an endless loop if a circular symlink directory is encountered. I've rewritten the function to catch those ... I'll publish to jfoobar shortly.
2) You can't manually enter the Joomla install dir until the auto-discovery has completed. If the auto-discovery times out, you can never enter the Joomla install dir. Even after fixing the symlink recursion, my install was still too much for rglob to handle w/out hitting the script timeout limit.
My script timeout is only 30 seconds ... sure, I could bump it up, but I'm convinced we could solve this challenge a bit more efficiently. Too bad "find" is off the table :)
Sp
------------------------
Sean Phelan
Sites By Sequoia - Web Marketing ... The Experts at Building Your Success Online
I'm thinking that the Joomla auto-discovery enhancement might be more trouble than it's worth, for a few reasons:
1) Runaway recursion with symlinks - That "rglob" function in settings.php is easily sucked into an endless loop if a circular symlink directory is encountered. I've rewritten the function to catch those ... I'll publish to jfoobar shortly.
2) You can't manually enter the Joomla install dir until the auto-discovery has completed. If the auto-discovery times out, you can never enter the Joomla install dir. Even after fixing the symlink recursion, my install was still too much for rglob to handle w/out hitting the script timeout limit.
My script timeout is only 30 seconds ... sure, I could bump it up, but I'm convinced we could solve this challenge a bit more efficiently. Too bad "find" is off the table :)
Sp
------------------------
Sean Phelan

Re: Joomla! 1.5 plugin for Phorum integration September 22, 2009 03:27AM |
Registered: 17 years ago Posts: 35 |
Sometimes, maybe one in 20, a new user registered in joomla simply takes over all posts of an already existing username.
Bothstill have a different user_id.
But all posts a already existing user made, are suddenly written by the new registered user. Which means, the user_id and user_name of these posts change to the newly registered user. Strange.
Bothstill have a different user_id.
But all posts a already existing user made, are suddenly written by the new registered user. Which means, the user_id and user_name of these posts change to the newly registered user. Strange.
Re: Joomla! 1.5 plugin for Phorum integration November 08, 2010 10:17PM |
Registered: 14 years ago Posts: 48 |
Sorry, only registered users may post in this forum.