Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 11:07 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 22 posts ] 
Author Message
 Post subject: error on page
Posted: Sun Sep 23, 2007 8:44 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sun Sep 23, 2007 6:46 am
Posts: 61
Location: Canada
I'm fairly new to joomla, and let me start by saying thanks for creating Joomla and making it open source, you folks rock!

I loaded Joomla onto our serverand it worked fine, I am now getting a message in my status bar of my IE window that says "Done, but with errors on page". I have moved a couple module positions and modified the css in the rhuk_solarflare template, but have not touched (as far as I can see) any templates or css that is part of the back-end. The global configuration is still functioning (they still turn on and off), but the "other screen buttons" (save-cancel-apply-etc.), are not working. When the "content item:edit" page is loading the intro-text shows up initially, but when the WYSIWYG editor loads, the text box no longer works, I cannot even click in it. The main-text box does however work, but it will not save-cancel-apply-upload etc.. The live site is not affected by this, aside from not uploading the information.

Any and all help is greatly appreciated.

-Joe


Last edited by sspiderman on Tue Sep 25, 2007 8:36 am, edited 1 time in total.

Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Mon Sep 24, 2007 7:43 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
The reason why that is not working is how you configuration.php is set up. If it is set up like below and you are going to http://yoursite.com then you get those errors. You can access by adding www. or change or take the www. off in your configuration file.

Code:
$mosConfig_live_site = 'http://www.yoursite.com';

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Wed Sep 26, 2007 2:21 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sun Sep 23, 2007 6:46 am
Posts: 61
Location: Canada
Thanks midwestkel, that worked.

~Joe


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Wed Sep 26, 2007 3:12 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
No problem let us know if you need any other help!

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Tue Oct 02, 2007 6:34 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jan 16, 2006 3:59 am
Posts: 32
Location: USA
Worked for me, too!  Thanks!

_________________
http://SuperMortgageGuide.com


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Wed Oct 03, 2007 12:57 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Sep 25, 2007 7:33 am
Posts: 12
This is some what related. I accidently set up my site without the www.

In admin it says live site is http://mysite.com

I have been getting an occasional error
Fatal error: Cannot redeclare checkinputarray() (previously declared in D:\sites\mysite.com\home\globals.php:37) in D:\sites\mysite.com\home\globals.php on line 37

Im not a programmer but this through some forum searches looks like its related to the missing www

I changed my configuration.php and added the www but this has not updated in the admin console.??

???


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Sun Oct 14, 2007 3:18 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Oct 14, 2007 3:12 am
Posts: 3
midwestkel wrote:
The reason why that is not working is how you configuration.php is set up. If it is set up like below and you are going to http://yoursite.com then you get those errors. You can access by adding www. or change or take the www. off in your configuration file.

Code:
$mosConfig_live_site = 'http://www.yoursite.com';



I am a new member for Joomla and have the same problem - and was encouraged by the answer - but how do I find the code in the configuration file so that I can change it?


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Sun Oct 14, 2007 3:35 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Oct 14, 2007 3:12 am
Posts: 3
tonoi wrote:
midwestkel wrote:
The reason why that is not working is how you configuration.php is set up. If it is set up like below and you are going to http://yoursite.com then you get those errors. You can access by adding www. or change or take the www. off in your configuration file.

Code:
$mosConfig_live_site = 'http://www.yoursite.com';



I am a new member for Joomla and have the same problem - and was encouraged by the answer - but how do I find the code in the configuration file so that I can change it?


Don't worry - got it now!


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Tue Oct 16, 2007 3:20 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
mojodesign wrote:
This is some what related. I accidently set up my site without the www.

In admin it says live site is http://mysite.com

I have been getting an occasional error
Fatal error: Cannot redeclare checkinputarray() (previously declared in D:\sites\mysite.com\home\globals.php:37) in D:\sites\mysite.com\home\globals.php on line 37

Im not a programmer but this through some forum searches looks like its related to the missing www

I changed my configuration.php and added the www but this has not updated in the admin console.??

???


Try replacing you globals with one that works. I attached one for you.

Also if you havent installed in components or anything then replace everyhthing in your admin folder with the admin files from the install.


You do not have the required permissions to view the files attached to this post.

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Thu Nov 08, 2007 3:37 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sun Apr 29, 2007 4:23 am
Posts: 89
I have to say this! The more time I spent on Joomla the more I love it! I started having this problem just a couple of days ago and was looking for a answer and I found it! This worked out for me too! You guys do a very good job around here! Keep it up.
sirknight115

_________________
Go forwards and not backwards
http://www.moneyhelpsout.com
http://www.bamdingo.com


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Thu Nov 08, 2007 6:51 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
Joomla! is great, and thanks for the compliment! If you ever have anymore problems we are always here!

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Fri Apr 11, 2008 5:48 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue May 22, 2007 4:13 pm
Posts: 6
Okay, what if you DO have installed components?

I'm having the same error message appear on my forms pages where I use FacileForms.

Before you ask, I've had no help from them. They say its a Joomla issue.

Let me know if you have any ideas.

Frank


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Fri Apr 11, 2008 7:05 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
I have mulitiple components installed with my Joomla. As long as you are not using something that "hacked" (changed the code in the files included) then it should work just fine. This only works with 1.013. Make sure you back up those files you are replacing just in case. Always make sure you back up your files when doing anything major.

Hope that helps.

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Last edited by midwestkel on Mon Apr 14, 2008 2:43 pm, edited 1 time in total.

Top
   
 
 Post subject: Re: error on page
Posted: Mon Apr 14, 2008 1:22 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue May 22, 2007 4:13 pm
Posts: 6
If I re-install the component in question (FacileForms), will I lose the forms I built using it?


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Mon Apr 14, 2008 2:44 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
I am not sure how that component works. Can you give me a link to the page in question that has that error?

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Mon Apr 14, 2008 2:58 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue May 22, 2007 4:13 pm
Posts: 6
Sure: http://www.webnewsprinting.com/index.ph ... &Itemid=31


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Mon Apr 14, 2008 3:16 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
I see the error has something to do with checkinputarray(). I hav no idea what that is. If they were not help I would try ChronoForms from http://www.chronoengine.com

This is the one I use, it is very easy and I have not had any issues.

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Tue Apr 15, 2008 3:03 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Apr 14, 2008 11:17 pm
Posts: 3
I also am having trouble getting content into my pages. When I first go to the page to add content, the message says "done" before I have attempted to type a single letter, then, after I get the title and title alias in, I can't add anything else. The person who installed Joomla 1.0.15 for me can get content in just fine--he has several times. After reading these replies and getting his advice, I have tried taking out the www. of the web address and I can't get to my login page until the www. goes back in.
Once there the same failure occurs when I try to add content. My installer told me to install the latest version of firefox, but that didn't change anything, either.
What could possibly be going on when I work on the site that is different from when he works on the site? It happens on my laptop, also, even when I use it in another state with a different wireless network. :'(
This has been a REAL frustration for the last 3 weeks.
Thanks in advance for the reply.
allkidssucceed


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Tue Apr 15, 2008 3:09 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Sep 27, 2006 1:05 am
Posts: 113
Location: Nanaimo,BC
I hope this is the proper place to post this. I am having the same basic issue this thread started with. The editor in the admin section is not allowing me to save apply or close. Everything worked a couple of days ago. The only things that have changed that I am aware of is adding some plugins from JCE. I have also posted this issue with JCE in their forum.


we are using J 1.0.15 PHPinfo here
JCE 1.1.1
JCE Editor Mambot 1.1.8

The other things in the admin section seem to work and can be saved.

I have tried the http://www.mysite.com issue and have tried it both ways. No luck.

The site is Diabetic-Diet-Secrets.com

We are just completing recovery from a hack a couple of weeks ago that caused a lot of damage and the site has been basically rebuilt and updated through out.


Top
   
 
 Post subject: Re: error on page
Posted: Tue Apr 15, 2008 3:43 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
allkidssucceed wrote:
I also am having trouble getting content into my pages. When I first go to the page to add content, the message says "done" before I have attempted to type a single letter, then, after I get the title and title alias in, I can't add anything else. The person who installed Joomla 1.0.15 for me can get content in just fine--he has several times. After reading these replies and getting his advice, I have tried taking out the www. of the web address and I can't get to my login page until the www. goes back in.
Once there the same failure occurs when I try to add content. My installer told me to install the latest version of firefox, but that didn't change anything, either.
What could possibly be going on when I work on the site that is different from when he works on the site? It happens on my laptop, also, even when I use it in another state with a different wireless network. :'(
This has been a REAL frustration for the last 3 weeks.
Thanks in advance for the reply.
allkidssucceed


This is for NutriCoach also:
Its really hard to tell whats wrong. Find out exactly what the person you say can save is doing and see whats different.

Another thing I have seen is it you are using an editor and you are using HTML (I had an issue with the <form> tags) then it screwed everything up for me. Make you editor No WYSIWYG (Site > User Manager) and see if it will let you save, cancel, etc.

If it lets you then you need to take a look at what editor you are using. Set backwards or when you are installing things make sure there is nothing wrong. That way you can isolate and know exactly what is causing the problem.

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
 Post subject: Re: error on page
Posted: Fri Apr 18, 2008 12:25 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Apr 14, 2008 11:17 pm
Posts: 3
The person who installed Joomla suggested that I put firefox on my computer. That didn't do anything different when I tried to put in content. However, today, I first went to firefox and typed in my website URL and when I got to the administrative page, it allowed me to put in content. I only tried it once, but that is one success, at least. It also allowed me to save the content and move it around, etc. WhooHoo!
Now, I can't get the format right. Is this the forum to ask my question about how to use the editor? Or should I go to another topic?
Thanks
allkidssucceed


Top
  E-mail  
 
 Post subject: Re: error on page
Posted: Fri Apr 18, 2008 12:38 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Fri Apr 14, 2006 11:52 pm
Posts: 319
Location: Colorado Springs, CO
Thats good its working. The editor thing you need to start a new topic. SEARCH the forums first though. There are over 1 million post on this forum with really good information!

_________________
Kelly Karnetsky - CEO, Dreams Redux
http://www.midwestkel.com - Joomla! Hosting, 24/7 Support


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 

Quick reply

 



Who is online

Users browsing this forum: altar and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group