Support Joomla!
Register :
Lost password?
Remember me
Home
Extensions
Template Club
Services
Forum
Problems with New Offer
Forums
Search:
Advanced search
4241
Posts in
1006
Topics by
23395
Members
Latest Member:
Haroon Sarfraz
Forums
NeoJoomla - English
General discussions
Problems with New Offer
« previous
next »
Poll
Question:
When I click on New Offer I get unreadable content
what might be the reason
0 (0%)
is it a template related or module related
0 (0%)
Total Voters: 0
Pages:
[
1
]
Author
Topic: Problems with New Offer (Read 1236 times)
Velinov Peter
Newbie
Posts: 2
Problems with New Offer
«
on:
June 24, 2009, 11:27:08 AM »
When I go and click on
New Offer
I get unreadable content.
I did translate the module in bulgarian and it works fine (all the characters are being displayed properly on every other page). The only problem is when I click on New Offer, trying to post a new job offer.
I get this link in my browser when I click on New Offer
/index.php?catid=0&limit=10&task=offer_new&option=com_neorecruit&Itemid=94&boxchecked=0&order=datedesc
What is strange also, is that the page is not formated with the style of the webiste and it looks just plain simple.
Also mention at the bottom of the page I get this error:
Fatal error: Call to a member function get() on a non-object in /home/xxxx/public_html/xxxx.com/plugins/editors/tinymce.php on line 433
«
Last Edit: June 24, 2009, 11:29:24 AM by Velinov Peter
»
Logged
Velinov Peter
Newbie
Posts: 2
Re: Problems with New Offer
«
Reply #1 on:
June 24, 2009, 01:20:51 PM »
All right, I actually found what is the problem. It's related to the type of user. Initially the user was part of Registered users group, then I moved it to Author and now I get the page displayed properly!
Hmmm...
I found it's permission related after reading this on Internet
==============
Fatal error: Call to a member function get() on a non-object in
\plugins\editors\tinymce.php on line 433
error because the object that the statement try to call is not an object,
on line 422 of this file call to the JEditor::getButtons()
on line 261 of the editor.php the code is not right
$result[] = $plugin->onDisplay($editor);
because the register doesn't have the right to have the image button, so the
function $plugin->onDispaly($editor) when the $plugin is 'plgButtonImage'
will return the null this will lead to the error above.
solution is replace the line
$result[] = $plugin->onDisplay($editor);
with
$temp = $plugin->onDisplay($editor);
if ($temp) {
$result[] = $temp;
}
=============
I didn't implement the code change I just changed the role of that user, but still I don't want all my registered users to be Authors, what should I do? Any ideas...
Logged
Raphael
Administrator
Hero Member
Posts: 1527
Re : Problems with New Offer
«
Reply #2 on:
July 14, 2009, 02:31:38 PM »
Hello Peter,
Did you try to use another WYSIWYG editor than JCE?
Regards,
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NeoJoomla - English
-----------------------------
=> Announcements
=> General discussions
=> Suggestions & Feedback
=> Your realisations with Joomla!
-----------------------------
Products - English
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
-----------------------------
NeoJoomla - Français
-----------------------------
=> Annonces
=> Discussions générales
=> Suggestions et retours
=> Vos réalisations avec Joomla!
-----------------------------
Produits - Français
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
===> Sport's Web
===> Clocking Machine
===> Summer Week
===> Light Skills
===> Underground
===> J!lloween
Loading...
Joomla Professionals
|
Joomla Components
|
Joomla Extensions
|
Joomla Templates
|
Joomla Design
|
Joomla Developers
|
Joomla Blog
|
Contact
|
Quote