Help - Search - Members - Calendar
Full Version: Beta 5 Refresh
Invision Power Services > Invision Power Services, Inc. > IPS Company Feedback > IP.Nexus Beta Feedback
Josh
We've refreshed all of the nexus downloads to be current with out current development build. There are a few issues we are aware of, such as missing language files, but do report anything that you find. We hope to have a proper beta 6 ready for you soon, but we also wanted to get something new out for you, so you can think of this as a preview of Beta 6.

This version is almost fully language abstracted, there's going to be odds and ends we've missed, but the vast majority should be complete now. There's also a lot of interface tweaks, including some big changes to the new ticket and and ticket reply forms. There's a few new features around as well, such as billing credits.

We recommend that you do a clean instuall, however, you can upgrade by overwriting all of your files with the downloads, except conf_global.php, then run these queries:

SQL
ALTER TABLE ticket_departments ADD ticket_dept_description TEXT NULL ;
ALTER TABLE cms_article_rss_import ADD article_rss_allow_html INT(1) NOT NULL default '0';
ALTER TABLE core_customer_data ADD billing_credits FLOAT NOT NULL DEFAULT '0';


After that, recache everything from the acp, and reimport language files. Beta 6 will have the real upgrade utility, so you won't need to do this for the actual release.
Lındsey
Thanks Josh .

*off to test Beta 5 Refresh wink.gif
stoo2000
Dont forget though, if you are using table prefixes
QUOTE (Josh @ Mar 5 2008, 04:22 PM) *
We recommend that you do a clean instuall, however, you can upgrade by overwriting all of your files with the downloads, except conf_global.php, then run these queries:

SQL
ALTER TABLE PREFIX_ticket_departments ADD ticket_dept_description TEXT NULL ;
ALTER TABLE PREFIX_cms_article_rss_import ADD article_rss_allow_html INT(1) NOT NULL default '0';
ALTER TABLE PREFIX_core_customer_data ADD billing_credits FLOAT NOT NULL DEFAULT '0';

Jaggi
Ok tried the newest beta 5, however some problems were firstly with upgrading you loose access to being able to recache seeing as theres no language templates so theres no links to click, you could update but not delete your lang cache directory then run the cache tool and see if this works better, either way i went for a new install.

Few errors i've come across that would be this version specific were a error message regarding a missing language file in the cp. Also the ticket part of the client area is missing so i can't actually test the new features of the ticketing system.
Josh
QUOTE (Jaggi @ Mar 6 2008, 10:18 AM) *
Ok tried the newest beta 5, however some problems were firstly with upgrading you loose access to being able to recache seeing as theres no language templates so theres no links to click, you could update but not delete your lang cache directory then run the cache tool and see if this works better, either way i went for a new install.

Few errors i've come across that would be this version specific were a error message regarding a missing language file in the cp. Also the ticket part of the client area is missing so i can't actually test the new features of the ticketing system.


The language issue has been reported and fixed. As for the ticket, the new ticket text box won't show until you've selected a department for the ticket. If you have no 'public' departments or packages, then you won't be able to create a ticket currently. This is something that we'll have to address, but for now just switch off 'internal only' for your departments and the form should work.
Lındsey
Can I please ask something..... If I setup my site on localhost how simple would it be to move it over to my server?

And will Beta 5 refresh be able to be upgraded to Beta 6 ?

EDIT : I cant seem to install on localhost sad.gif


CODE
Fatal error: Trying to clone an uncloneable object of class mysqli in C:\wamp\www\ips_kernel\class_db_mysqli_client.php on line 137
JasonIPS
QUOTE (Lindsey_ @ Mar 6 2008, 10:28 AM) *
Can I please ask something..... If I setup my site on localhost how simple would it be to move it over to my server?

And will Beta 5 refresh be able to be upgraded to Beta 6 ?

EDIT : I cant seem to install on localhost sad.gif


CODE
Fatal error: Trying to clone an uncloneable object of class mysqli in C:\wamp\www\ips_kernel\class_db_mysqli_client.php on line 137


You will need to make a change to your php.ini zend.ze1_compatibility_mode = Off and restart apache. And it shouldn't be hard to move your installation. Its just a data import/export, move files, and make conf_global changes.
Lındsey
Thanks Jason making it OFF did the trick. original.gif

Off to test tongue.gif
FNNSports
*JOY*
FNNSports
QUOTE (FNNSports @ Mar 6 2008, 01:20 PM) *
*JOY*



tho im getting this: Missing Language File: /home/fnn/public_html/live/cache/lang_cache/1/cms_extensions.php
stoo2000
It's a reported & Fixed bug original.gif
visionhead
QUOTE (Josh @ Mar 5 2008, 04:22 PM) *
We hope to have a proper beta 6 ready for you soon.



How long do expect soon to last for beta 6 release? A week, month or longer Thanks in advance!
FNNSports
QUOTE (stoo2000 @ Mar 7 2008, 07:29 AM) *
It's a reported & Fixed bug original.gif


not to sound "slow" but then how do i fix it? i didnt download the new pack and run everything until after that bug was reported as fixed.. so what else do i need to do?

LMarkham
Its fixed in the next release. Once the release a refresh or new beta you will have the update, until then we don't get it tongue.gif
FNNSports
QUOTE (MarkhamLA @ Mar 7 2008, 11:10 PM) *
Its fixed in the next release. Once the release a refresh or new beta you will have the update, until then we don't get it tongue.gif



so i broke my perfectly working beta 5 for a beta 5-refresh that now doesnt work because i cant see half the text in the admin panel?

wassat.gif
Josh
QUOTE (FNNSports @ Mar 7 2008, 11:20 PM) *
so i broke my perfectly working beta 5 for a beta 5-refresh that now doesnt work because i cant see half the text in the admin panel?

wassat.gif


Unzip the contents of the attached zip file into your cache/lang_cache/1 directory, that should fix the problem.
FNNSports
QUOTE (Josh @ Mar 7 2008, 11:55 PM) *
Unzip the contents of the attached zip file into your cache/lang_cache/1 directory, that should fix the problem.



many thanks!!!

i was curled up in the fetal position in the corner sucking my thumb for the last 4 hours...

cool.gif
FNNSports
worked perfectly by the way... thanks again! you guys are the best!
Jaggi
QUOTE (Josh @ Mar 6 2008, 03:24 PM) *
The language issue has been reported and fixed. As for the ticket, the new ticket text box won't show until you've selected a department for the ticket. If you have no 'public' departments or packages, then you won't be able to create a ticket currently. This is something that we'll have to address, but for now just switch off 'internal only' for your departments and the form should work.


tried setting all the dept's to public and still not showing the ticket area, redownload nexus and the apps today and installed nexus with the cms module only as this is what i'm interested in the long run so wanted to try a uncluttered install. Anyone else have probs with displaying the client area ticket? also i couldn't find the client area "page" in the page editor too...
Lındsey
You need to switch the ticket department from

Internal Department? > yes

To

Internal Department? >No original.gif That works for me.
Jaggi
i've done that for all departments.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.