Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Latest SVN - getting ready for 1.0.5 alpha (1 viewing) (1) Guest
Go to bottom Favoured: 6
TOPIC: Latest SVN - getting ready for 1.0.5 alpha
#53357
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
In user list, the template is a disaster
img77.imageshack.us/img77/5391/immaginefooterfbae8.jpg
rinuccio (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Gender: Male indafun rinuccio@live.it Location: Crotone Birthdate: 1987-09-26
Logged Logged
 
The topic has been locked.  
#53358
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
@rinuccio

watch the Path do you have the correct language
JerryLeeLewis (User)
Gold Boarder
Posts: 244
graphgraph
User Offline Click here to see the profile of this user
Gender: Male My 'Page jerryleelewis@live.de Birthdate: 1971-11-07
Logged Logged
 
Last Edit: 2008/07/08 16:32 By JerryLeeLewis.
 
The topic has been locked.  
#53370
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
fxstein wrote:
RTNawaz wrote:
The Language File was missing some definitions so I added them these were missing definitions:

Code:



DEFINE('_EDIT_TITLE', 'Edit Personal Info');
DEFINE('_YOUR_NAME', 'Your Name:');
DEFINE('_EMAIL', 'Your Email:');
DEFINE('_PASS', 'Password:');
DEFINE('_VPASS', 'Retype Password:');




I'm also attaching the language file with the additions you can copy from here or use the language file.
File Attachment:
File Name: english-7eb06e4e9b2a3659c6a5b29bd8e5023c.zip
File Size: 24629


Sorry but these are NOT FireBoard constants. They are defined in Joomla for com_user. If you define them for FireBoard it will create warnings for duplicate definitions.

Why do you need them defined in the FireBoard language file? Need to understand if there is a real need to rename them all over FIreBaord and use private defines instead of the ones currently shared with Joomla.

Thx!


Yaah you are right! They are already defined in Joomla 1.0.x Actually I was testing on Joomla 1.5 and Joomla 1.5 DOES NOT define them. So the possible solution would be to rename them all over Fireboard and let fireboard use it's own constants for them instead of Joomla's.
Look at the image with fireboard v1.0.5NB2_b156_2008-07-08 and Joomla 1.5.4
RTNawaz (User)
M i n i o l a !
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
The topic has been locked.  
#53371
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
I know you posted a new nightly build install package last night: com_fireboard_v1.0.5NB2_b156_2008-07-08.zip

I have everything working perfectly with com_fireboard_v1.0.5NB1_b148_2008-07-02 on commercial 1and1.com servers, without any errors that other users here describe (missing smilies, feed errors...etc), on mySQL 5.0, php 4.4.8 with Joomla! 1.0.15

Since this build fixes issue I have for [ img ] resizing, I will use it to update the live site, then play some more with the newer builds
zuze (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#53372
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
zuze wrote:
I know you posted a new nightly build install package last night: com_fireboard_v1.0.5NB2_b156_2008-07-08.zip

I have everything working perfectly with com_fireboard_v1.0.5NB1_b148_2008-07-02 on commercial 1and1.com servers, without any errors that other users here describe (missing smilies, feed errors...etc), on mySQL 5.0, php 4.4.8 with Joomla! 1.0.15

Since this build fixes issue I have for [ img ] resizing, I will use it to update the live site, then play some more with the newer builds


I wonder why it posted twice??

p.s. I am using Community Builder for profiles
zuze (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/08 18:53 By zuze.
 
The topic has been locked.  
#53375
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
fxstein wrote:
RTNawaz wrote:
Joomla 1.5.3
com_fireboard_v1.0.5NB1_b148_2008-07-02.zip
Local XAMP Server on Windows

When going to My Profile -> My Avtar you recieve a WARNING: Message

Code:


Warning: asort() expects parameter 1 to be array--in--myprofile_avatar_upload.php on line 627


and
Code:


Warning: Variable passed to each() is not an array or object in---myprofile_avatar_upload.php on line 629



See The attached Image File


Can you explain in more detail? I tried selecting a default avatar and uploading a new one and both worked fine on my local MAMP server as well as on my site.



It was a problem with unset variable in myprofile_avtar_upload.php in v1.0.5NB1_b148_2008-07-02
The Problem is solved in
v1.0.5NB2_b156_2008-07-08

I did not check the file yet, but I think racoon has already fixed the problem.


.
RTNawaz (User)
M i n i o l a !
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/08 18:57 By RTNawaz.
 
 
The topic has been locked.  
#53378
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
RTNawaz wrote:
fxstein wrote:
RTNawaz wrote:
The Language File was missing some definitions so I added them these were missing definitions:

Code:



DEFINE('_EDIT_TITLE', 'Edit Personal Info');
DEFINE('_YOUR_NAME', 'Your Name:');
DEFINE('_EMAIL', 'Your Email:');
DEFINE('_PASS', 'Password:');
DEFINE('_VPASS', 'Retype Password:');




I'm also attaching the language file with the additions you can copy from here or use the language file.
File Attachment:
File Name: english-7eb06e4e9b2a3659c6a5b29bd8e5023c.zip
File Size: 24629


Sorry but these are NOT FireBoard constants. They are defined in Joomla for com_user. If you define them for FireBoard it will create warnings for duplicate definitions.

Why do you need them defined in the FireBoard language file? Need to understand if there is a real need to rename them all over FIreBaord and use private defines instead of the ones currently shared with Joomla.

Thx!


Yaah you are right! They are already defined in Joomla 1.0.x Actually I was testing on Joomla 1.5 and Joomla 1.5 DOES NOT define them. So the possible solution would be to rename them all over Fireboard and let fireboard use it's own constants for them instead of Joomla's.
Look at the image with fireboard v1.0.5NB2_b156_2008-07-08 and Joomla 1.5.4


I see. Private language constants it it will be then....
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 929
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The topic has been locked.  
#53379
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
RTNawaz wrote:
fxstein wrote:
RTNawaz wrote:
Joomla 1.5.3
com_fireboard_v1.0.5NB1_b148_2008-07-02.zip
Local XAMP Server on Windows

When going to My Profile -> My Avtar you recieve a WARNING: Message

Code:


Warning: asort() expects parameter 1 to be array--in--myprofile_avatar_upload.php on line 627


and
Code:


Warning: Variable passed to each() is not an array or object in---myprofile_avatar_upload.php on line 629



See The attached Image File


Can you explain in more detail? I tried selecting a default avatar and uploading a new one and both worked fine on my local MAMP server as well as on my site.



It was a problem with unset variable in myprofile_avtar_upload.php in v1.0.5NB1_b148_2008-07-02
The Problem is solved in
v1.0.5NB2_b156_2008-07-08

I did not check the file yet, but I think racoon has already fixed the problem.


.


Great! Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 929
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The topic has been locked.  
#53382
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
fxstein wrote:
Ok folks.

A new nightly build is available: joomlacode.org/gf/project/fireboard/frs/

Most of the confirmed bugs from this thread have been fixed. Some are still under investigation or are believed to be other problems (e.g. SEO component)

Please use the latest nightly build for your testing. Going forward I would refrain from direct SVN pulls, as the automated build process makes the important install and upgrade work. Again backup your config file, uninstall the prior release, install this latest nightly build and restore the config file. Should get you all set for more testing.

Thx!


Folks please make sure you are SUPER specific when describing a problem.

At the minimum you need to provide:
FB Build Version you are testing
FB template you are testing
Joomla version
Joomla template (if something looks wrong - always compare to a Joomla default template)
PHP version
MySQL version

Without that we are sometimes sent for a multiple hour loop trying to find something that is specific to certain releases.

Also: These nightly builds ARE NOT FOR PRODUCTION SITES! Please stay clear of them for production use. Yes they do fix mnay bugs but their are called a nightly build because they are work in progress. There is no guarantee that you will be able to upgrade from a nightly build to the full release

Last but not least I am focusing on Joomla 1.0.15. Yes we do make it work with 1.5.x but given that 1.0.15 is more stable and definitely faster, it should be the #1 choice if you want a stable high volume website.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 929
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The topic has been locked.  
#53386
Re:Latest SVN - getting ready for 1.0.5 alpha 1 Month, 3 Weeks ago  
fxstein wrote:
RTNawaz wrote:
fxstein wrote:
RTNawaz wrote:
The Language File was missing some definitions so I added them these were missing definitions:

Code:



DEFINE('_EDIT_TITLE', 'Edit Personal Info');
DEFINE('_YOUR_NAME', 'Your Name:');
DEFINE('_EMAIL', 'Your Email:');
DEFINE('_PASS', 'Password:');
DEFINE('_VPASS', 'Retype Password:');




I'm also attaching the language file with the additions you can copy from here or use the language file.
File Attachment:
File Name: english-7eb06e4e9b2a3659c6a5b29bd8e5023c.zip
File Size: 24629


Sorry but these are NOT FireBoard constants. They are defined in Joomla for com_user. If you define them for FireBoard it will create warnings for duplicate definitions.

Why do you need them defined in the FireBoard language file? Need to understand if there is a real need to rename them all over FIreBaord and use private defines instead of the ones currently shared with Joomla.

Thx!


Yaah you are right! They are already defined in Joomla 1.0.x Actually I was testing on Joomla 1.5 and Joomla 1.5 DOES NOT define them. So the possible solution would be to rename them all over Fireboard and let fireboard use it's own constants for them instead of Joomla's.
Look at the image with fireboard v1.0.5NB2_b156_2008-07-08 and Joomla 1.5.4


I see. Private language constants it it will be then....



If you haven't already worked on it, I added the Private Constants these were required in two files

/template/default/plugin/myprofile/myprofile_menu.php


and

/template/default/plugin/myprofile/myprofile_userdetails_form.php

I've renamed

_EDIT_TITLE To _FB_EDIT_TITLE
_YOUR_NAME To _FB_YOUR_NAME
_EMAIL To _FB_EMAIL
_PASS To _FB_PASS
_VPASS To _FB_VPASS



Check the attached zip file it contains 3 files

myprofile_userdetails_form.php
myprofile_menu.php

and updated: english.php

I hope this will save you some time! (If you haven't already done so. )
File Attachment:
File Name: FB_MyProf_Edit_Const_Eng.zip
File Size: 27871
RTNawaz (User)
M i n i o l a !
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
The topic has been locked.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop