Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me

TOPIC: Undefined Property Error

Undefined Property Error 1 year 9 months ago #30212

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Each time I attach a featured article to the Home page, it gives me this error. The only time I see this error is with the featured articles. Everything is only viewable to registered members except Home.

I just started my site over and doing several testing pages making sure everything works before moving on. Getting stuck on an error is so frustrating :)

Joomla version 1.7

Thanks!
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30213

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Link to error:

http://imageshack.us/photo/my-images/585/errorbt.jpg/

Since I have my site stored on localhost I won't be able to provide an actual link.
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30241

  • Nick
  • Nick's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 17179
  • Thank you received: 444
  • Karma: 63
Hi Tessa,

Is the site live or do you have a test site where you can leave the error so we can take a look?

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30243

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Alright. I will upload it to one of my personal domain names.

www.tessa2.com/

Should work in the next 15 minutes. If you see a different website that says "Wordpress for the Absolute Beginners", that means my files haven't overridden it yet. lol.
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30253

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Well I am relatively new to the FTP stuff, especially with Joomla.

I haven't had a problem moving a website over to an actual server. I just moved my entire Joomla folder into my FTP website into a subdomain and it doesn't seem to like it and I get an error when I try to get on www.tessa2.com/

I'm trying to figure it out so hopefully it happens soon.

Error: Infinite loop detected in JError

(It's obviously a problem in my configuration file and I'm creating a new path on each line that needs be)

Edit: Should have known I need to set up a database again on godaddy. But after I am complete with the website I will be hosting it on OUR server. Godaddy is very slow....
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30264

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Man I have had no luck with this. My configuration file looks accurate....

Anything obviously wrong in the code? I commented out the originally lines of code I had for localhost.
	public $editor = 'tinymce';
	public $list_limit = '20';
	public $access = '1';
	public $debug = '0';
	public $debug_lang = '0';
	public $dbtype = 'mysqli';  /*i tried mysql also and it didn't work*/
	/* public $host = 'localhost'; */
	public $host = 'k2spc.db.secret.com';
	/*public $user = 'root';*/
	public $user = 'k2spc';
	/*public $password = 'secret';*/
	public $password = 'secret';
	public $db = 'K2spc';
	public $dbprefix = 'secret_';
	public $live_site = '';
	public $secret = 'secret';
	public $gzip = '0';
	public $error_reporting = '-1';
	public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';
	public $ftp_host = 'something.0.0.1';
	public $ftp_port = '21';
	public $ftp_user = '';
	public $ftp_pass = '';
	public $ftp_root = '';
	public $ftp_enable = '0';
	public $offset = 'UTC';
	public $offset_user = 'UTC';
	public $mailer = 'mail';
	public $mailfrom = 'secret@k2sports.com';
	public $fromname = 'K2 Ski-Snowboard';
	public $sendmail = '/usr/sbin/sendmail';
	public $smtpauth = '0';
	public $smtpuser = '';
	public $smtppass = '';
	public $smtphost = 'localhost';
	public $smtpsecure = 'none';
	public $smtpport = '25';
	public $caching = '0';
	public $cache_handler = 'file';
	public $cachetime = '15';
	public $MetaDesc = '';
	public $MetaKeys = '';
	public $MetaAuthor = '1';
	public $sef = '1';
	public $sef_rewrite = '0';
	public $sef_suffix = '0';
	public $unicodeslugs = '0';
	public $feed_limit = '10';

	/*public $log_path = 'C:\\wamp\\www\\k2/logs';  tessatest  changed this for godaddy
	public $tmp_path = 'C:\\wamp\\www\\k2/tmp';*/

	public $log_path = '/logs';
	public $tmp_path = '/tmp';
	public $lifetime = '15';
	public $session_handler = 'database';
}
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30266

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
I think I'm going to start it over since there wasn't anything on there but a template and a few plugins.

I think maybe a plugin has destroyed it...
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30276

  • Nick
  • Nick's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 17179
  • Thank you received: 444
  • Karma: 63
Hi Tessa,

Give this tutorial a try:
www.ostraining.com/blog/joomla/how-to-mo...ocal-to-live-server/

Also, in configuration.php host should still be localhost (almost always) even though it's on a remote sever.

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30277

  • Nick
  • Nick's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 17179
  • Thank you received: 444
  • Karma: 63
FYI, godaddy really is a terrible host and I wouldn't recommend anyone to be on their servers. Here's our recommendations for hosting:
www.ostraining.com/hosting/
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30284

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
I do agree with you on how terrible they are, but I know how to navigate through godaddy very well and know where everything is and already have a few domain and hosting plans paid for the next year, haha.

Also you are awesome! Akeeba is the most amazing thing! It just saved my life to make it that convenient to backup an entire site. I was so excited about it that I told my boss about akeeba backup!

I made a fresh start again and the site looks way better. No more errors :-)

I love these forums. :-) I will be trolling 40 hours a week ;-)
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30288

  • Nick
  • Nick's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 17179
  • Thank you received: 444
  • Karma: 63
Hi Tessa,

Haha, awesome! I'm glad you got it sorted! :) Yeah, Akeeba Backup is nothing short of amazing. You should check out Akeeba's other product, Admin Tools, which is really cool as well:
www.ostraining.com/blog/joomla/how-to-up...min-tools-extension/

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30300

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
I am definitely interested in installing more Akeeba products.

Are there anymore MUST HAVE components/plugins for an internal business website?

Thanks!
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Undefined Property Error 1 year 9 months ago #30313

  • Nick
  • Nick's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 17179
  • Thank you received: 444
  • Karma: 63
Hi Tessa,

It usually is just based on what you need. If you need such and such then you install such and such.

One really useful extension that every site should use is BetterPreveiw:
extensions.joomla.org/extensions/adminis...admin-interface/6001

However it's currently only available for Joomla 1.5. Another useful one that many site may need is Advanced Module Manger (same developer as BetterPreview...notice a trend?)
extensions.joomla.org/extensions/access-...les-management/10307

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Sign Up for OSTraining

Copyright 2013 Open Source Training, LLC. All rights reserved.