English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?

Can't Edit Articles or Custom HTML Module
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can't Edit Articles or Custom HTML Module
#6412
Can't Edit Articles or Custom HTML Module 13 Years, 3 Months ago Karma: 0
Hi Edwin,

I just bought your component for a client and installed it. I was able to create and slave a site to a new directory. It shows up perfectly from the front end via the domain name. However, when I login to the Admin Panel and try to access articles or modify any Custom HTML modules it appears as if the admin template disappeared. I can't edit anything. Everything else is working OK as far as I can tell.

This should work off of a link back to the master directory correct? The master and slave are on the same server:

master: /webroot/master_folder_name/www
slave: /webroot/slave_folder_name/www

What should I be looking for?
masse001
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/01/27 07:59 By masse001.
The administrator has disabled public write access.
 
#6416
Re:Can't Edit Articles or Custom HTML Module 13 Years, 3 Months ago Karma: 0
Additionally-I am using SEF. Does your program have an issue with the .htaccess file? Do I need to do anything specific there? It almost seems like your links to certain Admin functions aren't working. I've found other components in the Admin panel that are responding the same way.
masse001
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6420
Re:Can't Edit Articles or Custom HTML Module 13 Years, 3 Months ago Karma: 54
Do you have this problem with Joomla 1.5 or with Joomla 1.6 ?
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6426
Re:Can't Edit Articles or Custom HTML Module 13 Years, 3 Months ago Karma: 0
1.5
masse001
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6430
Re:Can't Edit Articles or Custom HTML Module 13 Years, 3 Months ago Karma: 0
Could it be that my .htaccess file is blocking access to the .xml file in the administrator\components\ sub directories?
masse001
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6456
Can't Edit Articles or Custom HTML Module-SOLVED 13 Years, 3 Months ago Karma: 0
From the post: forum.joomla.org/viewtopic.php?p=1813865

Go to root directory, libraries\joomla\html\editor.php

In the code replace

Code:
// Try to authenticate
$result[] = $plugin->onDisplay($editor);


with


Code:
// Try to authenticate
if (method_exists($plugin, 'onDisplay')) {
$result[] = $plugin->onDisplay($editor);
}


This code works
masse001
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/02/03 00:49 By masse001.
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla