Recent content by hyperthreadz

  1. H

    XF 1.5 PHP 7.1 upgrade created issues

    After much testing, I think this part is key to my issue: > If I edit the config.php and enter $config['maxImageResizePixelCount'] = 100000000; it gives me an error message when uploading an image. Any images falling under the base 20000000 work whereas anything over upload and I get a link...
  2. H

    XF 1.5 PHP 7.1 upgrade created issues

    We have both installed but are using GD 2.
  3. H

    XF 1.5 PHP 7.1 upgrade created issues

    For special reasons, it was needed to upgrade a site to 7.1. This caused a myriad of issues, most of which have been resolved. The site was working very well until the 7.1 upgrade. One issue that has plagued us is when a user uploads a photo, large in size, it fails to display, or create a...
  4. H

    XF 1.5 Elasticsearch Indexing Failed

    The error only developed after [initially] deleting the index and rebuilding the cache. We could have left the index and it might have worked but had we done so on the version that was installed we might have run into the issues eventually. Anyways moot point being that we resolved everything...
  5. H

    XF 1.5 Elasticsearch Indexing Failed

    Our server team installed it. Having said that, here's what I came up with. sudo add-apt-repository -y ppa:webupd8team/java sudo apt-get update sudo apt-get -y install oracle-java8-installer wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add - echo 'deb...
  6. H

    XF 1.5 Elasticsearch Indexing Failed

    We had to use 1.5.2 on our server.
  7. H

    XF 1.5 Elasticsearch Indexing Failed

    Agreed. This version worked. Not sure what the issue was. Indexing completed.
  8. H

    XF 1.5 Elasticsearch Indexing Failed

    Thanks. I am looking into this version and the version we had before (on the old server) to see if that makes a difference.
  9. H

    XF 1.5 Elasticsearch Indexing Failed

    That was based off of Brogan's reply before I found out other information. I had since replied: So there's still time to install whatever version I want (that server team can be a bunch of dumb monkey's sometimes.) Is it possible that 2.4 is incompatible with Apache 2.4, PHP5.5 or Centos 7?
  10. H

    XF 1.5 Elasticsearch Indexing Failed

    Perhaps I'm being ignorant here but I've asked my server team to install version 4 based on this reply because I couldn't get a straight answer. However, as reading this: I'm seeing that I stand corrected. So, since my server team hasn't done crap yet, can someone give me any kind of...
  11. H

    XF 1.5 Elasticsearch Indexing Failed

    [Elasticsearch is] very vanilla as I wasn't aware that this could be customized. XF itself has customizations, but this has worked before on our old server with no issues.
  12. H

    XF 1.5 Elasticsearch Indexing Failed

    That error was 4 hours prior to when the indexing finally failed. I was still able to index after that.
  13. H

    XF 1.5 Elasticsearch Indexing Failed

    And what version would that be? (As I'm not familiar with this) I have no problem requesting a downgrade, I just need to know which version to informed them to downgrade it to.
  14. H

    XF 1.5 Elasticsearch Indexing Failed

    Here you go: curl -XGET 'localhost:9200' { "name" : "Runner", "cluster_name" : "elasticsearch", "version" : { "number" : "2.4.0", "build_hash" : "ce9f0c7394dee074091dd1bc4e9469251181fc55", "build_timestamp" : "2016-08-29T09:14:17Z", "build_snapshot" : false...
  15. H

    XF 1.5 Elasticsearch Indexing Failed

    Ahh, makes sense. I have requested this information from the team who installed it.
Back
Top Bottom