Recent content by lifeofguenter

  1. lifeofguenter

    Lack of interest image proxy with "seo" urls

    preventing hot-linking is only a feature, not a must. In my case I benefit a lot of hot-linking so I do not want to disable it. And it already works fine like this Good point. But thats for attachments, not image-proxy. In any case, I am not asking to get rid of image proxy, I would like to...
  2. lifeofguenter

    Lack of interest image proxy with "seo" urls

    Yah sure, would still be better if it would be supported natively with a nicer NON proxy.php url not about caching but indexing :)
  3. lifeofguenter

    Lack of interest image proxy with "seo" urls

    It would be awesome if the built-in image proxy would support an option to generate "seo" friendly urls: maybe some seo impact (especially for image heavy forums) easier to share for users (this would definitely have a positive seo/traffic impact) most important: will make images cachable (if...
  4. lifeofguenter

    XF 2.1 Import just not working

    @Slavik: yes So I did a fresh 2.1 installation - now things look better: removed memcached settings for now restarted memcached (as I am using it internally for php-sessions as well) - just to make sure there was not any polluted session data from previous installation did NOT install a paid...
  5. lifeofguenter

    XF 2.1 Import just not working

    @Chris D Sorry, I am confused right now. Me: "My assumption (after flying through the code) is exactly that, that it will try to autodetect those (by including the old config.php or using the current db-connection)." You: "We do not have any ability to automatically find and read a vB config...
  6. lifeofguenter

    XF 2.0 vBulletin4 Importing Posts: infinite loop

    I am running the importer via CLI and it seems to be stuck. No error is shown but it is stuck on the same thread while continuous looping through the posts. $continueSameThread is always true, but I can't figure out why its not getting out of the loop?
  7. lifeofguenter

    XF 2.1 Import just not working

    Thats not true (and I am quite surprised as you should be xenforo developer??) - this is the code snippet of the importer: $configPath = getcwd() . '/includes/config.php'; if (file_exists($configPath) && is_readable($configPath)) { $config = []...
  8. lifeofguenter

    Lack of interest Stateless Architecture

    ouch sorry no. Yes I know its possible, because there is a S3 plugin around as well, however, my request is about: stateless FIRST development, not through hacks or 3rd party addons, it should come out-of-the-box Syncing code is painful and not really best practice :) (maybe 10 years ago ;) )...
  9. lifeofguenter

    Lack of interest Stateless Architecture

    It would be great for Xenforo to have a complete stateless architecture, which would also allow to easily have it hosted high-available, this would include: Object storage first (maybe via Flysystem) - has to be available out-of-the-box With above, abolish the use/need for data/internal_data...
  10. lifeofguenter

    XF 2.0 Moving cron jobs to an actual crontab

    I agree, crons web-request based crons should be an option together with CLI based crons.
  11. lifeofguenter

    XF 2.1 Import just not working

    So I just made a fresh installation with xenforo 2.0.12 + importer 1.0.2: right off the start its asking me more questions and not just skipping through the wizard so far importer via CLI is doing stuff - will wait for it to finish still though So to me this looks like a regression. Maybe...
  12. lifeofguenter

    XF 2.1 Import just not working

    Thanks @Chris D That is exactly what is happening. For some reason the db-config array at that point is empty. Meaning: I understand the error, just not why it is happening. Exactly my frustration. During the wizard there is zero possibility for me to enter any DB connection info. My...
  13. lifeofguenter

    XF 2.1 Import just not working

    $ php cmd.php xf:import --verbose Starting import from vBulletin 4.x (Beta)... - Importing... (< 1 sec) In Adapter.php line 160: [XF\Db\Exception] No such file or directory For some reason I just can't get the importer to work. I setup everything via the admin-panel, and when it tells me...
Top Bottom