PDA

View Full Version : PHP Shop no categories?


BzBeauty
15.07.2004, 00:49
Ok,
I installed Php shop component

then I installed php shop module and set the module to published

now I try to create categories etc. and I can't edit or add anything? - when I click on the menu option the page just returns blank.

am I missing a step?

wolfsz
17.07.2004, 08:30
Are you actually seeing the phpshop component in the Components drop down on the Admin site? If you are and you click it does the phpshop management screen get displayed?

BzBeauty
19.07.2004, 18:20
Are you actually seeing the phpshop component in the Components drop down on the Admin site? If you are and you click it does the phpshop management screen get displayed?

The componet and module install fine. I see the menus and the opening page summaries, but when I click on the menu option to add categories etc. the page comes back blank.

hlbog
01.08.2004, 00:14
I got the same problem.
When I try to add or edit something I got the piece of code below showed up on screen,

function submitbutton(pressbutton) { var form = document.adminForm; if (pressbutton == 'cancel') { submitform( pressbutton ); return; }

And my php.log give me this

[31-Jul-2004 18:55:51] PHP Fatal error: Call to undefined function: geteditorcontents() in /usr/local/www/administrator/components/com_phpshop/toolbar.phpshop.html.php on line 35

Anybody can help?

Thanx.

--
hlbog

BzBeauty
09.08.2004, 21:50
The componet and module install fine. I see the menus and the opening page summaries, but when I click on the menu option to add categories etc. the page comes back blank.

Ok. I solved my problem. Turns out there was something wrong with my editor. My editor wasn't showing up and so those portions of the shop component weren't coming up. Fixed the editor, now no issues.