Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Pupulate Install Problem


bigfanboy

Recommended Posts

I beleive I've followed the install directions to a T. When I goto Easy Populate in the Admin Block I get the error.

 

Parse error: parse error, expecting `','' or `';'' in /home/pubmp3o/public_html/ecom/admin/easypopulate.php on line 659

 

Line 659 is

 

echo FILENAME ': ' . $localfile . "<br>";

 

It looks good to me, my editor says it's OK.

 

I'm not a PHP editor.

 

Any help is apreciated.

 

Thanks

Link to comment
Share on other sites

hi, Thanks for that i had the same prob. but now ive got

 

 

Warning: main(includes/database_tables.php): failed to open stream: No such file or directory in /home/kiwiwebs/clients/a-m/firstcomputers/admin/easypopulate.php on line 153

 

Fatal error: main(): Failed opening required 'includes/database_tables.php' (include_path='.:/usr/local/lib/php') in /home/kiwiwebs/clients/a-m/firstcomputers/admin/easypopulate.php on line 153

 

 

Any idea would be helpful cos im very new at all this

 

thanks in advance

 

Alex

Link to comment
Share on other sites

  • 2 weeks later...
Parse error: parse error, expecting `','' or `';'' in /home/pubmp3o/public_html/ecom/admin/easypopulate.php on line 659

 

Thanx Bigfanboy ... I had the same and your suggestion for the "." worked ... shot !

 

;)

From all the things I lost, I miss my mind the most - Ozzy Ozborne

Link to comment
Share on other sites

I have the same problem. I uploaded easy populate into a fresh copy of oscommerce and am getting this message when I click on the easy populate button:

 

Warning: main(includes/database_tables.php): failed to open stream: No such file or directory in /web/toolsetc/public_html/shop/admin/easypopulate.php on line 153

 

Fatal error: main(): Failed opening required 'includes/database_tables.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /web/toolsetc/public_html/shop/admin/easypopulate.php on line 153

 

 

If anyone has any ideas as to a solution. I would really appreciate it!

 

Alton :(

Link to comment
Share on other sites

Hi,

 

I had the same problem on line 153. I "fixed" it by downloading a copy of oscommerce and copying the file database_tables.php into my admin/includes directory.

 

I have no clue in programming and it's probably not the right way to deal with it, but it worked.

 

Good luck

Link to comment
Share on other sites

what is the deal with this error?

 

Parse error: parse error, expecting `','' or `';'' in /admin/easypopulate.php on line 659

 

I tried change the code as mentioned above but nothing happens....

Could someone with the working php page paste it here inside code tags so I can compare it to what I have?

Need Hosting? Just ask!

Link to comment
Share on other sites

change

 

echo FILENAME ': ' . $localfile . "<br>";

 

to

 

echo FILENAME . ': ' . $localfile . "<br>";

 

(Note the fullstop after "FILENAME" - This worked for me)

Edited by Ascii

From all the things I lost, I miss my mind the most - Ozzy Ozborne

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