Search results

  1. sudomanx

    Help with Open eShop, please.

    I finally got this thing to work. I reset my PHP settings by clicking "Use default" - counter-intuitively this disabled geoip, among other things, and things started working correctly. I don't remember why I had changed the settings before (the fact that everything else still works means it...
  2. sudomanx

    Help with Open eShop, please.

    Hmmm... I was looking through the eShop settings and found one for "GeoIP" labeled "geoip.custom_directory" with "no value" as a setting for both local and global settings. Should this be set to a specific directory on the server? If so, which one?
  3. sudomanx

    Accidentally created third database!

    Ok, it looks like I figured out how to remove the _eshop database from my account. Instead of using the "drop database" command, I had to use "drop schema" instead. Might still be a good idea for an admin to take a look and clean things up if I missed anything. Anyhow, issue resolved.
  4. sudomanx

    Accidentally created third database!

    Hello, maybe someone from x10hosting can help me out here: In the process of trying to get Open eShop to work, I accidentally created a third database that is not registered in cpanel. I don't want to be in violation of the TOS, so please help me. Please remove the databases from my account...
  5. sudomanx

    Wordpress Multisite

    .htaccess at root directory handles all the redirects. Changes made through CPanel simply make modifications to the .htaccess file. Maybe something got messed-up somewhere in between?
  6. sudomanx

    Help with Open eShop, please.

    geoip is enabled in cpanel. Full Open eShop Hosting requirements: MySQL 5+ Apache 2+ PHP 5.5+ or higher Short Tags mod_rewrite GD support mcrypt Gettext Curl
  7. sudomanx

    Wordpress Multisite

    Did you set up the redirects through CPanel or through the .htaccess files? You might want to look at the latter and make sure it is correct for the WordPress setup.
  8. sudomanx

    Help with Open eShop, please.

    I get the following errors: Call to undefined function geoip_country_code_by_addr() <?php defined('SYSPATH') OR die('No direct script access.'); ?> The first one causes error pages throughout (trying to create a new user account, trying to print order receipts, etc.), and referred me to the...
  9. sudomanx

    Wordpress Multisite

    It sounds like you have checked: http://codex.wordpress.org/Create_A_Network Do you need to configure the subdomains to point back to the main site? This indicates that you do: https://rtcamp.com/wordpress-nginx/tutorials/multisite/overview/
  10. sudomanx

    Help with Open eShop, please.

    Hi y'all, I'm currently evaluating the Open eShop software for use in an upcoming project. It appears to handle all of the project requirements without needing any customization. I installed it through Softaculous on my free X10 hosting account. I am receiving several errors from the software...
  11. sudomanx

    htaccess modification is not working in x10hosting?

    I think you need to do this in two steps. First, setup the hostname like: RewriteEngine on AuthName espanavsengland.x10host.com RewriteCond %{HTTP_HOST} ^espanavsengland.tk$ RewriteRule ^(.*)$ "http\:\/\/www\.espanavsengland\.tk\/$1" [R=301,L] Then, setup WordPress to respond to the the root...
  12. sudomanx

    htaccess modification is not working in x10hosting?

    When I configured my .cf domain, I think I used the CPanel "Parked Domains" tool. Then, I needed to configure my domain-name registrar to point to the proper x10 nameservers.
  13. sudomanx

    Error 503 Backend fetch failed

    Yeah, I'm getting the same error page for www.sudoman.cf: Error 503 Backend fetch failed Backend fetch failed Guru Meditation: XID: 123806535 Varnish cache server EDIT: It's working again, no more 503 error pages for now.
Top