Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hey all...

 

I'm using EasyPopulate for my inventory uploads, which is awesome. It was working beautifully, until I installed the PayPal IPN Contribution. PayPal IPN works for the most part, the problem that I'm having is that I can no longer get into any of my osCommerce Admin pages.

 

For example, when I type this address into my browser: http://www.talktomeonline.com/v-web/ecomme...admin/index.php

 

I get this error:

Warning: main(../../../../../../admin/includes/configure.php): failed to open stream: No such file or directory in /home/talktome/.panel/web/ecommerce/os/catalog/admin/includes/application_top.php on line 29

 

Warning: main(../../../../../../admin/includes/configure.php): failed to open stream: No such file or directory in /home/talktome/.panel/web/ecommerce/os/catalog/admin/includes/application_top.php on line 29

 

Fatal error: main(): Failed opening required '../../../../../../admin/includes/configure.php' (include_path='.:/usr/local/lib/php') in /home/talktome/.panel/web/ecommerce/os/catalog/admin/includes/application_top.php on line 29

 

If I type http://www.talktomeonline.com/v-web/ecomme...asypopulate.php into my browser, I get:

 

Warning: main(../../../../../../../osCommerce/catalog/admin/includes/application_top.php): failed to open stream: No such file or directory in /home/talktome/.panel/web/ecommerce/os/catalog/admin/easypopulate.php on line 156

 

Warning: main(../../../../../../../osCommerce/catalog/admin/includes/application_top.php): failed to open stream: No such file or directory in /home/talktome/.panel/web/ecommerce/os/catalog/admin/easypopulate.php on line 156

 

Fatal error: main(): Failed opening required '../../../../../../../osCommerce/catalog/admin/includes/application_top.php' (include_path='.:/usr/local/lib/php') in /home/talktome/.panel/web/ecommerce/os/catalog/admin/easypopulate.php on line 156

 

Can someone please, please help me? I'm stuck, and I have no idea how to fix this.

 

I'm happy to provide the contents of my application_top.php and related pages if that would help.

 

Thank you so much.

Melanie

[talktomeonline.com]

Posted

easypopulate has nothing to do with paypal, or any other module for that matter. when you installed ep all you did was create an catalog box link.

you must have done something incorrectly with paypal

 

post your line 156 of easypopulate (actually from 150 to 160 or so)

Posted
easypopulate has nothing to do with paypal, or any other module for that matter.  when you installed ep all you did was create an catalog box link.

you must have done something incorrectly with paypal

 

post your line 156 of easypopulate (actually from 150 to 160 or so)

 

Hi Mibble, I know EasyPopulate and PayPal IPN don't have anything really to do with each other, except that they do share some of the same files... So, yes, I'm sure I screwed something up while installing the PayPal IPN, or I wouldn't be in this mess, that's why I'm asking for help....

 

Here are lines 148 through 166 of easypopulate.php:

//*******************************

//*******************************

// S T A R T

// INITIALIZATION

//*******************************

//*******************************

 

 

require('/home/talktome/.panel/web/ecommerce/os/catalog/includes/application_top.php');

require('/home/talktome/.panel/web/ecommerce/os/catalog/includes/database_tables.php');

 

//*******************************

// If you are running a pre-Nov1-2002 snapshot of OSC, then we need this include line to avoid

// errors like:

//  undefined function tep_get_uploaded_file

if (!function_exists(tep_get_uploaded_file)){

include ('../../../../../../osCommerce/admin/easypopulate_functions.php');

}

//*******************************

Posted (edited)

any particular you changed:

 

require('includes/application_top.php');

require('includes/database_tables.php');

 

to your setting? that will definitely screw things up

 

also:

 

if (!function_exists(tep_get_uploaded_file)){

include ('easypopulate_functions.php');

}

 

by the way, if you have easypopulate questions, etc here is the official thread:

 

http://www.oscommerce.com/forums/index.php?showtopic=64945

 

all questions, comments, etc go there.

Edited by Mibble
Posted
any particular you changed:

 

require('includes/application_top.php');

require('includes/database_tables.php');

 

to your setting?  that will definitely screw things up

 

also:

 

if (!function_exists(tep_get_uploaded_file)){

include ('easypopulate_functions.php');

}

 

by the way, if you have easypopulate questions, etc here is the official thread:

 

http://www.oscommerce.com/forums/index.php?showtopic=64945

 

all questions, comments, etc go there.

 

Mibble! You rock! I love you!! :-)

 

I simply changed the settings back to where they were in easypopulate.php (I simply excluded the full path), and I also changed line 29 of application_top.php to exclude the path of configure.php and it frieking worked! I can't beleive it. If you were here, I'd plant a BIG kiss on your cheek!

 

Thank you so much!

 

Melanie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...