The Joomla! Forum ™



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  [ 6 posts ] 
Author Message
PostPosted: Sat Oct 01, 2005 8:15 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Oct 01, 2005 8:02 am
Posts: 3
Location: Denmark
I've just installed the Joomla 1.0.1 and almost everything went fine (my session.save_path was not writeable).

I've fixed the session.save_path issue by creating a writeable tmp directory in my web-root and adding the following line to some files (e.g. index.php, globals.php):
session_save_path("/customers//tmp");

Everything works fine except when I go to the Global Configuration page which gives me a blank page (really blank! In essens only the  tags)

What could be wrong?

My web-hotel runs Apache, PHP 4.4.0 (in safe mode) and MySQL server

I'm an ASP/ASP.NET guy so that would probably make me a rookie in this world  >:(


Top
 Profile  
 
PostPosted: Sat Oct 01, 2005 12:05 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16355
If you look in the root of your installation, is there a configuration.php? Which rights does this file have, if it exists? This is the file the Global Configuration reads for its values.

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Sat Oct 01, 2005 1:44 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Oct 01, 2005 8:02 am
Posts: 3
Location: Denmark
The file is there and has read/write rights for the owner and read rights for both group and public (644). I have tried chmod'ing it to 777 to no avail.

Other ideas?


Top
 Profile  
 
PostPosted: Sun Oct 02, 2005 6:05 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Oct 01, 2005 8:02 am
Posts: 3
Location: Denmark
The problem seems to have disappeared in Joomla! version 1.0.2.

:D


Top
 Profile  
 
PostPosted: Sun Oct 02, 2005 8:29 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16355
Good to hear, my options were finished already.  :)

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Thu Oct 06, 2011 12:32 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun May 22, 2011 5:15 pm
Posts: 16
??? ??? :'( i Had the same problem my fix Was :laugh: :laugh: :laugh: :laugh: 8)

you have to go to the admin back panel and enable "error reporting" to "Maximum", but since you can't access the back panel, here is how to enable it
1) Go to your site root directory
2) find the file that is named "configuration.php"
3) Open it with any text editor (notepad)
4) Find the line that says "var $error_reporting = '-1';"
*Here, the Joomla default is -1 if you have not touched this setting at all.
5) What you need to do is change "-1" to "6143", so it would look like this:
var $error_reporting = '6143';

if you still can see errors try this
put the following code at the END of the configuration.php file BEFORE the closing ?>

ini_set( 'display_errors', true ); error_reporting( E_ALL );

which there i had problems with the 2 component plugins jd downloads and Hit Sniffer Live Stats
so i unistalled them both and delete all connected plugins and mods from phpmyadmin db

Problems solved for me hope this helps out a bit guys and thanks to the guys on forums like this that help and have progress me from noobe to amatuer lol god bless you all

Important::: someone said rename configuration.php dont!!! and yes you can use configuration.php from another site just need to change

public $dbprefix = 'to what your DB prefix is here';
public $secret = 'to what your secret was here is here';


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



Who is online

Users browsing this forum: No registered users and 6 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® Forum Software © phpBB Group