| 
Welcome, Guest

Post-install drama RC2
(1 viewing) (1) Guest

TOPIC: Post-install drama RC2

Re:Post-install drama RC2 6 years, 2 months ago #1235

  • Posts:
  • Karma:
Hi, Trail.
Boy, am I happy you are sticking to this post!

My ISP is down ATM, I'll post the paths from configuration.php as soon as I can.

AFAIR the absolute path is:
$mosConfig_absolute_path = '/xxx/xxx/htdocs/ehsweb';
Joomla is unpacked in the root of ehsweb.

and the live site:
$mosConfig_live_site = 'ehsweb.ehs.wcape.school.za';

Post edited by: 2Gig, at: 2005/12/03 02:10

Post edited by: 2Gig, at: 2005/12/03 02:12
The topic has been locked.

Re:Post-install drama RC2 6 years, 2 months ago #1273

  • Posts:
  • Karma:
I transferred a Joomla 1.03 site built with JSAS on my laptop to our production server. On the laptop the site works like a dream - CB Profiles & User Lists included.

On the server I have exactly the same problems logging in and going to any of the CB submenues. I had to adjust the absolute paths in the files mentioned in previous posts.

Sysinfo:
    Linux tinbox 2.6.13-15-smp #1 SMP Tue Sep 13 14:56:15 UTC 2005 i686 Database Version: 4.1.13 PHP Version: 4.4.0 Web Server: Apache/2.0.54 (Linux/SUSE) WebServer to PHP interface: apache2handler Joomla! Version: Joomla! 1.0.3 Stable [ Sunlight ] 14-Oct-2005 10:00 UTC User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Session save path: /tmp


Damm, when am I going to be able to get our Alumni lists working?
The topic has been locked.

Re:Post-install drama RC2 6 years, 2 months ago #1298

  • Posts:
  • Karma:
I hope beat glances over this post coz i have no clue..

The paths are fine, relative to the root of the site.

You could try adding a / in front of the path instead of removing the subdirs in front.

include_once( "components/com_comprofiler/ue_config.php" );
include_once("components/com_comprofiler/plugin.class.php");
include_once("components/com_comprofiler/comprofiler.class.php");
include_once("components/com_comprofiler/imgToolbox.class.php");

to

include_once( "/components/com_comprofiler/ue_config.php" );
include_once("/components/com_comprofiler/plugin.class.php");
include_once("/components/com_comprofiler/comprofiler.class.php");
include_once("/components/com_comprofiler/imgToolbox.class.php");

But im still crackling my brain on how or why your setup seems to pick a new working directory in the first place.

Hmm are you having mod_rewrite enabled ?

How about your .htaccess? try adding

DirectoryIndex /index.php

do this below a line saying:

RewriteEngine On

Post edited by: trail, at: 2005/12/04 17:56
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many
The topic has been locked.

Re:Post-install drama RC2 6 years, 2 months ago #1857

  • Posts:
  • Karma:
I have the same problem, you have found one solution?
The topic has been locked.

Re:Post-install drama RC2 6 years, 2 months ago #1869

  • Posts:
  • Karma:
Just a suggestion ... check to see if in FTPing or zipping you lost the mixed cases on your files. For example, the includes directory has a number of files with mixed cases. This is not a a problem on a windows PC but is a problem on Linux/unix.
The topic has been locked.

Re:Post-install drama RC2 6 years, 2 months ago #1885

  • Posts:
  • Karma:
I have resolved installing Apache and Php from Suse 9.3. Then I have upgraded the packages. Now works!
Thanks,

Andrea
The topic has been locked.
Time to create page: 0.77 seconds