Request GK log on myStore Quickstart

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Jun 10, 2010 6:17 am
Hi,
I have just installed myStore on Xampp 1.7. Installation width out any errors.

But when i load myStore it ask´s for username and password by http://project.gavick.com. website says: "GK Staff Only"

I can load the admin area width demo/demo but not log into virtuemart?

Really a nice template worth waiting for :-)

Keep up the good work.

Have a nice day.
User avatar
Senior Boarder

GK User
Thu Jun 10, 2010 9:38 am
this has been covered ....
It is connected with file administrator/components/com_virtuemart/virtuemart.cfg where you have to change lines:

Code: Select all
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://project.gavick.com/dziudek/may2010/' );

define( 'SECUREURL', 'http://project.gavick.com/dziudek/may2010/' );


to your own address. Sorry but it is a virtuemart bug that it basis on addresses by this way.
User avatar
Platinum Boarder

GK User
Thu Jun 10, 2010 12:31 pm
Thanks for the soloution...worked :-)
Kind regards
User avatar
Senior Boarder

GK User
Mon Jun 14, 2010 6:16 pm
Could it be something else please?
I change that but I still can't access to the virtuemart in admin.
Could I reinstall the VirtueMart without loosing the demo database?
Thanks a lot.
J.
User avatar
Junior Boarder

GK User
Mon Jun 14, 2010 6:49 pm
whats your www?
User avatar
Platinum Boarder

GK User
Mon Jun 14, 2010 6:59 pm
Hi,
I reinstalled the package and it does work now ;)
Thank you :)
User avatar
Junior Boarder

GK User
Wed Jun 30, 2010 1:30 pm
I tried this but it didnt work to well.. I might have missed some step though.

Ok, so here is my status:

1. I have installed the template on localhost, it seams to work fine, besides from it linking to the Gavick Demo site a lot.

2. I tried to connect to Virtuemart, but get an admin login window where i cannot login.

3. I tried the above mentioned code change. First, my file is not called, virtuemart.cfg, but virtuemart.cfg.php. After opening this, the codes i find is not http://project.gavick.com/dziudek, but http://demo.gavick.com/joomla15. And when i change this to my local host address, nothing works in the virtue mart section.

I really hope the documentation is coming out soom, cause this is confusing for novice people like myself
User avatar
Expert Boarder

GK User
Wed Jun 30, 2010 1:30 pm
I tried this but it didnt work to well.. I might have missed some step though.

Ok, so here is my status:

1. I have installed the template on localhost, it seams to work fine, besides from it linking to the Gavick Demo site a lot.

2. I tried to connect to Virtuemart, but get an admin login window where i cannot login.

3. I tried the above mentioned code change. First, my file is not called, virtuemart.cfg, but virtuemart.cfg.php. After opening this, the codes i find is not http://project.gavick.com/dziudek, but http://demo.gavick.com/joomla15. And when i change this to my local host address, nothing works in the virtue mart section.

I really hope the documentation is coming out soon, cause this is confusing for novice people like myself
User avatar
Expert Boarder

GK User
Wed Jun 30, 2010 1:53 pm
Hi
Find this in adminstrator/components/com_virtuemart/virtuemart.cfg.php:

// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://localhost/store/' );

define( 'SECUREURL', 'http://localhost/store/' );

I have changed the path to my need - and it works fine.

Kind regards...
User avatar
Senior Boarder

GK User
Tue Jul 06, 2010 2:05 am
me too what is the right path.. the two i use got broken the backend of virtuemart??
User avatar
Fresh Boarder

teitbite
Tue Jul 06, 2010 1:44 pm
Hi

I do not know how to answer You :/ That should me Your domain name.

Example:

Code: Select all
define( 'URL', 'http://mydomain/' );
define( 'SECUREURL', 'http://mydomain/' );
User avatar
Moderator

GK User
Tue Jul 06, 2010 4:28 pm
Worked for me...

Old urls were pointing to

Code: Select all
'http://demo.gavick.com/joomla15/may2010/'


Changed them to point straight to domain.

Code: Select all
'http://mydomain,com/'
User avatar
Fresh Boarder

GK User
Tue Jul 06, 2010 10:40 pm
define( 'URL', 'http://www.helgolandnews.de/administrator/components/com_virtuemart/' );

define( 'SECUREURL', 'http://helgolandnews.de/administrator/com_virtuemart' );


i change like this way !? i really think its not the right way!;)
User avatar
Fresh Boarder

GK User
Tue Jul 06, 2010 10:51 pm
The requested URL /administrator/components/com_virtuemart/administrator/index.php was not found on this server. i only get this when i want into the products and the visual backend is broken
User avatar
Fresh Boarder

GK User
Tue Jul 06, 2010 11:11 pm
maitho wrote:
The requested URL /administrator/components/com_virtuemart/administrator/index.php was not found on this server. i only get this when i want into the products and the visual backend is broken


Same here.... it worked without the full path.. with that path.. i get image problems.
User avatar
Fresh Boarder

GK User
Tue Jul 06, 2010 11:22 pm
wow .. i`m now on virtuemart forum .. trying to find there something is a full time job .. everything is questioned 100 times and finding the one with the right answer i don`t belive in!!
I subscribe last time cause i want the mystore template ...working.. im not real good in understanding all php functions and i havent the time for... dammm


last try

67 define( 'URL', ''/components/com_virtuemart/'' );

69 define( 'SECUREURL', ''/components/com_virtuemart/'' );


dont real understand that path problem my site is www.helgolandnews.de
User avatar
Fresh Boarder

GK User
Wed Jul 07, 2010 12:33 am
Hi

On virtuemart.cfg.phi do like this:

Code: Select all
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://www.helgolandnews.de/' );

define( 'SECUREURL', 'http://www.helgolandnews.de/' );


Cheers
User avatar
Platinum Boarder

GK User
Wed Sep 22, 2010 7:56 pm
i put my base url and it still doesn't work. http://www.rubbersideup.com/
User avatar
Expert Boarder

GK User
Wed Sep 22, 2010 7:57 pm
please show me the complete lines ...
User avatar
Platinum Boarder

GK User
Wed Sep 22, 2010 9:20 pm
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://www.rubbersideup.com/' );

define( 'SECUREURL', ''http://www.rubbersideup.com/' );
User avatar
Expert Boarder

GK User
Wed Sep 22, 2010 10:33 pm
sorry copied it wrong. it is
// these path and url definitions here are based on the Joomla! Configuration

define( 'URL', 'http://www.rubbersideup.com/' );

define( 'SECUREURL', 'http://www.rubbersideup.com/' );
User avatar
Expert Boarder

GK User
Thu Sep 23, 2010 7:58 am
and that aint working ? please send me ftp access and joomla access and tell me exactly where you get errors..
User avatar
Platinum Boarder

GK User
Thu Sep 23, 2010 3:21 pm
thanks. someone else fixed it for me.
User avatar
Expert Boarder

GK User
Thu Sep 23, 2010 7:06 pm
okay... great :)
User avatar
Platinum Boarder

GK User
Fri Nov 26, 2010 2:27 am
I know that you already fix it, but others here's the solution for this case:

Wrong:

Code: Select all
define( 'URL', 'www.rubbersideup.com/' );
define( 'SECUREURL', 'www.rubbersideup.com/' );


Correct:

Code: Select all
define( 'URL', 'http://www.rubbersideup.com/' );
define( 'SECUREURL', 'http://www.rubbersideup.com/' );
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.