|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 05:49
|
By: crash777
|
Status: User
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 37 |   | |
|
nant wrote: Crash if you isntalled fresh the your version method should $have shown 1.0.1. This means that something went wrong. You can manually use ftp to upload the files over-writting the old ones.
Not sure what happened. I went back into mysql, redeleted everything... into FTP and redeleted everything and then uploaded via Joomla.. NOW it works.. it is the same thing I did last time.. weird.. onward and forward 
Post edited by: crash777, at: 2006/08/18 05:49
|
|
The administrator has disabled public write access. |
|
|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 06:33
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4215 |   | |
|
Ok, work with new dedicated managed premium server completed (what a pleasure , you should see the backend we have now...wow...More on this on another topic later this week. 
jazmac wrote: Upgrade went smoothly. Thanks for all your hard work!
I read the posting re register_globals emulation mentioned above. I'd like to implement it, but my CB installs have a problem. I've completed the CB 1.0.1 upgrade (running J! 1.0.10 w/.htaccess set to RG=off). If I also change the setting in globals.php, on my user list the navigation stops working. Only the 1st page is displayed. The next, 1, 2, 3, etc, links only return the 1st page. Registration, login & all else is fine. It's just the user list. Has anyone else seen this? Any ideas on how to fix?
Looking into this. Confirming this small problem of CB. Will PM/Email you shortly to test to check if other things go wrong .
crash777 wrote: I know this might be a bit offtopic.. does this Joomla setting have any adverse effects by itself or just with the unpatched version of CB?
Actually, this Joomla setting may break some extensions, or some functions of some extensions. This topic on joomla forum seems to track those:
http://forum.joomla.org/index.php?topic=86525.new;topicseen#new
rswennen wrote: Joomlaboard 1.1.2 is not working any more either with the RG_EMULATION setting changed in the globals.php
How did you fix that ? Joomlapolis is running JB 1.1.2
Joomlapolis just got to the new server today, and myself I just became aware same time of this setting (aka remembered it from long time ago fergotten). It's not OFF on this site yet, as we first want to see today if all works as before (we moved from php 4.3 to latest 5.1, among many many other fine-tunings), but will be very soon turning that setting to OFF. I will also look into the JB problem and hopefully come back with a solution soon in the joomla thread mentioned.
crash777 wrote: nant wrote: Crash if you isntalled fresh the your version method should $have shown 1.0.1. This means that something went wrong. You can manually use ftp to upload the files over-writting the old ones.
Not sure what happened. I went back into mysql, redeleted everything... into FTP and redeleted everything and then uploaded via Joomla.. NOW it works.. it is the same thing I did last time.. weird.. onward and forward <br><br>Post edited by: crash777, at: 2006/08/18 05:49
When you overwrite by ftp, you should get the site offline first, wait for a minute, then overwrite. Depending on your server permissions settings and OS, the files used by the webserver will be locked for deleting/replacing/overwriting simultaneously by ftp. And some ftp implementations don't report those errors... Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 08:40
|
By: globule
|
Status: User
|
|
|
Karma: 6  
|
|
Junior Joomlapolitan  | Posts: 43 |   | |
|
beat wrote: Ok, work with new dedicated managed premium server completed (what a pleasure , you should see the backend we have now...wow...More on this on another topic later this week.  One server only for CB, wow!!! I'm happy you could get one (with donations?)
|
|
The administrator has disabled public write access. |
|
|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 09:10
|
By: mediaguru
|
Status:
|
|
|
Karma: 60  
|
|
Platinum Joomlapolitan  | Posts: 809 |   | |
|
Did the upgrade via expert mode. All seems ok, version shows correctly and plugs are working.
I did lose the user url in profile hack...
It would have been nice for expert mode if there was a listing of which exact files go where rather than trying to figure it out by comparing all the files. CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 11:23
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4215 |   | |
|
For those needing urgently the full compatibility with the globals.php register_globals emulation OFF recommended setting, here the
Quick fix for CB 1.0.1 on Joomla 1.0.x (we will integrate nicer, already tested, fix in next release):
in begining of components/com_comprofiler/comprofiler.php add:
| Code: |
if (isset($_REQUEST["limitstart"])) $limitstart = mosGetParam ( $_REQUEST, 'limitstart' , '' ); //BBTEMPFIX
if (isset($_REQUEST["search"])) $search = mosGetParam ( $_REQUEST, 'search' , '' ); //BBTEMPFIX
|
just after:
| Code: |
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
|
Post edited by: beat, at: 2006/08/18 11:26
Last edit: changed $_GET to $_REQUEST for searches fix (sorry tested only the final fix, which is different...)
Post edited by: beat, at: 2006/08/18 23:27 Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Security Release - CB 1.0.1 - RELEASED!
|
|
Date: 2006/08/18 12:18
|
By: jazmac
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Yes Beat, I can confirm that this worked great! Perfecto!
Thanks so much!!!
|
|
The administrator has disabled public write access. |
|
|