administrator/administrator/

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Jul 04, 2010 7:41 am
I have installed Mystore quickstart

virtuemart points to administrator/administrator/ and returns 404 error

http://www.domain.com/administrator/adm ... virtuemart

404 Not Found
The requested URL /administrator/administrator/index.php?pshop_mode=admin&page=product.product_list&option=com_virtuemart does not exist.

How to solve
User avatar
Fresh Boarder

GK User
Sun Jul 04, 2010 9:54 am
how do you get this ? when you push which buttons? are we on the backend or front end?
User avatar
Platinum Boarder

GK User
Sun Jul 04, 2010 3:51 pm
Backend, It always point to administrator/administrator/ so I have to change the url manually from administrator/administrator/ to administrator/ each time I want to change / delete / update...
User avatar
Fresh Boarder

GK User
Sun Jul 04, 2010 6:45 pm
Hi

I recommend a new installation, because it seams the present one was not done properly.

Cheers
User avatar
Platinum Boarder

GK User
Sun Jul 04, 2010 9:43 pm
Ok I´ll try that, thx
User avatar
Fresh Boarder

GK User
Wed Jul 07, 2010 12:50 am
Seichinha wrote:
Hi

I recommend a new installation, because it seams the present one was not done properly.

Cheers

Hmmm :-(
You don't mean that...
I have also just installed the Quickstart myStore. FTP'ed the file to my server, followed the default Joomla install, up in 2 minutes... everything was fine!

But then when I go to Virtuemart everywhere it shows /administrator/administrator/
When I look at my FTP I can't get that path to be right.
I don't see what a reinstall can do different? I would just do the same thing as first time.

The missing icons is there, as the code says:
<img src="components/com_virtuemart/themes/default/images/administration/dashboard/store.png"
But when loged into domain.com/administrator/ should it not be:
<img src="../components/com_virtuemart/themes/default/images/administration/dashboard/store.png" ?

Best regards,
Henrik Nielsen
User avatar
Expert Boarder

GK User
Wed Jul 07, 2010 1:00 am
User avatar
Expert Boarder

teitbite
Wed Jul 07, 2010 1:05 pm
Hi

Could You please tell me what did You set into VM config file ?
User avatar
Moderator

GK User
Wed Jul 07, 2010 5:21 pm
this error only comes if you forget the / in the end in the virtuemart parts that need changes...

e.g this will give the error :
Code: Select all
define( 'URL', 'http://demo.explode.dk/mystore' );

define( 'SECUREURL', 'http://demo.explode.dk/mystore' );


this will work
Code: Select all

define( 'URL', 'http://demo.explode.dk/mystore/' );

define( 'SECUREURL', 'http://demo.explode.dk/mystore/' );
User avatar
Platinum Boarder

GK User
Wed Jul 07, 2010 5:45 pm
Problem solved!
It had nothing to do with /administrator/administrator/
Problem was as explodedk described it and in other thread.
In the file /administrator/components/com_virtuemart/virtuemart.cfg.php

Code was:
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', '' );
define( 'SECUREURL', '' );


Should be:
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://www.mydomain.com/' );
define( 'SECUREURL', 'http://www.mydomain.com/' );


The Virtuemart errors I had in frontpage is also gone!

Thx! forum ;)
User avatar
Expert Boarder

GK User
Wed Jul 07, 2010 5:46 pm
great... wdytam hope this works for you aswell :D
User avatar
Platinum Boarder

GK User
Wed Jul 07, 2010 8:06 pm
flexsus your answer was great.

I had same problem as soon as i intsalled the template.

Thank you!
User avatar
Senior Boarder

GK User
Wed Jul 28, 2010 12:55 pm
Hi.
Go to vm, and type youre domain or server...
User avatar
Fresh Boarder

GK User
Wed Jul 28, 2010 12:59 pm
just like this :)
u dont need change any files just write youre domain.. or server
User avatar
Fresh Boarder

GK User
Wed Jul 28, 2010 1:02 pm
:)
User avatar
Fresh Boarder

GK User
Wed Jul 28, 2010 1:03 pm
.
User avatar
Fresh Boarder

GK User
Fri Jul 30, 2010 7:09 pm
VirtueMart recently released version 1.1.5 on 20 July 2010. Installing the new release fixed this problem for me.

Will the MyStore template get updated with the new release?
User avatar
Fresh Boarder

GK User
Sun Aug 01, 2010 1:02 pm
Thanks heaps for the tip it was so easy to fix once ya know how
User avatar
Fresh Boarder

GK User
Thu Aug 05, 2010 12:52 pm
Well I have the same problem. And I downloaded and installed fresh MyStore so it is not fixed by default.

It is impossible to write domain into VM as it always returns 404 error. Possible only configuring address manually. I will try changing code as stated above or type correct path to write domain.
User avatar
Gold Boarder

teitbite
Sat Aug 07, 2010 2:38 pm
Hi

Please check the domain address again. 404 is being shown only if the address is incorrect. This bug is inside VM, so we cannot fix it for them, sorry.
User avatar
Moderator


cron