- Posts: 6794
- Thank you received: 722
Virtuemart Admin not working
-
milos
Support Staff -
- Moderator
-
Less
More
14 years 4 months ago #3518
by milos
Replied by milos on topic Re: Virtuemart Admin not working
What's your site link? Just edit the virtuemart.cfg.php as per template documentation.
Please Log in to join the conversation.
-
gayle
Inactive member -
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
14 years 4 months ago #3519
by gayle
Replied by gayle on topic Re: Virtuemart Admin not working
Hi there,
my site link is myfengshuiprosperity.com/test/
Am I just adding the http:// to the localhost/myfengshuiprosperity/test/
around line 35 of that file? (because it doesnt seem evident how to add it - like Mels question was).
my site is live and on line 67 it has the following:
define( 'URL', 'http://192.168.1.101:8888/demo_furniture_store/' );
then
define( 'SECUREURL', 'http://192.168.1.101:8888/demo_furniture_store/' );
on line 69 and this is definitely the server that keeps timing out.
Milos where can i find the template documentation?
thank you
Gayle
my site link is myfengshuiprosperity.com/test/
Am I just adding the http:// to the localhost/myfengshuiprosperity/test/
around line 35 of that file? (because it doesnt seem evident how to add it - like Mels question was).
my site is live and on line 67 it has the following:
define( 'URL', 'http://192.168.1.101:8888/demo_furniture_store/' );
then
define( 'SECUREURL', 'http://192.168.1.101:8888/demo_furniture_store/' );
on line 69 and this is definitely the server that keeps timing out.
Milos where can i find the template documentation?
thank you
Gayle
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 4 months ago #3520
by milos
Replied by milos on topic Re: Virtuemart Admin not working
You have documentation PDF file in the package you downloaded.
In your case, those two lines should be
or with www, depending of your preference:
[/code]
In your case, those two lines should be
Code:
define( 'URL', 'http://myfengshuiprosperity.com/test/' );
define( 'SECUREURL', 'http://myfengshuiprosperity.com/test/' );
Code:
[code]define( 'URL', 'http://www.myfengshuiprosperity.com/test/' );
define( 'SECUREURL', 'http://www.myfengshuiprosperity.com/test/' );
Please Log in to join the conversation.
-
gayle
Inactive member -
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
14 years 4 months ago #3521
by gayle
Replied by gayle on topic Re: Virtuemart Admin not working
Milos,
It just gave me a little freakout. The message is:
Parse error: syntax error, unexpected T_EXIT in /home/gaylea8/public_html/test/administrator/components/com_virtuemart/virtuemart.cfg.php on line 1
Not sure what this means - I edited via ftp
I can edit via dreamweaver or note pad if this is better??
It just gave me a little freakout. The message is:
Parse error: syntax error, unexpected T_EXIT in /home/gaylea8/public_html/test/administrator/components/com_virtuemart/virtuemart.cfg.php on line 1
Not sure what this means - I edited via ftp
I can edit via dreamweaver or note pad if this is better??
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 4 months ago #3522
by milos
Replied by milos on topic Re: Virtuemart Admin not working
You probably broke the code. Extract original virtuemart.cfg.php file and change it in Notepad or DW.
Please Log in to join the conversation.
-
gayle
Inactive member -
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
14 years 4 months ago #3523
by gayle
Replied by gayle on topic Re: Virtuemart Admin not working
Thanks Milos,
Its all good again.
I think my site needed the www.
Thanks very much
Have got the documentation now and am on fire with this
Best Regards
Gayle
Its all good again.
I think my site needed the www.
Thanks very much
Have got the documentation now and am on fire with this
Best Regards
Gayle
Please Log in to join the conversation.
Time to create page: 0.094 seconds