Jump to content
The Uniform Server Community

jafo

Member
  • Posts

    8
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 2000

jafo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I was able to install magento by using 127.0.0.1 and it works fine. Here is the problem. I have a client who wants me to take an existing magneto installation and modify the css to look like an entirely different store. Imported the database and copied all of the files. configured the local.xml file to reflect the changes. When I go to the home page I get the following errors. SQLSTATE[HY000] [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Trace: #0 C:\UniServer\www\phamba\lib\Zend\Db\Adapter\Pdo\Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 C:\UniServer\www\phamba\lib\Varien\Db\Adapter\Pdo\Mysql.php(251): Zend_Db_Adapter_Pdo_Mysql->_connect() #2 C:\UniServer\www\phamba\lib\Zend\Db\Adapter\Abstract.php(448): Varien_Db_Adapter_Pdo_Mysql->_connect() #3 C:\UniServer\www\phamba\lib\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract->query('SET NAMES utf8', Array) #4 C:\UniServer\www\phamba\lib\Varien\Db\Adapter\Pdo\Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('SET NAMES utf8', Array) #5 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Resource\Type\Db\Pdo\Mysql.php(45): Varien_Db_Adapter_Pdo_Mysql->query('SET NAMES utf8') #6 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Resource.php(93): Mage_Core_Model_Resource_Type_Db_Pdo_Mysql->getConnection(Object(Mage_Core_Model_Config_Element)) #7 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Mysql4\Abstract.php(297): Mage_Core_Model_Resource->getConnection('core_read') #8 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Mysql4\Abstract.php(312): Mage_Core_Model_Mysql4_Abstract->_getConnection('read') #9 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Mysql4\Cache.php(41): Mage_Core_Model_Mysql4_Abstract->_getReadAdapter() #10 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Cache.php(424): Mage_Core_Model_Mysql4_Cache->getAllOptions() #11 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Cache.php(459): Mage_Core_Model_Cache->_initOptions() #12 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\App.php(1100): Mage_Core_Model_Cache->canUse('config') #13 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Config.php(404): Mage_Core_Model_App->useCache('config') #14 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\Config.php(286): Mage_Core_Model_Config->_canUseCacheForInit() #15 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\App.php(359): Mage_Core_Model_Config->loadModulesCache() #16 C:\UniServer\www\phamba\app\code\core\Mage\Core\Model\App.php(295): Mage_Core_Model_App->_initModules() #17 C:\UniServer\www\phamba\app\Mage.php(596): Mage_Core_Model_App->run(Array) #18 C:\UniServer\www\phamba\index.php(78): Mage::run('', 'store') #19 {main} --------------------------------------------------------------------------------------------------------------------- the setting in the local.xml file that associates the path for mysql.sock is pointed at /tmp/mysql.sock when I change it too say 127.0.0.1 then I get a bad host name Invalid host. I have tried numerous variations and all the other settings are correct including core_conf in magneto to reflect the virtual domain name. Any ideas? Thanks! Also, there is nothing in logs. I think it comes down to the way it tries to connect to the socket. Any idea?
  2. I upgraded to Mona, by the way fantastic job . The problem is that curl doesn't seem to work at all. unmarked extension=php_curl.dll in php.ini php_curl.dll is in the extentions directory libeay32.dll and ssleay32.dll are in the bin folder in apache2. But when installing sugar it doesn't see the curl module. Also, how can I get the IMAP Module to work for sugar. Thanks!
  3. Have a problem here. Have two urls, www.example1.com & www.example2.com. Created two virtual hosts and pointed them both to /www/example. Problem is that www.example1.com resolves just fine, but www.example2.com opens http://localhost/ ... from the outside. ##########VIRTUAL HOST SETUP########## # example1 <VirtualHost *> ServerName example1.com DocumentRoot c:/UniServerX.X/www/example ServerAlias www.example1.com </VirtualHost> ##########VIRTUAL HOST SETUP########## # example2 <VirtualHost *> ServerName example2.com DocumentRoot c:/UniServerX.X/www/example ServerAlias www.example2.com </VirtualHost> The folder contains a wordpress installation. Any Ideas? TIA
  4. jafo

    SSL IP Alaising

    http://center.uniformserver.com/u35_mod_ss...ulti_sites.html Read that and wasn't sure if it would work using FQDN's. Example site one https://joe.com site two https://john.com I read an article http://www.ibm.com/developerworks/linux/li...a-multissl.html Stating; "Host multiple SSL sites on a single network card with IP aliasing" I have to do this on a live box, I would rather not have a lot of down time. So here is the situation. One switch, Multiple outside IP's, One router, one nic, one server and I have two shopping carts for separate clients on that same box needing SLL for each. Is there anyway it can be done? I would be great full for any help. Thanks!
  5. I'd like to thank you guys for all of your hard work on Uniform server. Couple of minor woes though. Will there be any implementation to run apache and mysql as services in the future? Reason I ask is for example Hmail, it can't find Mysql so everytime the server reboots I have to start the server back up and even though there is a database for hmail I have to go through the database setup over and over again.
  6. That was exactly it. I think eAccelorator was the main problem or the cashe. Would have gotten back to you sooner but your server was down... which makes me scratch my head lol.
  7. Yep, asked Link Really perplexed over this. I have tried everything I can think of.
  8. Having a problem installing a php shopping cart. Getting the error memory_limit needs to be at least 20MB. Default in Uniform Server is 32M, have set it to others even higher still no go. Is this a problem with the way Apache was compiled using the RLimitMEM directive? Is there anyway to change this in https.conf or .htaccess? windows 2000 Uniform Server 3.5 Avactis Shopping cart 1.7.2 Thanks!
×
×
  • Create New...