Svn 1060

Status
Not open for further replies.

drogers

New Member
Quick question, I just updated my site to SVN 1060 from 1.05. Shouldn't it be showing ver 1.06 on the back end?
 

Attachments

  • New Picture.bmp
    699 KB · Views: 353
Yes, it should. Check your ./components/com_fabrik/version.php file, see what the version numbers are set to at the top of the file, should be:
PHP:
    /** @var string Product */
    var $PRODUCT     = 'Fabrik';
    /** @var int Main Release Level */
    var $RELEASE     = '1.0';
    /** @var string Development Status */
    var $DEV_STATUS = 'Stable';
    /** @var int Sub Release Level */
    var $DEV_LEVEL     = '6';

If it doesn't say 1.0 and DEV_LEVEL 6, then your SVN update didn't work.

FYI, I just commited rev# 1061, by updating the version.php $BUILD.

Suggest you do another SVN update, export and copy to your server.

-- hugh
 
Well, I check and it is showing "5". I downloaded SVN 1061, zipped the files and pushed them again, still showing "5". Before I break the site, should I upload the 1.06 patch and then upload the latest svn or should the SVN bring me up to 1.06 plus the latest updates? I would think the later but want to double check.
Thanks
 
I went back and reviewed the manual, I was not packaging the SVN correctly.

Thanks Hugh for the help.
 
You shouldn't really have to package the SVN. Just upload everything, overwriting what's on your server.

Anyway, glad you got it sorted.

Closing this thread.

-- hugh
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top