Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 11:16:12 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149634 Posts in 21099 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: New shopping module  (Read 20284 times)
saschas

Offline Offline

Posts: 41



« Reply #25 on: September 02, 2007, 10:02:46 PM »

Sacha, I get the same errors as DGEC. undecided
Any clues?

Regards,
Vincent

I think it really has to do something with the tableprefixing within the template. please test if there are no errors when you disable the wb menues in the page-settings of WB.

Will try to get this done asap + updating fws to the 2.2.6 stable Version released a couple of days ago.

Greetings from belgium, Sascha
Logged
Vincent

Offline Offline

Posts: 360


WWW
« Reply #26 on: September 03, 2007, 07:57:48 AM »

Nope, doesn't make any difference, Sacha.
We'll wait just a little longer.

Regards,
Vincent
Logged
saschas

Offline Offline

Posts: 41



« Reply #27 on: September 03, 2007, 08:23:12 AM »

o.k., the error in the following line
Code:
$result = mysql_query("SELECT homepage_visible FROM ".$wb_table_prefix[0]."mod_freewebshop WHERE configured = 'true'");

So there is something wrong with the SQL statment, e.g. the result is empty.
please check if in table mod_freewebshop the field "configured" is set to 'true'.
Might be that there is a problem in the installation routine that does not set configured to true.
Please report it.

Greetings, Sascha
Logged
Vincent

Offline Offline

Posts: 360


WWW
« Reply #28 on: September 03, 2007, 08:41:43 AM »

I checked, it's set to 'true'.

Vincent
Logged
saschas

Offline Offline

Posts: 41



« Reply #29 on: September 03, 2007, 09:00:32 AM »

o.k. I tested the installationroutine again and here this error is not occuring.
So we have to do more tests on your system.

please add yust under line 7 ($result = mysql_query(".......))

this line
Code:
print_r($wb_table_prefix);
to see if the tableprefix is empty.
You should see something like
Code:
Array ( [0] => YourWBTablePrefix)
Do you use a prefix with the tables??

Greetings, Sascha
Logged
Vincent

Offline Offline

Posts: 360


WWW
« Reply #30 on: September 03, 2007, 09:26:05 AM »

I checked on another server, where I do not use table prefixes (on my testing server I do). No problem there, everything works fine!


Thanks,
Vincent
« Last Edit: September 03, 2007, 09:30:04 AM by Vincent » Logged
saschas

Offline Offline

Posts: 41



« Reply #31 on: September 05, 2007, 08:16:28 AM »

o.k. found the bug with the tableprefixing.

in /fws/topmenu.php replace
Code:
global $db_prefix;
$wb_table_prefix = explode("mod_freewebshop_", $db_prefix);
with
Code:
$wb_table_prefix = str_replace("mod_freewebshop_", "", TBL_PREV);
in the 2 SQL Queries replace $wb_table_prefix[0] by $wb_table_prefix
that's where $result = mysql_query("SELECT ................... ...".$wb_table_prefix[0].".......");

the same has to be done in /fws/templates/default/template.html
and /fws/templates/rounded/template.html

will add a release with version 2.2.6 Update2 RC1 in a few days.

greetings from belgium, Sascha

Logged
Vincent

Offline Offline

Posts: 360


WWW
« Reply #32 on: September 05, 2007, 08:23:40 AM »

Great, Sacha.

Vincent
Logged
Luckyluke

Offline Offline

Posts: 555



« Reply #33 on: November 27, 2007, 10:12:19 PM »

Hoi,

Is there an update available?
And can we see a working demo of this module?

Thxalot,
Also greetings from Belgium,  wink
Groetjes, Luckyluke
Logged
chaozz

Offline Offline

Posts: 2


« Reply #34 on: December 15, 2007, 10:07:07 PM »

I recently updated FreeWebshop.org to version 2.2.7 , so Sasha has some work to do Wink
Logged
spida

Offline Offline

Posts: 203


« Reply #35 on: February 27, 2008, 04:58:54 PM »

Hi!

I would need a visual integration of this webshop. Does anybody know if the Inline-Wrapper (http://addons.websitebaker.org/modules/dlg_by_groups/dlc.php?file=34) would work with this shop module?

Regards,
Ayshe
Logged
saschas

Offline Offline

Posts: 41



« Reply #36 on: February 28, 2008, 07:49:48 PM »

@chaozz, I've seen the update but had nearly no time to integrate it in WB, but that'll come

@spida: Yes inlinewrapping works fine.

Greetingsa from belgium, Sascha
Logged
spida

Offline Offline

Posts: 203


« Reply #37 on: February 28, 2008, 08:07:19 PM »

Hi Sascha,

thank you for your instant reply! It helps to know smiley

Regards,
Ayshe
Logged
spida

Offline Offline

Posts: 203


« Reply #38 on: February 28, 2008, 09:33:34 PM »

[quote author=chaozz link=topic=7042.msg48756#msg48756 date=1197752827]
I recently updated FreeWebshop.org to version 2.2.7 , so Sasha has some work to do Wink
[/quote]

Hi Sascha,

are you already working on this update? Need help?

Regards,
Ayshe
Logged
aroelink

Offline Offline

Posts: 26


« Reply #39 on: March 23, 2008, 02:32:27 PM »

Hi Sascha,

I'm new to this forum and to websitebaker, but the first thing I tried was implementing your freewebshop!
It works like a charm, but..... I can't get the inlinewrapping right. Do I have to adjust all of the formatting in another css-file? Or does it use the css of the WB-theme? If so, what is the best way to modify the looks of the shop so it fits into my site?

On the forum of Chaozz I read the versions prior to 2.2.7 R2 are insecure.
Is it possible for you to update your module so I could use it safely on a production site?

I would be very, very gratefull, because this shop is very complete and bugfree for a Dutch shop!

Thanks a lot in advance,

Andy (NL)
Logged
carl.batliner

Offline Offline

Posts: 18



WWW
« Reply #40 on: March 27, 2008, 12:21:53 AM »

Can't find the file to download?! Where is it
Logged

Keep Rocking and Rolling
davematt

Offline Offline

Posts: 24



« Reply #41 on: March 27, 2008, 01:28:56 AM »

Hi
this url download freeshop
http://www.chaozz.nl/?downloadid=FreeWebshop.org%202.2.7_R2.zip
or baker version http://www.websitebaker2.org/forum/index.php?action=dlattach;topic=7042.0;attach=1308  afro
« Last Edit: March 28, 2008, 09:47:32 AM by davematt » Logged
cmebd

Offline Offline

Posts: 2


« Reply #42 on: March 30, 2008, 12:58:19 AM »

Hi There,

Went to the demo site and logged in as Admin but when trying to upload an image I got a "IP address has been logged to prevent further use" this when trying to upload a graphic for a "new product".

Does the demo not allow graphic upload?
Logged
Kezza

Offline Offline

Posts: 1


« Reply #43 on: September 26, 2008, 08:51:25 AM »

freewebshop.org is down anyone know why and when its going online again?

Kezza
Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!