Jump to content

Recommended Posts

Posted

JFI for those who don't know how to search on a thread :)

 

The package has been withdrawn by the author and they haven't posted here for some time. :(

 

Sorry :(

 

That's the situation :(

 

regards

 

Simon

Posted
JFI for those who don't know how to search on a thread :)

 

The package has been withdrawn by the author and they haven't posted here for some time. :(

 

Sorry :(

 

That's the situation :(

 

regards

Simon

 

yeah, i've read that actually but after reading other posts I just thought I was missing out something. :doh: my bad. sorry for pestering like a noob.

btw... what components/modules did edugeek use ya? Anyone care to share?

Posted

AFAIK the contentious items that might have caused the take down notice(s) were possibly the JCE Editor with all the trimmings and the Pro version of the slideshow banner module.

 

But I'm guessing as, AFAIR, aloneBFG never said what the problems were.

 

regards

 

Simon

  • 2 months later...
Posted

Hi,

 

Have (on and off) been developing a J1.5 website for a school using the Edugeek install/template started by alonebfg (the SYSMK version arrived after I was well underway and I also preferred to use the original eg_xxxx templates).

 

I have been demoing it and functionally it all works but on making it live, the error.log file on my hosted server seems to be filling up quite a bit (probably because website is now being probed by search engines and other 'bots') - So i have had to take it off-line again.

 

The problem seems to be some missing items referred to in the template index.php. For most of these I guess I could resovle by removing the offending lines (references to user1, user8 & user9 - which do not actually appear to be used in the template).

 

My 'starting point' for this project was the 1.5.3 release of the alonebfg version, but I notice here on this thread that the latest version zip was for a 1.5.5. release. Unfortunately, the link is no longer active and I understand alonebfg is probably not around much - so, has anyone got the most recent alonebfg install that I could have a copy of - incase the offending items have already been addressed?

 

Alternatively, can some one shed some light on some of this particular error messages? :

 

PHP Notice: Undefined property: JDocumentHTML::$url in <>/templates/eg_green/index.php

 

Thanks

Posted

I think the latest version, with the eg_green etc templates, was built on Joomla 1.5.3 whatever the zip file was called.

 

Why not get the new version built on Joomla 1.5.9 and just apply the eg_green template?

Posted

Just thought I'd provide some feedback on my earlier problems.

 

After some studying of the (eg_xxxxx) template index.php code, I have managed to resolve all the errors I was seeing with my website.

 

Regarding the undefined 'userX' fields, these were only referenced as tests in conditional statements and the website/template was only requiring the 'else' condition anyway - so with some careful editing I have managed to just leave it with the 'else' clause code (unconditional) and thus no more of those errors :)

 

Regarding the unknown "$url" property, some searching through the joomla documentation led me to discover that this should actually be "$baseurl". Again, corrected the offending lines and no more errors.:)

 

[bTW, Mike, although I started working with the 1.5.3 version, I have manually patched my joomla install to be up to date. Thanks anyway]

  • 1 year later...
Posted
Just thought I'd provide some feedback on my earlier problems.

 

After some studying of the (eg_xxxxx) template index.php code, I have managed to resolve all the errors I was seeing with my website.

 

Regarding the undefined 'userX' fields, these were only referenced as tests in conditional statements and the website/template was only requiring the 'else' condition anyway - so with some careful editing I have managed to just leave it with the 'else' clause code (unconditional) and thus no more of those errors :)

 

Regarding the unknown "$url" property, some searching through the joomla documentation led me to discover that this should actually be "$baseurl". Again, corrected the offending lines and no more errors.:)

 

I know that it's bee a while since this post, but I'm having the same problem and am looking for solutions. These errors are generating gargantuan log files that are fouling up my automated backup setup. Specifically, I see these errors:

#
PHP Notice: Use of undefined constant _ISO - assumed '_ISO' in ...\templates\eg_default1.5\index.php on line 4
#
PHP Notice: Undefined property: JDocumentHTML::$url in ...\templates\eg_default1.5\index.php on line 35
#
PHP Notice: Undefined variable: user1 in ...\templates\eg_default1.5\index.php on line 72
#
PHP Notice: Undefined variable: user7 in ...\templates\eg_default1.5\index.php on line 88
#
PHP Notice: Undefined variable: user8 in ...\templates\eg_default1.5\index.php on line 96 

 

Has anyone input on this?

 

Many thanks,

 

Jeff

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...