Jump to content

DudeThatsErin

Members
  • Posts

    593
  • Joined

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by DudeThatsErin

  1. The claim of the CDN is a load of bull****. If you needed to secure a site/speed up a site/etc. for a CDN/with a CDN there is CloudFlare and other CDNs that don't limit customers in this way.

    There was ZERO reason for this change other than Invision wanting to collect customer data and check for unlicensed websites in a "more efficient" way. Any other claims are false.

    This is NOT customer friendly in ANY WAY. The claim of "because it is CSS means you should be able to make changes no matter what" is false. Eventually you won't be able to overwrite something and then you are screwed. I don't care what IPS says.

    I am never recommending IPS to anyone ever again and I am never using it anymore. They don't care about customers anymore. They are just here for the bottom line screw everything else.

  2. 2 minutes ago, Jim M said:

    Just to note, we have not removed the ability to add custom CSS. We simply removed the ability to edit the core CSS files, you can and should use a custom.css to implement your customizations.

    This would take a theme customization but is certainly possible to create.

    Custom CSS can only go so far. Eventually I will get to a point where I cannot change something because it reads the standard CSS instead of the custom and then even with !important it won't work and I'll be stuck.

  3. This is very disappointing. I was trying to use this service to replace Shopify as Shopify is expensive so I was using the CSS files + editing the HTML files HEAVILY to hack together a theme that looks like a similar company's website.

    Now, I can't do that. I feel as if I wasted my money as I would never have purchased if I even knew this was in the pipeline 6 months ago. Definitely not renewing. This is too expensive to not be able to mess with the files.

  4. I was finally able to get IPB installed on my domain now I'm running into this issue when trying to create a new theme:
    Could contain: Text

    OutOfRangeException:  (0)
    #0 /var/www/fastuser/data/www/riverandreef.store/init.php(927) : eval()'d code(69): IPS\Patterns\_ActiveRecord::load(NULL)
    #1 /var/www/fastuser/data/www/riverandreef.store/system/Node/Controller.php(495): IPS\ipskitaddons_hook_IPS_Theme->form(Object(IPS\Helpers\Form))
    #2 /var/www/fastuser/data/www/riverandreef.store/system/Node/Controller.php(394): IPS\Node\_Controller->_addEditForm(Object(IPS\Theme))
    #3 /var/www/fastuser/data/www/riverandreef.store/system/Dispatcher/Controller.php(107): IPS\Node\_Controller->form()
    #4 /var/www/fastuser/data/www/riverandreef.store/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/fastuser/data/www/riverandreef.store/applications/core/modules/admin/customization/themes.php(59): IPS\Node\_Controller->execute()
    #6 /var/www/fastuser/data/www/riverandreef.store/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\customization\_themes->execute()
    #7 /var/www/fastuser/data/www/riverandreef.store/admin/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

    I'm not sure what this means.

  5. On 7/26/2022 at 4:31 AM, Miss_B said:

    Can you please tell us all the steps that you took to move your forum?

    Additionally have a look at this guide to make double sure that all the steps mentioned there were done correctly.

     

    Sorry I totally forgot to check this all week.

    1. Downloaded a backup of the files and DB.
    2. Re-uploaded the files.
    3. Created a new DB and restored it.
    4. Changed DNS on domain.
    5. Configured the conf_global.php

    I can't get to the ACP or anything so as far as what I can do I've done all of those steps.

  6. The below error is what I get when I try to import the entire DB.

    Could contain: Text, Face

    I'm having to import each table separately because the limit in the php.ini file I need is insanely high and I don't feel comfortable changing it.
    At least that was the only solution I could find in my google searches for this error in the past.

    Is there a quicker way to do this? PHPMyAdmin says there are 6 pages worth of tables (with the default setting). That is insane.

  7. 17 hours ago, Jim M said:

    While permission errors to the database usually result in a different error, it is worth ensuring that the database user has full access.

    I just set up a new user, didn't help.

    So, I set up a brand new DB AND user. Still didn't help.

    Files are 644 at this point, directories are 755. New DB and user. I even tried without importing my old DB stuff.

    Main page still shows 500. Just double checked DNS and everything is good.

    ONLY thing that resolved it was deleting the website entirely, re-downloading the software and then re-installing and then restoring the files and then the databases. Not sure how that is resolved but glad it is finally fixed.

  8. 32 minutes ago, Sonya* said:

    Only your splash site works and the homepage of techblogger.space. I have not found any working links on techblogger.space, e. g.

    No sites under coding help or domain junkie. If it is OK and intended, then forget what I've said. 😉

    Fixed those links. Oopsies. Thanks for making me aware. 🙂

  9. 3 hours ago, Sonya* said:

    I do not know what sites you mean, but this can be a hint. None of the sites/projects on your splash site work. Not one. I apologize if these are not the WP websites you mean.

    So you are saying https://dudethatserin.com does not work? Also, https://techblogger.space does not work?

    I need to update that as those are the only 2 WP sites I have now.

    16 hours ago, Jim M said:

    This would be in our software's installation root, the same directory as conf_global.php. If you do not have one, then no need to worry about it.

    Alright, I do not have one.

    16 hours ago, Jim M said:

    If you are unsure where to go after all this, you may wish to hire a server administrator. As while, we'll try to help point you where we can, hosting is really outside our scope of support.

    Checking and ensuring your permissions for your directories and files would be advised here. If you are running suPHP, suexec, or possibly other configurations, 777 will actually break and cause permissions errors. 755 in these cases would be correct for directories and 644 for files.

    I tried 755 yesterday for everything that didn't help. I will try changing the files to 644 and see if that does the trick.

    16 hours ago, Jim M said:

    While permission errors to the database usually result in a different error, it is worth ensuring that the database user has full access.

    Definitely has full access.

  10. 23 hours ago, Jim M said:

    Depending on your server configuration, this may actually be creating issues. Setting correct permissions for your web server are key. If you are unsure what these are, please contact your hosting provider.

    Additionally, I would advise checking your conf_global.php to ensure that all details there are correct. Then also check your constants.php file if you're using Redis to ensure that is correct or temporarily disable it.

    As I said earlier, this is an unmanaged VPS. Meaning I am the hosting provider. I do everything.

    I triple checked conf_global.php and even reset the pw to my database and tried that in conf_global.php, that did not help.

    I'm not using Redis. I cannot find my constants.php file but maybe I'm looking in the wrong place... where is it located?

  11. On 5/9/2022 at 8:41 PM, Randy Calvert said:

    If a 500 error is being thrown, look at the Apache error log itself. The IPB system and error logs may not catch what is going on. However the server logs itself might give you a better indication of what is happening. 

    If it’s a permission error, it will most likely be a chmod issue or a file ownership issue based on past experience. 

    No errors there.

    I checked /var/log/apache2

    There are error logs and all they say is this:

    [Wed May 11 00:08:01.999028 2022] [mpm_prefork:notice] [pid 369] AH00163: Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9 mpm-itk/2.4.7-04 configured -- resuming normal operations
    [Wed May 11 00:08:01.999063 2022] [core:notice] [pid 369] AH00094: Command line: '/usr/sbin/apache2'
    [Wed May 11 01:22:49.787628 2022] [mpm_prefork:notice] [pid 369] AH00171: Graceful restart requested, doing restart
    [Wed May 11 01:22:49.957210 2022] [mpm_prefork:notice] [pid 369] AH00163: Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9 mpm-itk/2.4.7-04 configured -- resuming normal operations
    [Wed May 11 01:22:49.957237 2022] [core:notice] [pid 369] AH00094: Command line: '/usr/sbin/apache2'

    Those don't seem to have anything to do with IPB as the site has been down consistently since 4/29.

    Everything is already set to 777, just double checked.

  12. 17 hours ago, Marc Stridgen said:

    You need to find out where the permission denied error is happening. It sound like it may be file or folder permission rather than database, from what you have said above. Please check with your hosting company on this. You 'may' see something in uploads/logs, however that will of course depend on whether or not it can write to that folder also

    Alright, I will try to do 777 on everything and hopefully that works.

     

    I am on unmanaged hosting so I do everything myself and like I said, same setup on my other sites and they work just fine.

  13. On 5/3/2022 at 3:25 AM, Marc Stridgen said:

    Sorry to hear you are having issues there. I would suspect here that the issue is indeed related to your database details that have been entered. If you go to your admin location, you are getting the message "Permission denied".

    Reset the pw for the db user and triple checked the username and pw are correct in the conf_global.php file and that still didn't help.

    My WP websites work just fine with their DBs so it isn't my hosting setup or anything like that. I'm not sure what is causing this "Permission Denied" error. I get it on the main page now, too.

    On 5/2/2022 at 1:13 PM, Daniel F said:

    Have you truncated the datastore directory content to trigger a cache rebuild? Is anything being logged to the servers error log?

    Just did this and that didn't help.

    This is the only backend error and it doesn't make sense...

    [Sun May 08 15:21:10.316137 2022] [php7:error] [pid 10388] [client 147.182.248.182:53686] script '/var/www/fastuser/data/www/riverandreef.store/wp-login.php' not found or unable to stat, referer: http://riverandreef.store/wp-login.php

    Doesn't make sense because that file doesn't exist...

    Could contain: Text, Page, Number, Symbol, Word, Plot, Menu

    That is my entire riverandreef.store/ directory.

    Test has some PHP files in it but nothing relating to wordpress... Checked index.php and that is the standard IPB index.php...

    I have zero clue where this is coming from.

    There are no other errors, no frontend errors or anything.

  14. On 2/18/2022 at 1:50 AM, Julia Osipova said:

    will there be an official response from the developers?

     

    7 hours ago, Ohio Riders said:

    Bump? 

    They replied in another thread in this section just saying this isn’t possible.

    I think it needs to be added though. Makes no sense why you can see contact us if you can’t fill it out as a guest.

  15. This keeps happening and I don't know why. Themes do not get created unless I import them from the marketplace. I just want to create a copy of the default IPS theme.

    Quote

    EX0 Something went wrong. Please try again.

    Code: 

    OutOfRangeException:  (0)
    #0 /home/codinghelp/riverandreef.store/init.php(913) : eval()'d code(69): IPS\Patterns\_ActiveRecord::load(NULL)
    #1 /home/codinghelp/riverandreef.store/system/Node/Controller.php(495): IPS\ipskitaddons_hook_IPS_Theme->form(Object(IPS\Helpers\Form))
    #2 /home/codinghelp/riverandreef.store/system/Node/Controller.php(394): IPS\Node\_Controller->_addEditForm(Object(IPS\Theme))
    #3 /home/codinghelp/riverandreef.store/system/Dispatcher/Controller.php(90): IPS\Node\_Controller->form()
    #4 /home/codinghelp/riverandreef.store/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute()
    #5 /home/codinghelp/riverandreef.store/applications/core/modules/admin/customization/themes.php(59): IPS\Node\_Controller->execute()
    #6 /home/codinghelp/riverandreef.store/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\customization\_themes->execute()
    #7 /home/codinghelp/riverandreef.store/admin/index.php(13): IPS\_Dispatcher->run()
    #8 {main}
×
×
  • Create New...