Koozali.org: home of the SME Server

Portal for SME 6.0

ergozd

Portal for SME 6.0
« Reply #15 on: December 26, 2004, 08:15:39 PM »
Hi wallyrp!

phpmyadmin contrib - I am not sure which version you've installed but you might be missing config.inc.php, check your /opt/administration/phpmyadmin catalogue , if you don't have it I can send one over. 8-)

I am not really sure what you mean with #1 and #2, can you be more specific?

Best rgds, Ergin

wallyrp

Portal for SME 6.0
« Reply #16 on: December 28, 2004, 04:16:45 AM »
Ok, I finally got it working but I am getting the following error:

debug: An error has occurred while processing the template:
file error - portal_chooser.tt2: not found
debug: An error has occurred while processing the template:
file error - transitional_portal.tt2: not found

If anyone has any suggestions, let me know please? I'm going to mess around with it some more and see if I can fix it.

wallyrp

Portal for SME 6.0
« Reply #17 on: December 28, 2004, 05:28:35 AM »
Ok, fixed the problem with the template error. Need to update the how-to.

The metadot.conf file in the /home/e-smith/files/ibays/Primary/html/metadot/etc folder needs to properly reflect where the skins are. It needs to be changed from /home/metadot/metadot/sitedata/skins to /home/e-smith/files/ibays/Primary/html/metadot/sitedata/skins

It's fixed and it's working. Now all I need to do is place a index.html file that jumps folks to the metadot portal.

I need a hair transplant after this. I think I'll try to re-do the how-to and will provide a link to it from here.

wallyrp

Portal for SME 6.0
« Reply #18 on: December 28, 2004, 05:56:31 PM »
OK, if it weren't for my dogged persistence in this area, I would have given up a long time ago.

I still have issues with what appears to be a default setting in the Metadot files. They default the location path of Metadot to /home/metadot/metadot and since I want this to be my main web page, I don't want the ugly url that would be in place if I did that such as, http://domain/~metadot.

I change the paths for images and some show and others do not. I change it back and it's vica versa. Acckkkkkkkk... cough sputter... Still working through this.

Still curious if anyone else out there has attempted to install this portal and if they have any ideas?

ergozd

Portal for SME 6.0
« Reply #19 on: December 28, 2004, 07:49:42 PM »
I know, I tried to install on an ibay (:-() and I tried SMEServer httpd-DocumentRoot (/home/e-smith/files/ibays/Primary/html) (:-().

Therefore I am happy to have managed to install it as I described in my Howto and I can access it at
http://domain.name/metadot/ and it works for me...
Check out http://ergin.dyndns.org/metadot/

if anyoneelse has managed to install it in any other way pls drop a few lines. ;-)

Best rgds, Ergin

wallyrp

Portal for SME 6.0
« Reply #20 on: December 29, 2004, 03:38:43 AM »
Could you email me a screenshot of your system parameters? I've tried everything in the world with the images and still have found no consistency.

I did not eventually create an ibay and put metadot in it but rather, I put it in /home/e-smith/files/ibays/primary/html/metadot with all the appropriate folders below that. In some of the places for the images, they want the absolute path which I'm assuming is the one that is in the above format and others want the friendly url type. I've tried so many things that it's getting all mushed up together up there. There is one thing, when I'm in Styles & Colors, the logo preview doesn't show any image when I select them. I'm not sure where it's pulling the path from.

Ok, when I choose a logo, the url that shows as the url for the properties for the image placeholder is http://theredneck.mine.nu/home/e-smith/files/ibays/Primary/html/metadot/sitedata/public/filename.gif. I digress though, I'll poke around on the metadot.com site to see what's going on. Have you tweaked your site as in uploading custom images and such for the main structure of your site?

If you want to visit mine, go to http://theredneck.mine.nu

wallyrp

Portal for SME 6.0
« Reply #21 on: January 07, 2005, 03:52:02 AM »
Good Evening,

My next step is to work with the LDAP authentication portion of Metadot. Has anyone tried this?

wallyrp

Portal for SME 6.0
« Reply #22 on: January 28, 2005, 08:13:05 PM »
Good Afternoon,

A word to the wise, I don't know what is installed in the custom iso that is floating around out there but you can't install Metadot on it. I don't know why but you just can't.

Going to try on the 6.5 beta but haven't yet.

Question, I noticed in the how-to that you directly modify the httpd.conf file. You state that if the webmail is enabled, you think that this is ok. Well, I've enabled webmail and it doesn't modify this portion of the httpd.conf file. If I directly modify the file, it doesn't stay so, I'm not sure which file in /etc/e-smith/templates/etc/httpd/conf/httpd.conf to modify to re-write the modification that you state needs to be there. I've attempted to put it in the file 87metadot but that doesn't work either. Any ideas on this?

ergozd

Portal for SME 6.0
« Reply #23 on: January 29, 2005, 08:50:16 AM »
Hello wallyrp!

I have not modified the httpd.conf directly, I just showed a screendump for <Directory />

What I meant with that FollowSymLinks would be activated

You can modify template
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85DefaultAccess

OR even better create a new template
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85DefaultAccess

and change
Options None TO
Options FollowSymLinks

What message(-s) do you get when things don't work aout? You can get logs from
/var/log/messages OR
/var/log/htttd/error_log

Best rgds, Ergin

wallyrp

Portal for SME 6.0
« Reply #24 on: January 31, 2005, 03:01:02 PM »
Good Morning,

Pardon my ignorance on this subject but, is there any matrix that would describe the numbering and naming of files like this? I noticed that you labeled it 85DefaultAccess and my assumption would be that it deals with a certain portion of the httpd.conf file or is in the lineup of files that re-compile the httpd.conf file everytime SME reboots.