Activity Stream
48,167 MEMBERS
6872 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    ps3games.ORG

    Default Can someone help me with my CONFIG file please?

    I'm trying to install an auction script and I think I've gotten everything good so far, but when I try to signup/login/reset password, it says "Unable to send email, please contact an adminstrator". Well, since I'm the Administrator, I'm stuck .

    Here's my Config:

    Code: 
    FIXED
    thizzladen Reviewed by thizzladen on . Can someone help me with my CONFIG file please? I'm trying to install an auction script and I think I've gotten everything good so far, but when I try to signup/login/reset password, it says "Unable to send email, please contact an adminstrator". Well, since I'm the Administrator, I'm stuck :((. Here's my Config: FIXED Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    ps3games.ORG
    And here's the INSTALL instructions:

    Code: 
    1) 	Move the code (if it is not already) to a folder in your webroot folder.  For example /var/www/telebid.
    	If you are moving this code to a live server, copy the code into the public_html or httpdocs directory.
    
    2) 	This step is only needed if the site isn't accessable from a domain name directly. e.g. www.telebid.com
    	You need to set up a subdomain to access the site, so that the website URL is telebid.localhost
    	For more information visit: http://blog.ubrio.us/gnome/how-to-subdomain-localhost-ubuntu-osx
    	
    3) 	The next step is to create your database and dump the SQL.  In the code under /app/config/sql import the
    	file telebid.sql into your database.
    	
    4) 	Now you need to create your config file.  In app/config you will see a file called config.default.php.  
    	Rename this to config.php and fill out the details so that they match yours.  Turn demoMode to true for now.
    	
    5) 	Now you need to chmod 777 the following directories:
    	/app/tmp
    	/app/tmp/cache
    	/app/tmp/cache/models
    	/app/tmp/cache/persistant
    	/app/tmp/cache/views
    	/app/webroot/img/category_images
    	/app/webroot/img/category_images/max
    	/app/webroot/img/category_images/thumbs
    	/app/webroot/img/auctions_images
    	/app/webroot/img/auctions_images/max
    	/app/webroot/img/auctions_images/thumbs
    	/app/webroot/img/files
    	
    6) 	Now you need to create the following Cron Jobs.  We use CURL to access the URLs, but contact me if you server doesn't have CURL installed.
    	These cron jobs should be set to run every minute, of every hour, or every day.  Make sure the cronTime in the config is set to 1 also.
    	The 4 commands you need to set up are:
    	curl -s -o /dev/null http://www.domain.com/daemons/bidbutler
    	curl -s -o /dev/null http://www.domain.com/daemons/extend
    	curl -s -o /dev/null http://www.domain.com/daemons/autobid
    	curl -s -o /dev/null http://www.domain.com/daemons/close
    	
    	If you are running the site on your local host, you can test these things by simply running the daemons directly on another browser 
    	and set the cronTime to say 10 to keep it running.
    
    7)	You should now be able to access the website.  Register on the website, and your account will be set to admin.  
    	Once you have done this, turn turn the demoMode back to false.
    
    Thats it!  Enjoy the code!

  4.     
    #3
    Member
    Website's:
    gudz.org
    'Email' => array(
    'delivery' => 'smtp',
    'sendAs' => 'both',
    'host' => 'mail.bidsation.com',
    'port' => '25',
    'timeout' => '60',
    'username' => 'sales+bidsation.com',
    'password' => 'XXXXXX'
    ),
    you could try changing smtp to php

    or maybe your email port is wrong as i have changed my email port from the default

  5.     
    #4
    Member
    Website's:
    ps3games.ORG
    I got this error when I did that Scotty:

    Code: 
    Fatal error: Call to undefined method EmailComponent::__php() in /home/bidsatio/public_html/app/controllers/components/email.php on line 329
    The settings in the first post are the exact same e-mail settings I have in my cPanel.

  6.     
    #5
    Member
    Website's:
    ps3games.ORG
    How gay. LOL

    All I had to do was change "smtp" to "SMTP".

    Thanks for your help, though.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What's Your PC Config ?
    By Froomple in forum General Discussion
    Replies: 46
    Last Post: 5th Jul 2011, 07:55 AM
  2. Config rapidleech rar/unrar >2GB file ?
    By chipve in forum Webmaster Discussion
    Replies: 6
    Last Post: 1st Feb 2011, 11:38 AM
  3. Changing config file name
    By Shadow008 in forum vBulletin
    Replies: 11
    Last Post: 7th Jan 2011, 04:44 PM
  4. The config.php file could not be found
    By tzar in forum Server Management
    Replies: 13
    Last Post: 29th Sep 2010, 03:52 AM
  5. Config File
    By Ulquiorra Schiffer in forum vBulletin
    Replies: 3
    Last Post: 10th Aug 2008, 12:14 PM

Tags for this Thread

BE SOCIAL