Message Server: Gk Stuff Only

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Dec 07, 2011 5:12 pm
When i click on links or buttons in VirtueMart, pops up a message

Image

http://www.flickr.com/photos/71611169@N ... otostream/

What should I do? My username and password I enter, but it does not accept. Many thanks
User avatar
Fresh Boarder

GK User
Wed Dec 07, 2011 10:45 pm
Can you please check path settings in /administrator/components/com_virtuemart/virtuemart.cfg.php

for below settings / urls
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://localhost:8888/demo_ecommerce/' );
define( 'SECUREURL', 'http://localhost:8888/demo_ecommerce/' );

Change "http://localhost:8888/demo_ecommerce/" to your website which in your case seems to be projects.gavick ...
User avatar
Platinum Boarder

GK User
Thu Dec 08, 2011 7:15 pm
When I opened virtuemart.cfg.php there was already written, so

Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://project.gavick.com/_updates/joomla15/mystore/' );
define( 'SECUREURL', 'http://project.gavick.com/_updates/joomla15/mystore/' );


check
http://e-krai.bget.ru/index.php
User avatar
Fresh Boarder

GK User
Thu Dec 08, 2011 10:57 pm
Well as you can see it is not your web address in those settings. So you need to put your web address in there.
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://e-krai.bget.ru/' );
define( 'SECUREURL', 'http://e-krai.bget.ru/' );
User avatar
Platinum Boarder

Robert Gavick
Sat Dec 10, 2011 11:18 am
User avatar
Administrator


cron