Back to this.rand()   News   Forums  

Printer Friendly Version | Email News Story
PHPX 3.5.15 RC1
Posted by Xnuiem on Aug-30-2006 14:46

PHPX 3.5.15 RC1 is ready for download & testing. ftp://ftp.phpx.org/phpx-3.5.15-upgrade.tar.gz
Please remember this is a release canidate. It has been tested and is pretty much ready to go, but there may be little bugs out there. Nothing major, but it is possible. There are some serious changes on the backend, the new editor being the most obvious one.

One issue that may crop up is the updating of the Employment tables. If that happens, please report it, I need to figure out how it occurs. Other than that, I have had no issues in updating my websites to 3.5.15.



 
666 bytes in body | Comments (15)

 

           older news stories...
<< News Flash PHPX 3.5.15 RC2 >>
Ghezus
PHPX GURU
Avatar
Joined: May-14-2006
Netherlands
Posts: 121



Posted: Aug-30-2006 18:48 Subject: RE:

Nice one X, I'll download and install it tommorow.

EDIT: Updating now Smilie

[Edited by Ghezus on Aug-30-2006 21:06]


http://tinyurl.com/kaasn -- Themes

www.ghezus.com -- My site
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
why2k
PHPX GURU
Avatar
Joined: Jul-18-2006
South Africa
Posts: 141



Posted: Aug-31-2006 06:37 Subject: RE: RE:

I'm busy installing it now... Ill report on how it goes.. Why2k

My phpx websites:

www.get-mine.co.za
www.whitelightning.co.za (my test site)
www.bluelightning.co.za (my affiliate information site)(learn to earn)
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
why2k
PHPX GURU
Avatar
Joined: Jul-18-2006
South Africa
Posts: 141



Posted: Aug-31-2006 07:37 Subject: RE: RE:

on install I get this


An error Occured.

Duplicate column name 'view_email'

My phpx websites:

www.get-mine.co.za
www.whitelightning.co.za (my test site)
www.bluelightning.co.za (my affiliate information site)(learn to earn)
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Xnuiem
Administrator
Avatar
Joined: Dec-31-2001
DFW, Texas
Posts: 3735



Posted: Aug-31-2006 19:27 Subject: RE: RE:

these are employment issues. I will be posting another RC tomorrow.

To get around this, find that query in the upgrade and manually run the ones below it. If they error out, keep doing that until they are fixed.

Then update the version in your config table to 3.5.15

"We are the music-makers, and we are the dreamers of dreams..." ~ Arthur O'Shaughnessy
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
why2k
PHPX GURU
Avatar
Joined: Jul-18-2006
South Africa
Posts: 141



Posted: Sep-01-2006 06:00 Subject: RE: RE:

Dude you need to remember that i don't know about coding... You need to spell it out to me a bit.. like what file to edit and what code to replace and what I must replace it with...


I've just started learning php so navigating your scripts is getting easier but i'm still a noob.. LOL

Thanks

My phpx websites:

www.get-mine.co.za
www.whitelightning.co.za (my test site)
www.bluelightning.co.za (my affiliate information site)(learn to earn)
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-01-2006 07:36 Subject: RE: RE:

Ill wait better for RC2...

cya

www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Ghezus
PHPX GURU
Avatar
Joined: May-14-2006
Netherlands
Posts: 121



Posted: Sep-01-2006 13:47 Subject: RE: RE:

I suggest that users with no PHP or MySQL experience don't upgrade yet!

http://tinyurl.com/kaasn -- Themes

www.ghezus.com -- My site
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Xnuiem
Administrator
Avatar
Joined: Dec-31-2001
DFW, Texas
Posts: 3735



Posted: Sep-01-2006 17:17 Subject: RE: RE:

I agree. Do not download the RCs if you cant work slightly through some SQL coding.

"We are the music-makers, and we are the dreamers of dreams..." ~ Arthur O'Shaughnessy
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
why2k
PHPX GURU
Avatar
Joined: Jul-18-2006
South Africa
Posts: 141



Posted: Sep-02-2006 20:15 Subject: RE: RE:

Please tesch me then I'm realy keen to learn. I know it might be a pain but It will pay off in the long run. The more I learn the more I can Help others...

Point me in the right direction...



Why2k

My phpx websites:

www.get-mine.co.za
www.whitelightning.co.za (my test site)
www.bluelightning.co.za (my affiliate information site)(learn to earn)
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-03-2006 16:34 Subject: RE: RE:

OK, ive tryed out to update from .14 > .15
1. sql-error:
ALTER TABLE `forums_config` ADD `view_email` TINYINT( 1 ) NOT NULL ,ADD `attach_sig` TINYINT( 1 ) NOT NULL ,ADD `view_online` TINYINT( 1 ) NOT NULL ,ADD `pm_email` TINYINT( 1 ) NOT NULL ,ADD `news_notify` TINYINT( 1 ) NOT NULL ,ADD `allow_popup` TINYINT( 1 ) NOT NULL ;

All this is added in v3.1.14 allready.

2. sql-error:
ALTER TABLE `employment_listing` ADD `req_number` VARCHAR( 25 ) NOT NULL AFTER `opened` ;

Duplicate column name 'req_number'

3. sql-error:
ALTER TABLE `employment_contact` ADD `fax` VARCHAR( 30 ) NOT NULL AFTER `phone` ;

Duplicate column name 'fax'

4. sql-error:
ALTER TABLE `employment_contact` ADD `visible` TINYINT( 1 ) NOT NULL ;

Duplicate column name 'visible'

rest semms to be ok so far... cya

www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-03-2006 18:20 Subject: RE: RE:

Ok,

now ive made it on my website and used the sql statements that worked. Ive uploaded all files and deleted the old wysiwyg editor.

All is ok ( if i find something, ill post it later )

cya Smilie

www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-04-2006 03:36 Subject: RE: RE:

HI,

today i have some maijor problems!
No posts in my forums are visible !!!

-> http://www.deltaforceteam.de/forums.php

any suggestions ?

plz HELP !!

www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Xnuiem
Administrator
Avatar
Joined: Dec-31-2001
DFW, Texas
Posts: 3735



Posted: Sep-05-2006 02:06 Subject: RE: RE:

It was a bug. I will upload the fix in the am.

"We are the music-makers, and we are the dreamers of dreams..." ~ Arthur O'Shaughnessy
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-05-2006 04:02 Subject: RE: RE:

oh - tnx !!

cya

www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top
Rebell
PHPX 1337
Avatar
Joined: Jul-29-2003
Germany
Posts: 399



Posted: Sep-05-2006 20:44 Subject: RE: RE:

Hello,

i hope you can fix it soon ...

greetz !


www.deltaforceteam.de - visit my phpX website
User Offline Website Email User User Profile Ignore User Report Post to Moderator | IP: Logged | Back to Top


Copyright ©2004 PHPX