News:

Looking for documentation? Take a look on our wiki

Main Menu

[OBSOLETE] Can't upload csv file

Started by patrik60, January 04, 2008, 14:31:00 PM

Previous topic - Next topic

patrik60

When I use csv upload for products I get this message:

Sorry, but we could not verify your Security Token.
Go back and try again please.

Joomla 1.0.13
VM rev 1117

Patrik

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum


iqapps1

Quote from: aravot on January 04, 2008, 21:06:42 PM
Fixed in revision 1119
NOOP!!!! CSV upload still shows same message.....


Regards
IQAPPS


iqapps1

Quote from: aravot on January 04, 2008, 22:22:50 PM
Works for me, did you overwrote the files or started fresh, I started fresh.

I overwrote file It's only two iles changed in this rev...Right!?

Regards
IQAPPS

aravot

If you are overwriting the files than you need to change one more thing.

In administration/components/com_virtuemart/virtuemart.cfg.php search for rand() and remove it.

After removing the line of code should look like
define('ENCODE_KEY', md5( $mosConfig_secret ) );

iqapps1

Hi

You mean virtuemart.cfg-dist.php file ...this is file I pload to my server....I gooing to upload all files again and test ..tryed with to clear browser chace butno luck....lol


Regards
IQAPPS


patrik60

It still doesn't work. I've made a absolutely fresh installation of virtuemart rev 1119 without installing the sample dates, that means  nothing to overwrite, no product in the shop, going directly to the shop. Uploading a csv file always results in the same error message.

patrik

jenkinhill

Confirmed still to be an error in 1119. If you try to export a CSV file of the default products or if you try to upload a CSV file it gives the Security Token error message.


Database Version: 4.1.22
PHP Version:  4.4.4
Web Server: Apache
VirtueMart 1.1: Ver. 1119
Joomla! Version: Joomla! 1.5 Beta4+ Rev 9840 2008-01-03
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

patrik60

I get also to error messages, may be this helps to solve the problem:

when trying to export a csv file:


Warning: Cannot modify header information - headers already sent by (output started at /home/ferbattu/public_html/joomla/administrator/components/com_virtuemart/classes/mainframe.class.php:101) in /home/ferbattu/public_html/joomla/administrator/components/com_virtuemart/classes/ps_main.php on line 831

when trying to upload a csv file:

Fatal error: Call to undefined method mosMainFrame::close() in /home/ferbattu/public_html/joomla/administrator/components/com_virtuemart/classes/mainframe.class.php on line 155


patrik

iqapps1