Problem with using importcsv module in yii framework -


i trying use importcsv module in yii framework per documentation here: http://www.yiiframework.com/extension/importcsv/

after installing module, tried using going url http://localhost/index.php?r=importcsv/default/

i got page import csv file. when clicked on import csv button , chose csv file, following error:

============================

object not found!

the requested url not found on server. link on referring page seems wrong or outdated. please inform author of page error.

if think server error, please contact webmaster. error 404 localhost 21/07/2011 4:26:41 pm apache/2.2.17 (win32) mod_ssl/2.2.17 openssl/0.9.8o php/5.3.4 mod_perl/2.0.4 perl/v5.10.1

=====

i not find error. had used module in yii framework successfully. please let me know clue on have gone wrong.

this module has given many horrors install.

what worked me going module/importcsv/assets folder , opening download.js file.

at line 8 changed action url to:

'?r=importcsv/default/upload', 

the module think assumes have urlmanager in config/main.php file turned on.

if using wamp server on windows might best take urlmanager off , change action url 1 i've posted above.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -