1. Christian
  2. bugs
  3. Saturday, 06 October 2012
  4.  Subscribe via email
Just installed Cnotes
When you click "save note", error message and blank screen

{"status":"OK","note":{"edit":"\/upgr\/jupgrade\/index.php\/component\/cnotes\/?task=note.edit&id=3","title":"hello","note":"hello"}}

????
grtz
Chritian
Responses (17)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
blank screen is an indication that your PHP error reporting is turned off. Can you please turn it on and tell me what error is displayed on the screen?

Thanks,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 1
Accepted Answer Pending Moderation
Hello Daniel,




Hereby the error message

grts
Christian
  1. more than a month ago
  2. bugs
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hm, strict standard should not cause a white screen.
Wait, wait, wait!
So when you click the save button -> does the page refresh? It shouldn't actually - as everything happens in the background with javascript. If it refreshes there is a javascript conflict on your page.

Please check that there are no errors on the page and then also disable error reporting and it should work.

I'll fix the strict standard warning in the next release.
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 3
Accepted Answer Pending Moderation
Hello Daniel,

First of all, congratulations for your work and your component/module.
The idea is very interesting.
Thank you for sharing it through Joomla Community.

To complete the post of Christian, the message which appears like
{"status":"OK","note":{"edit":"\/upgr\/jupgrade\/index.php\/component\/cnotes\/?task=note.edit&id=3","title":"hello","note":"hello"}}
is not a bug but, as you know, more an info about the 'command' you sent to the component.

But
1) This message takes all the screen and remove the display of the Joomla Website.
So this is a problem for the user who doesn't understand what's happening on screen.
2)If you reload the page, this adds another note, with the same content.
3) If you go back in the browser, you recover your title and and your content in Edit mode in the module (Which is normal) but the user could think that the note was not saved so he could save again the Note, had the same error message and eventually get 3 times the same note in the page.

Basically the idea would be after having hit the save button of the Note to hide the 'message' and of course display the page with the Note in final state ( no more Edit Mode) and the rest of the Joomla site.

Currently, due to this problem it is not really possible to use the component.
Even if the note is well saved in the component administration.
It creates too much uncertainty for the user.

But once again, thanks for your work.
  1. more than a month ago
  2. bugs
  3. # 4
Accepted Answer Pending Moderation
Hi daniel

I am sorry but I Uninstalled de app

I also uninstalled de Matukio event registration

I payed 43 euro to have the same as the old seminar (as mentioned in you publicity), but it is Not !!

I reported 3 major features, Cancel Button, editing booking, en editing bookings by organisator
but I think you wont fix them (even in the new booking form you have that cancel button appearing after booking ???)

For my registration I use now Jcomments, (I put the event in an article, and the users can write comments if they will attend or not) at least they can edit their booking without having to cancel it. The counting I have to do myself ..

Maybe I'll be back when version 3.? is released ... :( :(

Christian
  1. more than a month ago
  2. bugs
  3. # 5
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey guys!
So, I just tested the component on a clean joomla 2.5 installation - it works out of the box as expepcted. As I said in my previous reply - I think that you are encountering javascript errors on your page. To be able to help you - I'll need access to a page that has the module published on. The way you can determine if you encounter js errors or not is to use the firebug console - the errors are displayed in red there. In 99% of the time it is - mootools vs jquery conflict (because jquery is not included as it should).

@Christian - this is the wrong thread for this conversation. I've seen the other Matukio threads and as far as I'm aware Yves is working on fixing the issues that you've reported.
I think that we have a communication issue. Yves have said several times that you have a setting for the "cancel button" - you need to go in the settings and just set the time to cancel events to -1. Anyway - and our goal is to have all problems solved - or at least have a clear understanding what will be done and what not!

COM_MATUKIO_BOOKING_STORNOTAGE_DESC="Cancellation possible till (days). Set this to -1 if cancellation should not be possible at all"


Kind Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 6
Accepted Answer Pending Moderation
Thank you Daniel for your quick reply and proposal of help.

Here are the errors in red reported by the Firebug Console.

- Get http://mysite.com/media/mod_cnotes/css/cnotes.css 404 not found.
- cnotes is not defined [Stopped on a mistake]

var notes = new cnotes({container: 'cnotes-368'});

Please let me inform you about the css file that you maybe made a typo in your code.
In fact the css file well exists in
/media/com_cnotes/css
In my installation, there is no /media/mod_cnotes/ Directory.

I did my first test on Chrome and this one on Mozilla.
I have also to say that when I connected under an user name on Mozilla,
the note I left in Chrome did not showed up.
But is present in the Cnote Administration.
As I changed of browser, are you using a cookie tied to your module?
Because I can't see in Chrome the note I entered on Firefox and I can't see in Firefox
what I have done on Chrome. Of course with the same user credit.
This could be another problem.

Other info, when we see the blank page with the error message with an address like this
item86/index.php?option=com_cnotes&format=raw&task=note.add
There is no information in the Firebug console, no ccs found, no javascript,
only the html code of the error message is viewable.

Last point, I tested your component in a pre production web site which is restricted by IP access.
I would be glad to open it for you. I just need by PM or mail your IP in order to not block it.

Thank you in advance.
  1. more than a month ago
  2. bugs
  3. # 7
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Alpharis,
Thank you! I think that I've figuered out what was wrong. Please try this release:
https://compojoom.com/downloads/dev-cnotes

And let me know if it solves the problem.
What was wrong? Well our build script was properly getting the media/mod_cnotes files and was adding them to the zip package, but we were missing the lines in the mod_cnotes.xml that is dealing with the installation of the media folder. So basically during the installation the media/mod_cnotes was not moved to the proper location and that is why you are missing the css and js files. And because you are missing the js file the module was not working with ajax...

Let me know if the problem is fixed in the latest build and I'll release version 1.0.1

Thank you for the assistance!
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 8
Accepted Answer Pending Moderation
Daniel, thank you very much for your quick and efficient fix.

I have uninstalled the previous component and module and then install your new package.
For your info or confirmation, the installation did not erase the SQL data of the previous notes.
I think this is an interesting feature as you don't wipe out the notes with an uninstallation of your component.

Now I can enjoy your very nice Ajax effect ;) and also of course your component.
So for me it's ok. You can use your last fix for a new version.

The only current drawback is the display of the notes depending on the browser the user is currently using. I made 6 notes for the purpose of the tests. I can see 2 in Chrome, 2 in Firefox and 3 in Opera, two of the last 3 ones done after the first re install process and the first note done in the previous version.

Maybe this point is another topic and we should open a specific Post for this?

Anyway, thanks again for your quick work and listening.
I appreciated the way you explained the 'error'. It is very clear and honest. Good Job.

Kind regards.
  1. more than a month ago
  2. bugs
  3. # 9
Accepted Answer Pending Moderation
It works ...

thanks
Christian

About your Quote ....
"Anyway, thanks again for your quick work and listening.
I appreciated the way you explained the 'error'. It is very clear and honest. Good Job."

Hi Daniel,

I reported this "error, bug" as a "bug" because I dont have the knowlege as Alpharis.

I know something about computer, programming (the old way) but unfortunatly nothing about php, yoomla programming etc. For me, everything that does not work is an error ..bug..

:(

By the way, I try to translate "Add new Note" ... where do I find the Variable ?
tnx
  1. more than a month ago
  2. bugs
  3. # 10
Accepted Answer Pending Moderation
Hi Christian,

Like you I was not able to spot where is the variable "Add a new note" :(
I did not find it in the .ini, php, xml or cnotes.js files.

Concerning the .ini files, you can translate them from the folder
language/en-GB
There are :
- en-GB.com_cnotes.ini
- en-GB.mod_cnotes.ini

I join to this Post for Daniel the translations in French.
Of course, he can use them freely if he wants to include them in a new version.
Same thing for you Christian if you need French translation.

Kind regards
  1. more than a month ago
  2. bugs
  3. # 11
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
language problem fixed as well. Now the translation is in the mod_cnotes.ini

@Alpharis - thank you for providing us with a french translation. I appreciate that! However could you please register on transifex and add your translation there?
https://opentranslators.transifex.com/projects/p/compojoom-cnotes/
We use transifex to manage language translations - files on the forum or in email are cool, but they are really hard to manage.
Thanks!
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 12
Accepted Answer Pending Moderation
Hello Daniel

Could you please update your alpha version od Cnotes with the new version of gb_GB.mod_cnotes.ini?
Currently, in the version online, the line with "Add new note" is not present.

Concerning the management of the translation file by transifex, it's Ok for me.
Yes it's time to use online tools and drop the old fashioned way :)

I just subscribed to transifex.
For the moment, I can't update or modify the files as I am not yet approved as a translator
member for the French Team.

I will let you know when the translations will be done.

Kind regards
  1. more than a month ago
  2. bugs
  3. # 13
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
I forgot to say that I've updated the component to version 1.0.1 yesterday (the translation is already there) :)
Cheers,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 14
Accepted Answer Pending Moderation
Thank you Daniel for having updated the component.
I installed it and French text appears in Administration for Cnotes
(The Frontpage of the pre production site is only in English).

From my side, on Transifex, I have reviewed and translated all the files present on line.
All the translations are completed.

I did not to succeed to spot the text "Add new note" in the files on Transifex.
So maybe it is placed somewhere else :dry:

Let me know if there is other part to translate in French.


Kind regards
  1. more than a month ago
  2. bugs
  3. # 15
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Ah, I forgot to push the language changes to transifex - it should be now there.
Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. bugs
  3. # 16
Accepted Answer Pending Moderation
Yes,

I found the "Add a new note".
And translated it.

So now the project if 100% translated in French.
Everything if OK from my side.


Regards
Alpharis
  1. more than a month ago
  2. bugs
  3. # 17
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Errror on Google Captcha V3 in Matukio
Hi, I am experiencing spam-problems on contact-forms protected by google reCa...
0 Replies
Posted on Wednesday, 20 March 2024
  • New
  • Google map styles migrating......
    Google are updating their map styles. Is there anything we need to do to migrate...
    0 Replies
    Posted on Monday, 18 March 2024
    • #google maps
    • #map styles
    Latest Hotspots Makes Website Hang
    When using the Latest Hotspot module, the webpage slows down and does not load....
    3 Replies
    Posted on Monday, 15 January 2024
    Text ändern
    Hallo in der Übersicht der Veranstaltungen kann man ja auf "Mehr Informati...
    0 Replies
    Posted on Thursday, 14 March 2024
    When is CComment compatible with Joomla 5?
    When is CComment compatible with Joomla 5?...
    3 Replies
    Posted on Tuesday, 05 December 2023
    • #CComment
    • #Joomla 5