Forums / Templates, Stylesheets, Page Layout / No input file specified

No input file specified

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
03 Jun 2006, 15:22
#1
derbra1513 avatar

derbra1513

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

No input file specified

I get a No input file specified error when i try to "checkout" or "login". I tried uninstalling and then installing again and i get the same error. Any thoughts?
03 Jun 2006, 15:34
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: No input file specified

Have you an URL that we could peek at?
03 Jun 2006, 16:38
#3
derbra1513 avatar

derbra1513

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: No input file specified

www.nucrisp.com/Zencart
03 Jun 2006, 17:52
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: No input file specified

You have no products to try checkout ...

Login does give the error stated ...

Did you notice that the URL changes?

Your site is at:
www.nucrisp.com/Zencart


Your login is at:
http://www.nucrisp.com/index.php?main_page=login


Could you post, from the server, the file:

/Zencart/includes/configure.php

without your username and password?
03 Jun 2006, 20:39
#5
derbra1513 avatar

derbra1513

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: No input file specified

very interesting....when i got to http://www.nucrisp.com/Zencart/index.php?main_page=login it works, maybe i did something wrong with links.... anywho here is the configure file

<?php
/**
*
* @package Configuration Settings
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
*/


// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.nucrisp.com');
define('HTTPS_SERVER', 'https://www.nucrisp.com/Zencart');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/Zencart/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

define('DIR_WS_PHPBB', '/');

// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/data/11/0/159/88/811577/user/832689/htdocs/Zencart/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'nucrisp');
define('DB_SERVER', '*********'); // eg, localhost - should not be empty
define('DB_SERVER_USERNAME', '*************');
define('DB_SERVER_PASSWORD', '*************');
define('DB_DATABASE', 'nucrisp');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'

// The next 2 "defines" are for SQL cache support.
// For SQL_CACHE_METHOD, you can select from: none, database, or file
// If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
// or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
// ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
define('SQL_CACHE_METHOD', 'none');
define('DIR_FS_SQL_CACHE', '/data/11/0/159/88/811577/user/832689/htdocs/Zencart/cache');

?>
03 Jun 2006, 21:09
#6
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: No input file specified

	
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.nucrisp.com');
define('HTTPS_SERVER', 'https://www.nucrisp.com');<<<change

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/Zencart/');
define('DIR_WS_HTTPS_CATALOG', '/Zencart/'); <<<change
05 Jun 2006, 08:35
#7
derbra1513 avatar

derbra1513

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: No input file specified

dont take this the wrong way guys but ...... I LOVE YOU
(thanks for helpin me out w/ my newbie problems)