Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Having trouble installing #30

Closed
bvale opened this issue Dec 15, 2011 · 1 comment
Closed

Having trouble installing #30

bvale opened this issue Dec 15, 2011 · 1 comment

Comments

@bvale
Copy link

bvale commented Dec 15, 2011

I'm trying to install 2.1.2 on Joomla 1.5.23. When I install and enable, it crashes my site (when I load it, a blank white screen is all that shows). In addition, when I try to edit the module, the formatting of the edit screen is messed up, menus don't work, and I can't save any changes. Under Module Parameters, the following error shows:

"Fatal error: Access level to JElementVersion::$_name must be public (as in class JElement) in [...]modules/mod_tweetdisplayback/elements/version.php on line 22"

Can you help? Apologies if this is a basic question, I am trying to teach myself all of this as I go and have spent a solid amount of time trying to find answers elsewhere.

Thanks.

@mbabker
Copy link
Member

mbabker commented Dec 15, 2011

When I set the access level, I was using the current libraries with 1.7 to
reference the access levels thinking since the code is deprecated, things
like access levels wouldn't change. Obviously, I was wrong; in the
current 1.5 SVN, there is no access level; with the Platform, it's
protected. I'll fix this and push a new release early next week.

Try turning the error reporting to maximum in your site's global config
and see if it spits out any other errors. A blank screen like that
usually means there's PHP errors that aren't being displayed.

On 12/15/11 6:39 PM, "bvale"
<reply+i-2569933-4fbf3c84b3c30abc9171d70640c1856682e20e82-368545@reply.gith
ub.com> wrote:

I'm trying to install 2.1.2 on Joomla 1.5.23. When I install and enable,
it crashes my site (when I load it, a blank white screen is all that
shows). In addition, when I try to edit the module, the formatting of the
edit screen is messed up, menus don't work, and I can't save any changes.
Under Module Parameters, the following error shows:

"Fatal error: Access level to JElementVersion::$_name must be public (as
in class JElement) in
[...]modules/mod_tweetdisplayback/elements/version.php on line 22"

Can you help? Apologies if this is a basic question, I am trying to teach
myself all of this as I go and have spent a solid amount of time trying
to find answers elsewhere.

Thanks.


Reply to this email directly or view it on GitHub:
#30

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants