Virtuemart Admin not working

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 month ago #3518 by milos
What's your site link? Just edit the virtuemart.cfg.php as per template documentation.

Please Log in to join the conversation.

More
14 years 1 month ago #3519 by gayle
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

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 month ago #3520 by milos
You have documentation PDF file in the package you downloaded.

In your case, those two lines should be
Code:
define( 'URL', 'http://myfengshuiprosperity.com/test/' ); define( 'SECUREURL', 'http://myfengshuiprosperity.com/test/' );
or with www, depending of your preference:
Code:
[code]define( 'URL', 'http://www.myfengshuiprosperity.com/test/' ); define( 'SECUREURL', 'http://www.myfengshuiprosperity.com/test/' );
[/code]

Please Log in to join the conversation.

More
14 years 1 month ago #3521 by gayle
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??

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 month ago #3522 by milos
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.

More
14 years 1 month ago #3523 by gayle
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

Please Log in to join the conversation.

Time to create page: 0.089 seconds
Powered by Kunena Forum