Jump to content

Warning: implode() [function.implode]: Bad arguments. in general.php


delickate

Recommended Posts

basically, you're calling the function with bad arguments..

 

string implode(string $glue, array $pieces)

 

for example:

 

$animals = array("Dolphin", "Dog", "Cat");

print "Animals I've seen: " . implode(", ", $animals);

 

 

hi,

This error occure when i try the Add-on "separate_price_414 per customer".

so there was no of files where i made changes.

the complete error is :

 

Warning: implode() [function.implode]: Bad arguments. in C:\wamp\www\osc\catalog\admin\includes\functions\general.php on line 1438

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') order by stores_name' at line 1

 

select stores_id, stores_name, stores_config_table from stores where stores_id in() order by stores_name

 

[TEP STOP]

 

so plz help. how to resolve it.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.