Jump to content

alistairgd66

Clients
  • Posts

    126
  • Joined

  • Last visited

Reputation Activity

  1. Like
    alistairgd66 reacted to teraßyte in Posting videos and gifs?   
    The problem is that that link redirects to https://imgur.com/6PA1B1b to ask if you're over 18 to see it. Since the code doesn't get back the expected headers for a video, it doesn't auto-embed.
  2. Like
    alistairgd66 reacted to CoffeeCake in IPS 4.5.4: InnoDB tables are using Compact row format...   
    This seems to have been missed in the back and forth. You should really not use MyISAM. That is not an appropriate solution for this recommendation. 
    Instead, as @bfarber pointed out, ignore the recommendation or change to dynamic row format with InnoDB.
    https://mariadb.com/kb/en/choosing-the-right-storage-engine/
  3. Like
    alistairgd66 reacted to Thomas Emme in IPS 4.5.4: InnoDB tables are using Compact row format...   
    Update: Success. Previous "compact" tables are now showing as "dynamic". 
    I entered the following as an SQL query through PHPMyAdmin:
    SELECT table_name, table_schema, ROW_FORMAT FROM information_schema.tables WHERE engine = 'InnoDB' AND TABLE_SCHEMA = '<YOUR DATABASE NAME>' AND ROW_FORMAT = 'COMPACT' ... then opened a new window to the same DB SQL query page, and copied the following query (adjusting the <compact_table_name> as needed :
    ALTER TABLE <compact_table_name> ROW_FORMAT=DYNAMIC; After doing this one at a time for the half-dozen or so entries I had to work on, I re-ran the original query (to identify compact row_formats) and came up with nothing. 
    Edit: And the Administrator Notification pointing to "compact" row_format issues, is gone.
  4. Like
    alistairgd66 reacted to PoC2 in IPS 4.5.4: InnoDB tables are using Compact row format...   
    Update.
    I updated our server from MariaDB 10.1 to 10.3 and then had the IPS Db convert rows from 'Compact' to 'Dynamic'. As a result the AdminCP notification has gone and its green ticks all the way.
    I guess you're bound to encounter hiccups when your database is nearly 20 years old and has gone through 4 major generations.
  5. Like
    alistairgd66 reacted to Nuclear General in Database compact mode how to change for this on cPanel ?   
    Hello,
    What version of MySQL are you using? Is it MariaDB 5.x.x or MariaDB 10.x.x? MariaDB 5.x.x uses ROW_FORMAT= 'COMPACT' , or 'REDUNDANT'. MariaDB 10.x.x uses ROW_FORMAT= 'COMPACT' , 'REDUNDANT' , 'DYNAMIC' , or 'COMPRESSED'. The ROW_FORMAT can be easily changed with a simple MySQL Statement. I'll show you how.
     
    1) First, make a backup of your Database, i.e.: use phpMyAdmin, go to your database and use the OPERATIONS tab and use the "Copy Database To" section to create an exact copy, name what it whatever you'd like. Then run the following query on your copied database (Change the "DATABASE_NAME_HERE" to your copied database name) :
    This code will print out everything that has a table engine of "InnoDB".
    SELECT CONCAT('ALTER TABLE ', table_schema, '.', table_name, ' ENGINE=InnoDB;') AS sql_statements FROM information_schema.tables AS tb WHERE table_schema = 'DATABASE_NAME_HERE' AND `ENGINE` = 'InnoDB' AND `TABLE_TYPE` = 'BASE TABLE' ORDER BY table_name ASC; It will print out something similar to this:
    ALTER TABLE DATABASE_NAME_HERE.ibf_advertise_advertisements ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_advertise_hits ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_advertise_paypal ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_autowelcome_members ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_axenserverlist_servers ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_bbcode_mediatag ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_blog_blogs ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_blog_categories ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_blog_comments ENGINE=InnoDB; ALTER TABLE DATABASE_NAME_HERE.ibf_blog_entries ENGINE=InnoDB; In the below picture, you will get this: (As stated above)

    Click the +OPTIONS link, you will now see this:

    Make sure you click the "Full texts" radio button, leaving everything else alone, then click on 'GO'.
    You will now see this appear:

    It will show only 25 rows per page by default, but you can change that by doing this:

    After you have all your rows appear, copy all the text to a text editor, and do a FIND & REPLACE option for:
    Find: 
    Engine=InnoDB
    Replace with: (If MariaDB 5.x.x)
    ROW_FORMAT=REDUNDANT
    Replace with: (If MariaDB 10.x.x)
    ROW_FORMAT=DYNAMIC
    Example:
    ALTER TABLE tibtech.ibf_advertise_advertisements ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_advertise_hits ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_advertise_paypal ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_autowelcome_members ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_axenserverlist_servers ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_bbcode_mediatag ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_blog_blogs ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_blog_categories ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_blog_comments ROW_FORMAT=DYNAMIC; ALTER TABLE tibtech.ibf_blog_entries ROW_FORMAT=DYNAMIC; Once the FIND & REPLACE has been done, copy all your edits and go to your database SQL tab in phpMyAdmin, and paste it in there and run SQL Statements. Your tables with now have the proper ROW_FORMAT that will satisfy Invision Community Suite and the error will go away.
     
    I hope this helps you and others with this annoying issue.
    Best of luck,
    -Donald
  6. Like
    alistairgd66 reacted to Sirmadsen in Database compact mode how to change for this on cPanel ?   
    That's not a very helpful answer. I'm having the same error @Marco Junior Compact mode is basically a less efficient format and can't store as much information as Dynamic. You can change this in your database settings (phpadmin for example) if your database supports it and depending if you are hosting the server yourself or if you are using a web-host which might not support it or only support in a higher tier payment (as in my case) . However since it's not a critical issue you don't have to worry about it unless you have a really big community.
  7. Like
    alistairgd66 got a reaction from Talksofa in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  8. Like
    alistairgd66 got a reaction from sobrenome in Hump Day: A Refresh Has Arrived!   
    Same here. Original pricing was fine for my hobby sites, but this new pricing model with support as a premium add on no longer fits the bill.
  9. Like
    alistairgd66 got a reaction from sobrenome in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  10. Like
    alistairgd66 got a reaction from Grimace` in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  11. Like
    alistairgd66 got a reaction from ZLTRGO in Hump Day: A Refresh Has Arrived!   
    Same here. Original pricing was fine for my hobby sites, but this new pricing model with support as a premium add on no longer fits the bill.
  12. Like
    alistairgd66 reacted to CoffeeCake in Hump Day: A Refresh Has Arrived!   
    Hold up.
    It's still horrifically slow on your infrastructure.
    There is a penalty to all of your customers from the latency, shifting, and time to paint. This needs to be a very high priority, and is an item which requires consideration and planning over a stretch of time. When did/will you start that 6-12 month epic?
    Occam's razor and all would suggest that planning and consideration may not be organizational or leadership strong suits (as opposed to the notion that there exists meticulous planning practices behind the scenes and the screw it we'll do it live approach what could possibly go wrong on the public facing side of things). Investments in human capital with strengths in these areas may be a good idea.
  13. Like
    alistairgd66 got a reaction from WP V0RT3X in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  14. Like
    alistairgd66 got a reaction from Percival in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  15. Agree
    alistairgd66 got a reaction from leonovich_J in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  16. Like
    alistairgd66 got a reaction from shiobi in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  17. Like
    alistairgd66 reacted to TDBF in Hump Day: A Refresh Has Arrived!   
    You can make me reconsider, in fact, it would be quite easy for you to do so, just reduce the price increase to a 'reasonable' amount and still let me pay 6 monthly.
    If you had increased your prices by 5-10%, then I would have grumbled a little, moved on, and would still be a loyal IPS customer. But this is a 48% price rise and you're removing Email support to boot. Sorry, that is a game changer for me, especially with all the other price rises I have from my hosting company and WHM/Cpanel recently.
    So with that $220 saved, I can put that towards Xenforo, add another $50 and get access to Downloads and Gallery at the same time, and still pay less for my yearly subscription going forward.  Sure my users will probably miss some features, but they will get used to them eventually.
  18. Like
    alistairgd66 got a reaction from Yamamura in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  19. Agree
    alistairgd66 got a reaction from RevengeFNF in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  20. Like
    alistairgd66 got a reaction from TDBF in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  21. Agree
    alistairgd66 got a reaction from Davyc in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  22. Like
    alistairgd66 got a reaction from ZLTRGO in Hump Day: A Refresh Has Arrived!   
    As a long time user of approaching 20 years who has been a customer since the Ikonboard days and has a first recorded invoice here in 2005 for "Purchase: Invision Power Board Perpetual License".
    For what it is worth, here is my feedback on the e-mail I received about the price hike and reduction in support levels.
    Six years ago you contacted me as a "lifetime" member to tell me that the lifetime agreement I signed up for, which helped set the the financial foundation of these forums, was to be replaced with an annual fee. It was nice to get a little credit on account by way of apology, however, I bought a lifetime licence and it should have been for lifetime. Offering a lifetime licence is a marketing incentive, and not something that should be reneged on further down the line once a company has reaped the benefits of the marketing drive. Telling customers its one payment for lifetime access, then changing the goal posts to an annual fee is not the type of thing that reflects well.  
    Onto the new e-mail....
    Forums: was $50, now $80 (increase of $2.50/month) The marketing team really earned their wage this campaign as $2.50 doesn't sound like much, however this represents a 60% price hike from $50 to $80.
    A 60% price hike needs to be backed up with some serious upsides.... however...
    For most customers, support is simply “how do I do this?” and these questions tend to be quite similar. Rarely, support questions are “this went wrong” Not my experience. My support experience is basically the same every year - my forums go offline with errors every time I do an upgrade. It fills me with dread every year or so, and true enough I need to submit a ticket to try and get the forums back online. To think that that base line support for a quick turnaround on outages is either now reliant on an additional payment for a support plan, or posting in publicly accessible forums is not a sustainable proposition for me.
    Creating a strong support community backed by our support technicians will result in a more detailed and richer set of answers For "how to I customise this" or "how does this feature work", the above statement is true. For critical board offline situations, the above sets alarm bells ringing loudly. Critical issues need a formal support ticketing system - which is included in the licence fee. Come to think of it, no other service I use has separate support and licence fees.
    For those that wish to retain ticket support longer term, we will be unveiling a premium support option soon. No, just no.
     
    I already discontinued my other IPB forums as the cost/benefit ratio slid off the scale.
    A 60% price hike means I will now have to look at other options for my final licence, it would be easier if I felt any degree of trust or loyalty to Invision as I would just pony up and pay the money, however - and sadly for such a long time customer, this is far from the case. I cannot trust you as evidenced through the lifetime licence fiasco, and I feel absolutely no loyalty due to this 60% price while reducing access to critical support.
    Very disappointed.
    What I would like to see?
    Cancel premium support plans and retain this as part and parcel of customers licences. Maintain current pricing plans for existing customers and roll out new price structure for new customers.  
     
  23. Like
    alistairgd66 reacted to The Old Man in Hump Day: A Refresh Has Arrived!   
    Here in lies a pretty controversial policy.
    You make a professional grade product, we choose it over free software like SMF because it's more secure and coded by professional certified developers, but we don't buy it, we never own it, it's still yours and we pay a license to make use of it.
    Then the inevitable security flaws are identified and we must ensure we renew our licences to obtain the fix for what are problems that weren't created by us, if only to conform with GDPR and other legislation to keep our members data and personal information secure, never mind the inconvenience of cleaning and recovering from hacked sites.
    So really we have no choice, once a self hosted forum community is installed, put aside anti-spam, IP lookups, forget Marketplace niceties, forget new feature temptations and nice to haves, the only 100% real reason is because of this.
    Charging for access to security patches is just plain wrong. They should be free for at least 5 years if only as a mark of quality and pride.
    Can you imagine if Microsoft charged for ongoing access to Windows security fixes and flaws?
     
    UPDATED to add:
    "We are looking to increase the speed of releases to a monthly release schedule so everyone gets bug fixes and new features regularly."
    This a bad news for theme and app developers. More work. More time consuming localdev updates. Please improve the process of updating localdev installs so they are more robust.
  24. Like
    alistairgd66 reacted to TDBF in Hump Day: A Refresh Has Arrived!   
    Woke up today to find out that we have a 48% rise in the renewal price and no email support, and that is the final straw for us. So, instead of $70 every six months, we will be paying $220 yearly and that starts next January. Sorry, not on guys.
    With all the negative changes to the marketplace recently, and now this, means I will be moving away from IPB to one of your competitors instead.
×
×
  • Create New...