Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate 2.4 Question


Guest

Recommended Posts

Hi all! I've installed EP 2.4 on my server used it to download a complete file with all of my products. I have added what was needed and then tried to upload it. It processed for about a minute and then went back to the main EP screen. So, I thought it was done. When I checked the website nothing had changed.

 

I remember reading that over 300 products that the file would need to be split. So I went back to the EP screen and found my file and clicked split. After one minute or so it went back to the main EP screen with no messages of anything. So, I guessed it was done. Checked my temp directory and nothing was there. I'm guessing I missed something somewhere when configuring EP. Any help would be appreciated!

 

-Travis

Link to comment
Share on other sites

I would verify your temp directory is setup correctly in easypopulate.php

 

Around line 154

$tempdir = "/catalog/temp/";

 

The directory can be whatever you want..

 

Then, make sure that whatever directory you have listed there is CHMOD to 777.

 

HTH

 

~Jason

Link to comment
Share on other sites

Hi all! I've installed EP 2.4 on my server used it to download a complete file with all of my products. I have added what was needed and then tried to upload it. It processed for about a minute and then went back to the main EP screen. So, I thought it was done. When I checked the website nothing had changed.

 

I remember reading that over 300 products that the file would need to be split. So I went back to the EP screen and found my file and clicked split. After one minute or so it went back to the main EP screen with no messages of anything. So, I guessed it was done. Checked my temp directory and nothing was there. I'm guessing I missed something somewhere when configuring EP. Any help would be appreciated!

 

-Travis

 

Hi Travis,

 

Generally, the "returns to ep screen with no output" type behaviour means EP is hitting a constraint about the php scripting setup of the server. If uploading the file and it dies, that typically means it exceeded the amount of time a script can run.

 

Generally, temp file problems will cause lots of "no permissions" errors, which you're not getting.

 

Some questions to consider:

How big is the file you're trying to upload?

Is there a maximum file size upload limit that your hoster has applied?

 

I would try downloading a file, deleteing everything except one record and the header row. Then edit that row and upload that. See if that will make it in.

 

Then go from there.

 

Tim

Link to comment
Share on other sites

I've tried about everything I know. I have updated and re-checked the configuration. Nothing seems to be out of the ordinary. Is it possible I have something wrong with the sql database?

 

Also, I downloaded the file and then put one product in. Then tried to upload it to the database with EP. It just defaulted back to the main page after a second. This is a great program I have heard and I appreciate all the responses and help and look forward to getting it running. Any other ideas would be appreciated.

 

Thanks!

Link to comment
Share on other sites

I've tried about everything I know. I have updated and re-checked the configuration. Nothing seems to be out of the ordinary. Is it possible I have something wrong with the sql database?

 

Also, I downloaded the file and then put one product in. Then tried to upload it to the database with EP. It just defaulted back to the main page after a second. This is a great program I have heard and I appreciate all the responses and help and look forward to getting it running. Any other ideas would be appreciated.

 

Thanks!

 

Send me the file you're trying to upload, and I'll push it into my dev store and see what happens. Something very basic seems to be wrong, maybe we can at least verify the file is OK....

 

Tim (EP author)

Link to comment
Share on other sites

Hi,

 

:?:

I was wondering way you need to use "EOFEOF" at the end of every row. It was causing some confusion with a client and I removed it. Made changes to the code and it is working fine.

 

The file() function puts the uploaded file into array and then I trim() each element.

 

Also I changed the code so the categories have sequential order:

category1= root, category2= next level etc.

 

If you would like to see my code let me know ...

 

 

 

Regards,

 

Kots

Link to comment
Share on other sites

Hi,

 

:?:

I was wondering way you need to use "EOFEOF" at the end of every row. It was causing some confusion with a client and I removed it. Made changes to the code and it is working fine.

 

The file() function puts the uploaded file into array and then I trim() each element.

 

Also I changed the code so the categories have sequential order:

category1= root, category2= next level etc.

 

If you would like to see my code let me know ...

 

 

 

Regards,

 

Kots

 

Yes, please send it to me, I'll take a look and see about including it in the next release.

 

Tim

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...