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.
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.
-
- 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:
to your own address. Sorry but it is a virtuemart bug that it basis on addresses by this way.
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.
-
- Platinum Boarder
- GK User
- Thu Jun 10, 2010 12:31 pm
Thanks for the soloution...worked
Kind regards
Kind regards
-
- 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.
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.
-
- Junior Boarder
- GK User
- Mon Jun 14, 2010 6:49 pm
whats your www?
-
- Platinum Boarder
- GK User
- Mon Jun 14, 2010 6:59 pm
Hi,
I reinstalled the package and it does work now
Thank you
I reinstalled the package and it does work now
Thank you
-
- 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
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
-
- 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
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
-
- 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...
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...
-
- 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??
-
- 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:
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/' );
-
- Moderator
- GK User
- Tue Jul 06, 2010 4:28 pm
Worked for me...
Old urls were pointing to
Changed them to point straight to domain.
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/'
-
- 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!;)
define( 'SECUREURL', 'http://helgolandnews.de/administrator/com_virtuemart' );
i change like this way !? i really think its not the right way!;)
-
- 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
-
- Fresh Boarder
- GK User
- Tue Jul 06, 2010 11:11 pm
maitho wrote:
Same here.... it worked without the full path.. with that path.. i get image problems.
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.
-
- 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
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
-
- Fresh Boarder
- GK User
- Wed Jul 07, 2010 12:33 am
Hi
On virtuemart.cfg.phi do like this:
Cheers
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
-
- 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/
-
- Expert Boarder
- GK User
- Wed Sep 22, 2010 7:57 pm
please show me the complete lines ...
-
- 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/' );
define( 'URL', 'http://www.rubbersideup.com/' );
define( 'SECUREURL', ''http://www.rubbersideup.com/' );
-
- 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/' );
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://www.rubbersideup.com/' );
define( 'SECUREURL', 'http://www.rubbersideup.com/' );
-
- 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..
-
- Platinum Boarder
- GK User
- Thu Sep 23, 2010 3:21 pm
thanks. someone else fixed it for me.
-
- Expert Boarder
- GK User
- Thu Sep 23, 2010 7:06 pm
okay... great
-
- 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:
Correct:
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/' );
-
- Platinum Boarder
25 posts
• Page 1 of 1