Jomsocial - Display - Tiny editor bugs !

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20313

Hello there !

This not so fun. I bought your extension a couple of days ago because I wanted to get a better component than virtuemart (which is not so bad by the way).

I've been trying to fix many bugs during the last 2 days !

I got some quick support from your team, but so far my problems haven't been solved.

So please direct access my admin back end and make the correct modifications.

I canno't afford to waste more time just for Hikashop settings.

My issues remain:

1- Jomsocial plugin is not working properly (error 404)
2- My products don't display on the shop
3- I Canno't add product description (conflict with tiny editor)

I hope you'll understand my position. I paid 119€ for an extension requiring more time to set up than virtuemart which is free !

Florian

salsamundo.v3.salsamundo.eu/

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20317

I sent my information access to nicolas

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20318

Hi,

1. I thought that your 404 problem was with paypal ? not with jomsocial ? I'm not following you...

2. That's a new problem. It was working before so I assume that you changed something like deleting the associated module which is used to display the products below the categories listing menu. You should go to the menu Display->Content menu, edit the menu 28 that you created and make sure that there is still an associated module. Otherwise, you could recreate the menu and it would recreate the associated module.

3. As I said, you should use another editor or unpublish the plugin which is causing the problem. I can't check it without an access to your back end.

I understand your concerns but problem 3 is not a problem with HikaShop, and problem 1 and 2 are new to me...
I'm doing my best to help you with the information and access I have.

The access you sent is not working. I got the error below when trying to login with them on your website:
Username and password do not match
Please double check it.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20321

For the jomsocial plugin , I think I understand what you're talking about. You're talking about the order link on the orders listing which is displayed by the plugin.

That's because the itemid is not passed in that URL.
You should edit the file plugins/community/hikashop.php and change the line:
<a href="<?php echo hikashop_completeLink('order&task=show&cid='.$row->order_id.'&cancel_redirect='.urlencode(JRoute::_('index.php?option=com_community&view=profile&userid='.$my->id))); ?>">

to:
<?php
global $Itemid;
$url_itemid='';
if(!empty($Itemid)){
$url_itemid='&Itemid='.$Itemid;
}
?>
<a href="<?php echo hikashop_completeLink('order&task=show&cid='.$row->order_id.$url_itemid.'&cancel_redirect='.urlencode(JRoute::_('index.php?option=com_community&view=profile&userid='.$my->id))); ?>">


That will add the itemid in the url and the sef should work.

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20322

1- Maybe it was a misunderstanding. The issue is when we try to access the order summary from jomsocial. And it is we was partly due to SH 404
2- Yes, you're right. I removed and reinstalled the component, maybe that I've just forgot some settings

3- I tried to look for the plugin, but so far I haven't found it

-> I recreated the access, now it has to work
-> Thanks for your help anyway. You're support is great, the component I just a bit long to properly set up.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20340

Hi,

I looked at the first problem and fixed it. It was a problem with the way the URL is done and sh404sef. We didn't had anyone using both jomsocial and sh404sef at the same time so far apparently.

For the products listing, the problem was indeed that you deleted the module which was associated with the menu... I've created a new module and associated it to the menu for you.

For the HTML editor. You have a javascript error on the file below which is missing:
salsamundo.v3.salsamundo.eu/plugins/edit...ote/editor_plugin.js
You should reinstall that HTML editor, or try to install another editor.

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20443

I tried to re install tinymce, but the error still the same.
The point is the file you point doesn't exist either in the file created, either in the download package. I'have checked the current path :

plugins/editors/tinymce/jscripts/tiny_mce/plugins/blockquote/editor_plugin.js.

the only path I have and who seems to be right is this one
plugins/editors/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js.

Do you think I have a bad version ? I downloaded many times the same package to be sure and from different sources, but the problem stills.


I'm currently on basis version 3.2.6, I tried to download the last one (3.4.3.2)

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20455

I don't know but that was the error I saw on your back end while displaying the product edition screen. You can see it in the javascript error console of your browser...

Why not just install JCE and try to see if it works with that HTML editor instead ?

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20461

Hello there !

I tried but it did not fix the problem. So I checked all my plugins (arg...) and when Mootools upgrade is disabled we canno't edit produtcs content.

So what can explain it ?

Thanks !

Florian

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20463

It means that there is a conflict between tinymce for joomla 1.5 and mootools 1.2 or maybe a conflict between the way the editor is loaded an mootools 1.2 and the editor.
That's strange because there is no reason for the plugin to be activated on the back end...

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20516

I have some issues.
I'm tryin to make some test by modifying the CSS file to send invoice and others confirmations mails to the costumers, but I have to face a problem, I can't anymore access to the paiement space. I'have lauched an user session in witch i'm connect with an user account, but when I try to make a paiement, I'm asked to enter my loggin + password again (while I'm already connected) and if I try anymay to re sign in nothing happens ...
So I'm wondering if you can redirect me where can I solve this.

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20536

Indeed I'm facing registration issue.

1- When i connect with jomsocial Hiskashop asks me to register or login
2- I'm ever registered
3- It's was working a few days ago

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20553

So if you login via HikaShop or joomla does it works ?

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20556

No neither. I canno't register, connect and when I'm ever connected I canno't follow the registration.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20569

Do you get an error ? What happens ?

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20578

Euh ... did you change anything ?

It's working now.

I added screen shots of my hikashop plugins and basic hikashop settings.

By the way: Can we use JFB connect to connect ?


The previous issue was this one:

1- I signed in to the website
2- I was unabled to connect throught the hikashop registration

I saw some posts on the forum, but have you got any idea of what could have caused this issue.

Thanks a lot !

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20580

I did not change anything.

I don't know if you can use JFB connect. I've never used it.

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20590

The issue is still here by the way.

As you can see on the image i'm connected, but canno't connect again to hikashop.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 8 months ago #20609

I wanted to try it but the accounts we had so far on your website have been removed already.
So I tried to register via your registration form but it doesn't work:

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 0
12 years 8 months ago #20612

Hello there !

Yes i forgot to tell you than we switched to salsamundo.org (the former salsamundo.v3.salsamundo.org)

I also checked for the registration.

It has to work by now.

Thanks !

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum