X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Webmaster mode quit working (https://forum.x-cart.com/showthread.php?t=1968)

Rob 03-21-2003 11:44 AM

Webmaster mode quit working
 
I've been using the webmaster mode successfully for a couple of days, and now all of a sudden it quit working.

I have rebooted the computer, no success, and I don't know what else to try.

Thanks for any help/

Rob

ndv 03-24-2003 05:07 AM

re: webmaster
 
Try to turn it off at admin zone->Webmaster, button "Close Webmaster mode"

thejason 03-26-2003 03:16 PM

this is odd, mine stopped working also, and whats evern weirder is that I reinstalled everything, dropped all the tables in the databases and did clean install and all... i'm guessing it has something to do with my settings in my browser? the little pop up window that used to appear doesn't anymore, and i get a "Invalid Character" error in line 254 char 87 code 0 in admin/editor_mode.php

suisse 03-27-2003 07:06 AM

webmaster-mode doesn't work for me -- either!
 
Hi All,

My webmaster-mode has also stopped working -- I still can see the templates via the debug window (debug console is enabled) -- but, I can no longer directly edit any of the form labels like I used to be able to do. Is this something that maybe x-cart developers need to look into?

Regards,

J

Rob 03-29-2003 09:34 AM

still no luck
 
I turned off webmaster mode, shut down browser, restarted browser and turned on webmaster mode, but it still doesn't work.

If I restore all files, it will start to work, but at this point I have made too many changes to my files to resore the originals and start over again.

There must be a particular file I can restore to get it working? I have sent a message to Tech support, but this is a weekend so I don't know when I'll get a response.

If I get a solution, I will post it here.

Rob

thejason 03-31-2003 09:38 PM

oddly enough, it just worked just right now.. and i swear i didn't do anything different! i just installed opera browser and tried it on that, didn't work too well, and then tried it on IE6 again and it works !

Rob 04-02-2003 08:45 AM

Answer
 
I've looked through your templates and noticed, that you
are using compiled templates. It means that all $lng.* variables in
every template are changed by their values which are stored
in the database. So when you try to alter variables in Language section or in webmaster mode, every variable value is changed in database.
And when the browser loads page, $lng.* variables values are taken from database and are put on the screen only if you are using not compiled templates. Because in compiled templates the values are already there but not variables $lng.*.

It is not necessary to compile templates. This feature was made for increasing the speed (because we don't have to
find anything in the database).

Webmaster mode works only with not compiled templates.

There is no way to convert complied templates to uncompiled.

shan 04-02-2003 09:08 AM

one way to remove all the other language entries in the database is run an sql command to delete all but the ones that you want to stay.

each language has a language code ie US / GB English = US

so you could run this to remove everything but US / English

Code:

DELETE FROM xcart_languages WHERE code <> "US"


All times are GMT -8. The time now is 01:56 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.