[Register]
Powered by Elgg

Running Elgg :: Blog :: Archives

April 2007

April 01, 2007

Anyone know why, when I edit a post's html by hand in tinymce, the colors don't show up once it's posted?  When I click edit, the colors are there, but not when reading the published blog post.  Is some sort of filter/stripper run on it?

 I think so:

weblogs:text:process is run on the body, when viewed.

Yup:

// Remove the evil font tag
           $run_result = preg_replace("/<font[^>]*>/i","",$run_result);
           $run_result = preg_replace("/</font>/i","",$run_result);

I never understood the need to deprecate a tag that is to the point and useful and replacing it with generic <SPAN> tags that actually waste more space.  Anyone? Or, I wonder if a converter could be done.

 

Posted by SpartanLaw @ Running Elgg | 4 comment(s)

Are profile widgets going to replace the regular profile system, or be optional? Also, when enabling a profile field widget, both the widget and the profile field display. IE: I make a profile photo widget, I get two photos on my page.  I'm sure it's just because the widgets are slowly being integrated, but I thought I'd let you know. Unless it's some sort of option that I missing?

Posted by SpartanLaw @ Running Elgg | 0 comment(s)

Is it possible to import/export (but mainly import!) an OPML file for RSS feeds?

Keywords: OPML, rss

Posted by Antonio Fini @ Running Elgg | 3 comment(s)

Where is the enhanced Elgg code that is needed to run the new profile widgets ? Is this the version of Elgg that is at Source Forge?

Posted by william @ Running Elgg | 1 comment(s)

April 02, 2007

I know getting google to index my site is generally a good thing, but this month it ate up 500meg of bandwidth, which will be a problem in May when I expect a surge in real use traffic for a 3 week period.

Anyone out there an expert in how to slow down/pause googlebot from drigin by during my "peak" traffic periods, but then make sure it comes back when things settle down? 

Keywords: googlebot, search engines

Posted by Tim Hawes @ Running Elgg | 2 comment(s)

April 03, 2007

okay, aside from the "nothing is impossible" answers that this may likely draw, i'm seeking some input on how feasible or appealing this idea is...

goal: create top level community containers for communities of a similar/related nature - like a forum has 'groups' for forums and so on (not on elgg, but i mean typical forum software like vbulletin or phpbb etc)....

example: you've got a school, but it's got undergrad, grad, certificate and other programs, each with multiple departments and so on, plus all of the clubs and social groups and so on - so there's a top level container for 'undergraduate' (etc) AND the admin ideally can:

prevent anybody from creating top level containers (just like they can with current communities, but in this case at the top level)

prevent anybody from creating a community within any one or more specified containers (e.g. not within the main programs, but certainly within clubs and social stuff)

in this way, people don't simply 'browse every community' when there are kazillions, but rather drill right into 'undergraduate' or whatever matters most..

the only way that i see to do this now - based on some process experiments - is to use a plugin like presentation to create a page linking to each of the communities within a container (the presentation itself being the container) but this doesn't provide a simple solution - it would require some hard coding into footer and sidebar to remind people (and would render search./browse useless for this, as that would lump it all together)

..and i know that 'tags' solve a lot of this (eg. 'here are communities tagged undergraduate' - but that doesn't solve it all, more of an explorer tool versus a resource-driven/oriented tool that allows for people to very quickly find what they need, like a departmental forum etc)

any thoughts on this? is this more of a ridiculous feature request?

Keywords: communities, forum, groups

Posted by daveinboston @ Running Elgg | 5 comment(s)

Hi,

I'm trying to use elgg on postgresql

I made a small patch for the svn revision 1054 for postgres support.

This patch won't work for mysql database though :)

It is not a complete patch but is more like a sample for you.

I am interested to contribute so to complete the postgres support for the project.

Let me know if you are interested on that and we could discuss about the porting issues
(E.g. using "if" to define the database type e.t.c.)

 

The patch is here [File does not exist]

Posted by kdask @ Running Elgg | 0 comment(s)

April 04, 2007

hi!

i got a problem when running elgg-0.7 using php 5.2.1 in ubuntu 7.04 (feisty)...is there any solution for that problem??

Keywords: php 5.2.1 in ubuntu 7.04

Posted by aleen @ Running Elgg | 3 comment(s)

April 05, 2007

Hello,

 

i tried to catch a rss feedand received the following message:

Feed subscription failed: SSL feed reading is not enabled.

https://eduforge.org/export/rss_sfnews.php?group_id=176

how can i fix it?

thanks in advanve

Heinz 

 

Keywords: Mahara, Moodle

Posted by h1moodle @ Running Elgg | 2 comment(s)

April 06, 2007

Hi All!!!

i've already install calendar plugin..it can running up but still got error..The error are like this.. 

Warning : Missing argument 4 for calendar_get_events(), called in /var/www/elgg/mod/calendar/index.php on line 111 and defined in /var/www/elgg/,od/calendar/actions.php on line 194

i already copy from htaccess-calendar to .htaccess...

Help me... 

Keywords: calendar plugin

Posted by aleen @ Running Elgg | 1 comment(s)

Hello friends,

I'm super excited to get an Elgg site up and running. Laughing It seems like it will be exactly the type of project a few of us are working on.

My site is currently here: http://andrewski.homeftp.org/elgg. (It will be moved to a permanent host once it's working.) 

I've followed the installation instructions and had a few hiccups along the way. At the moment, I'm only getting "Error: Database connection failed." I'll go through the steps I performed (and hiccups I had).

1. Firstly, I couldn't save changes to the admin pages through the website without changing the permissions of the files in my elgg folder. (They were all owned by root:root, with 755 permissions. Changing them to 777 worked, but I don't think that's a way to leave a production site.)

2. On that note, should I be creating an elgg user on my Linux system? The directions didn't seem to mention that, at least not that I read. Innocent

3. I had a lot of trouble with the mySQL portion of the installation. I wouldn't be surprised if that were causing the connection problem I'm having now. I'm no database admin, but (frankly) I was hoping I wouldn't need to be. :) At this point, I have a mySQL database named elgg and a mySQL user named the same. I can connect to the database via `mysql -u elgg -p` and my password. I also am fairly sure I don't have anything actually in the database. Wink

4. A random aside: the installation instructions mention to change a bunch of settings in config.php, but if I'm understanding it right, if I just set the admin name and password, I could change them all from the admin GUI?

Sorry to be so wordy, but if you can help me in any way, I would be much obliged! :D

Thanks and best regards,
Andrew Conkling

Posted by Andrew Conkling @ Running Elgg | 0 comment(s)

Hi all;

I just installed Elgg from the scratch and everything went fine except always got 404 errors. Eventhough i did check the.htaccess file and follow the instruction but it is still the same.

 I'm not running Elgg inside th sub-folder but in the sub-domain.

 Please help.

 Thank you very much 

Posted by mic @ Running Elgg | 2 comment(s)

April 07, 2007

Hi, 

It's great to find such a tool opensource and education oriented, thank you all.  :-)

Is there a forum dedicated to french community, or other langages (spanish) ?
If not, can we create it ?

Y-a-t-il un forum dédié à la communauté francophone ?
J'aimerais rencontrer des personnes qui utilisent Elgg en français, notamment pour me donner un coup de main dans l'installation ( (syndrôme de) la page blanche.)

Bon printemps & Have nice spring time,
Yann, 
yanndortin@gmail.com
Le Guide libre, http://aurora.net

Keywords: french français projet collaboration forum groupe

Posted by noomade @ Running Elgg | 1 comment(s)

Bonjour,
J'aimerais rencontrer des personnes qui utilisent Elgg en français.
Je planche depuis des années sur un superbe projet libre et cherche des collaborateurs : administration, design, ergonomie, CSS, traductions, organisation, et ce qui vous inspire ...
Il s'agit d'un espace communautaire facilitant partages, enseignements et voyages.
Si cela vous intêresse, envoyez-moi une petite présentation avec vos compétences et références. Merci.

Bon printemps,
Yann, Noomade
yanndortin@gmail.com 

Keywords: noomade education partage échange collaboration

Posted by noomade @ Running Elgg | 0 comment(s)

The Forwarder is a nice concept and IMO could make Elgg navigation simpler, however there is a small Bug preventing a community to forward directly to the community blog, it simply dosn't remember the drop down option. This must be simple to fix!?

Keywords: Forwarder

Posted by Guy @ Running Elgg | 3 comment(s)

April 08, 2007

I'm trying to implement a DOB option for user profiles using 3 select fields instead of the single text imput field (3 select fields seems to be the standard with most social networking sites). I've run into a bit of a brick wall and I want to know if what I'm trying to do is even possible. The 3 select fields show up just fine in the profile page (month, date, and year). The problem is that the DOB data is not written to the database. I think that the problem is probably related to the fact that there are 3 different "name" attributes that correspond to each of the three fields (i.e. "1st_dob_month", "2nd_dob_day", "3rd_dob_year"), and none of them are equal to the "internal_name" given in profile.config.php (i.e. "dob"). Most other profile field options only have one "name" attribute that is equal to the "internal_name" value. Is what I'm trying to do, use a select tag with multiple options in a user profile, possible?

// This is in profile.config.php
$data['profile:details'][] = (object)(array(
"name" => __gettext("Date of Birth"), "internal_name" => "dob",
"field_type" => "dob",
"description" => __gettext("When were you born, fella?"),
"user_type" => "person",
"category" => __gettext("Basic details"),
"invisible" => false,
"required" => false,
));

// This is under display_input_field() in displaylib.php
case "dob":
if (!isset($data['profile:preload'][$parameter[3]])) {
$months = array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
$datedata = "";
$month = "";
$day = "";
$year = "";
$i = 1;
if ($datedata = get_recordset_select("elggprofile_data", "owner=" . $parameter[5] . " name='dob_month' AND name ='dob_day' AND name='dob_year'", "ORDER BY value", "value", '', '')) {
$month = $datedata[0];
$day = $datedata[1];
$year = $datedata[2];
}
// Generate the html tags for months
$run_result .= "";
foreach ($months as $m){
$run_result .= "" . $m . "";
$i++;
}
$run_result .= "";
// Generate the html tags for days
$run_result .= "";
for ($i=1; $i

Keywords: profile.config.php profile displaylib.php

Posted by Sammy Nestico @ Running Elgg | 5 comment(s)

April 09, 2007

Does anyone have ELGG installation instructions for a Windows XP environment?

Posted by Andrew Velchek @ Running Elgg | 8 comment(s)

Hello everybody

I have installed Elgg 0.7, Linux, Mysql 5.0.32, gettext 0.14.4.

I can't to change the language to other different to English. Whenever change the language in the configuration file (config.php) for example: CFG->defaultlocale = “es”; the language in the login page is correct, but when entering to the site everything appears in English again…  in the “PathToElgg/languages” folder are all the languages, I have even returned to download and compiled the .po… but nothing happens…

I have the same problem in 0.6x version.

Somebody could help me?

Greetings

Oscar.

Posted by Oreyesh @ Running Elgg | 5 comment(s)

April 11, 2007

I have some commercially hosted web space that I use to host various applications I use for teaching (such as Moodle). I'd like to install ELGG on my space, but it seems that the free ELLG hosting for education is not available anymore and I don't find clear instructions in the installation documentation for installing ELGG within a Cpanel configuration/access to a webserver. My Fantastico options currently don't include ELGG either (unfortunately).

 

I could probably muddle through a Cpanel installation, but I wondered if anyone else had some instructions for how to do it (I get a bit lost with chmod commands and how to do that via a Cpanel).  

Any help that you could provide would be great. 

Thanks,

 

Lennie Irvin

San Antonio College, San Antonio, Texas 

Keywords: Cpanel installation, hosting

Posted by Lennie Irvin @ Running Elgg | 1 comment(s)

I really like how the search on the upper right always gives you a list of people who apply to the search but is there a way to seach all the content in the posts. I assume that someone already asked this but I could not find it Laughing

Keywords: all content, search

Posted by eliyahu @ Running Elgg | 1 comment(s)

Does it make sense to allow my member's to create their own unlimited communities. Doesn't the site get out of hand with so many communities? Or is there only a limited amount of out-going members who start them. What about communities that overlap? Will I need to remove communities? What should the default be? I would like to hear from people who have had experience with this.

Posted by eliyahu @ Running Elgg | 2 comment(s)

April 14, 2007

Hello.

 I am changing my elgg design and I could change toolbar and mainbody of top page.

But I can't find configuration of {{sidebar}}.

I want to change just top page of sidebar to delete [active user] and [logged in user now].

Does anybody have any ideas?

Posted by Masa @ Running Elgg | 2 comment(s)

I have been trying to install Elgg for the last few hours and each time I run into the exact same error.

Each installation seems to work fine up until the point when I try and login as "news", at this point I get the following error:
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /var/www/elgg/lib/db/mysql.php on line 201"
Has anybody got any suggestions as to how and overcome this problem? Any help would be greatly appreciated as I really like Elgg and I was looking forward to getting my own install up and running.

Posted by Gearoid Hynes @ Running Elgg | 10 comment(s)

April 15, 2007

I have changed elgg language to Japanese, but I got problem now.

If I use Japanese language in user name when I registrate to my elgg, I can't search my name on search form.

Also, if I use Japanese language in community name when I make new community, I can't make my community.

How can I solve this problem?

I can search [where interest "something"] with Japanese language.

Posted by Masa @ Running Elgg | 1 comment(s)

I have spent 2 or more hours editing the .htaccess file trying to get something to work. No matter what I do to it, I either get a 500 server error or I will get the following error.

" Configuration problem: The PHP setting 'register_globals', which is a huge security risk, is turned on. There should be a line in the .htaccess file as follows: php_flag register_globals off If the line is present but has a # at the start, remove the # character."

Can anyone help me please?  Globals is off and I even tried removing the "#" and nothing seems to change. Thanks, DJ

Posted by DJ @ Running Elgg | 5 comment(s)

April 16, 2007

There is any way to add a new user without sending an email?

I mean, just click on 'register', and then go directly to the page where you can define a password. I have no mail avalaible for my site.. and I'm not afraid of spam for now.

 Thanks! 

Keywords: add users

Posted by alexno @ Running Elgg | 0 comment(s)

Besides shutting off public registration and only allowing Public invitations is there any way to moderate who joins the site? I would like to see some required fields on the registration which would give me the information I need to decide who can join my site. Does this exists in elgg? Did anyone produce some code for this?

Posted by eliyahu @ Running Elgg | 2 comment(s)

Hi,

I just installed elgg in apache on a windows xp pro machine.  I keyed in http://localhost/elgg

and a login screen appears. keyin in the admin username and password and the screen went blank.

The following errors were found in php log.

 

[17-Apr-2007 05:07:32] PHP Warning:  file_get_contents(mod/template/templates/Default_Template/css) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in C:\Apache\htdocs\elgg\units\templates\default_template.php on line 15
[17-Apr-2007 05:07:32] PHP Warning:  file_get_contents(mod/template/templates/Default_Template/css) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in C:\Apache\htdocs\elgg\units\templates\default_template.php on line 17
[17-Apr-2007 05:07:32] PHP Warning:  file_get_contents(mod/template/templates/Default_Template/pageshell) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in C:\Apache\htdocs\elgg\units\templates\default_template.php on line 34
[17-Apr-2007 05:07:32] PHP Warning:  file_get_contents(mod/template/templates/Default_Template/frontpage_loggedout) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in C:\Apache\htdocs\elgg\units\templates\default_template.php on line 36
[17-Apr-2007 05:07:32] PHP Warning:  file_get_contents(mod/template/templates/Default_Template/frontpage_loggedin) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in C:\Apache\htdocs\elgg\units\templates\default_template.php on line 37

Posted by steve @ Running Elgg | 1 comment(s)

so i've launched a site and notice that many folks don't seem to mind filling out assorted profile items, though skip this until reminded by me (i created a message for loggedin front page that reminds everybody..)

is there an easy way to include certain profile fields into the 2nd step of the user registration process such that when a user clicks the activate account link in the email, they see a page where they select a password AND see a few fields to fill out (all optional, like location, interests, etc) - that way all profiles have a few tags/keywords to populate the system without asking users to fill out essay style questions? this would ideally include something like "upload a picture of yourself" for extended profiel and an icon for sitewide display...

Keywords: registration, user profiles

Posted by daveinboston @ Running Elgg | 6 comment(s)

April 17, 2007

Just installed elgg on White Box machine.  After a few small snags all seems to be running.

Here are the problems:

1. From the local machine, elgg frontpage comes up allows login, but no matter what link you click nothing changes until you close the browser and reopen it, then the new page comes up?

2. From any other machine on the network, elgg comes up on the www address, but as soon as you logon the browser says:

 

Internet Explorer cannot display the webpage

 
 

Most likely causes:

  • You are not connected to the Internet.
  • The website is encountering problems.
  • There might be a typing error in the address.
 

What you can try:

 

Diagnose Connection Problems

 

More information More informati

I really don't know were to go next, can anyone help?

Posted by Tim Trimble @ Running Elgg | 1 comment(s)

First, I really like this software platform. It has a great deal of potential. I am confused as to what the patches folder is for in the themes area. Are we supposed to take a css from the patches and overwrite the css file that came in the zipfile of the theme?

Posted by Mike Holzman @ Running Elgg | 2 comment(s)

I've installed under OSX on Mac (using XAMPP).

I can log on as the default 'news' user; if I create a new user, I can log on as that user.

But any attemp to 'do' anything leads to this type of error: 'The requested URL /elgg/news/weblog was not found on this server.'

I've checked the config.php file and I'm sure that the path to the files is correct (and is terminated with a slash); if it wasn't, I don't think the install would have completed!

 Any ideas as to what's happening?

Posted by mark sanders @ Running Elgg | 2 comment(s)

i'm curious as to how fluid the openid plugin is - meaning how well it detects new user registrations (likely need to edit the join page) and how quickly it queries for login...

anybody running it?

Keywords: openid

Posted by daveinboston @ Running Elgg | 3 comment(s)

April 19, 2007

Currently, i'm trying to install elgg on my pc and i get this error. i spent whole night yesterday trying to figure it out, no success though.

Can anybody explain me what to do, please!

thanx 

Posted by Forester @ Running Elgg | 0 comment(s)

I am aware that unless a user's profile is public that user does not appear on the default front page by 'Here are some example users: ....'.

I am also aware that unless blog posts (and, I guess, other activities) are marked as 'Public', their associated keywords do not appear in the Tag Cloud.

So a new Elgg installation is likely to report (at least to the casual observer) no users and no keywords. I guess this is because one's natural inclination is to limit contributions to logged in users, and because this is how Elgg installs by default.

Does anyone have advice/solutions for this? Are these bugs likely to be fixed in the next release?

...or am I mistaken?! 

Keywords: bugs, default, example users, profiles, public, tag cloud, tags

Posted by mark sanders @ Running Elgg | 2 comment(s)

ive configures all of the setting right apart from the dirroot, the path is correct but it says: Configuration problem: The $CFG->dirroot setting in config.php points to a directory that does not exist.

The Path i put was /public/ftp2/elgg/

please help 

Posted by Tom @ Running Elgg | 6 comment(s)

i noticed that I can create / edit / delete files and folders in this community "file storage" section.  Could the community administrator set it so that community members can only upload files to folder but not edit or create folders / files?

can I apply different level of access to a user / group? lets say if i grand access to joel, will he has all the rights? edit / delete / create?

thanks.

 

 

Posted by kevinnet @ Running Elgg | 0 comment(s)

April 20, 2007

My Config.php file has the following details:

 $CFG->dbtype = 'mysql';$CFG->dbhost = 'localhost';
 $CFG->dbuser = 'root';
 $CFG->dbpass = '*****';
 $CFG->dbname = 'elgg';
 $CFG->dbpersist = false;

I created the elgg database.

And i could connect to the database using 'mysql -h localhost -u root -p*****'.

What could be the issue? Is there any logs that show the exact error?

 

 

Keywords: Installation

Posted by Suresh Maridi @ Running Elgg | 5 comment(s)

can you put a limit on how much space a user / group can have?

 

Keywords: limit storage space

Posted by kevinnet @ Running Elgg | 3 comment(s)

I would like to have the tag cloud shown on the frontpage. what do I need to tweak to get this there? thx

Keywords: frontpage, tag cloud

Posted by guz @ Running Elgg | 1 comment(s)

April 21, 2007

i'm getting this error on elgg starting page:

Error: Database connection failed. It is possible that the database is overloaded or otherwise not running properly.The site administrator should also check that the database details have been correctly specified in config.php

i understand that i have to create a database and connect it to the code.

can anybody give me a hint how to that?

thanks!! 

Posted by Forester @ Running Elgg | 1 comment(s)

April 23, 2007

The "flag as unsuitable" button is after the blog post and all the associated comments right at the bottom of the page. How do I move it? I'd like it to be somewhere more prominent - perhaps either just before or just after the main blog post. I spend yesterday trying to figure this out - I think it is somewhere in "body" tag but couldn't work put where this tag is populated.

As a side issue has anyone worked out a sort of flow diagram for how pages are created? I'm having trouble getting my head around what the files do and help would be appreciated! 

Keywords: flag, inappropriate

Posted by John Hackett @ Running Elgg | 1 comment(s)

You can grab it from the usual place. Note that this is a release candidate, so watch your step - and please let us know about any issues.

Keywords: 0.8, 0.8 rc1, elgg, elgg 0.8, elgg 0.8 rc1

Posted by Ben Werdmuller @ Running Elgg | 2 comment(s)

April 24, 2007

Ok, so ive been playing with Elgg for a while and just wanted to say i love it =) I look forward to writing and contributing code to this project asap! But i did find a few reasons why it might not be working for some people.

 Ok, So the first big thing is that some people are complaining that they are able to install elgg on their server/system but when they log in and try to click one of the links like "profile" or something of the sort they are returned with a 404 error. Now heres the quick fix that i found to help me.

I am running a Ubuntu 6.10 Linux Server but this might also be why things arent working so well for others =)

It turns out that apache2 is configured by-default for the ubuntu LAMPS server install to NOT listen to any overrides you put into your .htaccess file. This would explain why someone has the right info in the .htaccess but cant get to any of the links created by mod_rewrite.

I was able to edit the file:

/etc/apache2/sites-available/default  

To allow the use of .htaccess overrides.  

To do this is Linux you can use this small tutorial.

 (as root/sudo)

vi /etc/apache2/sites-available/default 

search for something that looks like this 

        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
                # Uncomment this directive is you want to see apache2's
                # default start page (in /apache2-default) when you go to /
                #RedirectMatch ^/$ /apache2-default/
        </Directory>

Where you see AllowOverride None.

(to edit a line in vi press your INSERT key or Shift+I) 

Change it to read AllowOverride All

now save the file by hitting [esc] ::wq 

 Restart apache with a command like this.

sudo /etc/init.d/apache2 force-reload

 

Well, this fixed all my problems. I will try and find time to add it to the wiki tomorrow.

Please let me know if this fixed your problems as well ;) i would be interested to know if anyone else was also having so many problems with apache2 + mod_rewrite.

-Eureka 

Posted by Nirvash @ Running Elgg | 3 comment(s)

I upgraded to 0.8RC1 and even tried fresh installation and in both cases I got the following errors :

Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in c:\phpdev5\www\elgg8\lib\php-getttext\gettext.inc on line 131

Warning: setlocale(): Invalid locale category name LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME. in c:\phpdev5\www\elgg8\lib\php-getttext\gettext.inc on line 131

Fatal error: Call to undefined function: mb_detect_encoding() in c:\phpdev5\www\elgg8\lib\php-getttext\gettext.inc on line 101



I even trid to copy the /lib/php-getttext/ from the 0.7 working installation but I still get the same error


X

Posted by Mr.X @ Running Elgg | 2 comment(s)

April 25, 2007

Sorry to be an idiot here, but I'm not sure why I'm receiving the error.

 

[Wed Apr 25 17:23:59 2007] [error] [client 198.65.111.111] PHP Fatal error:  Call to undefined function session_name() in /home/USER_ID/www/test1.DOMAIN.net/_elggadmin/lib.php on line 26

 

I've gone through all of the settings I can think of.  I've turned on register_globals in the php.ini file, I've confirmed path info in the config.php file, I've chmodded all that was required, I'm running php5 and mysql5, database is set and ready, etc.

I've also gone through the troubleshooting information but I don't have problems with any of those issues.

 Any thoughts?

 

Thanks,

John M

Keywords: PHP Fatal Error Call to undefined function

Posted by John Magnusson @ Running Elgg | 2 comment(s)

Newbie here in need of some guidance...

After what I felt was a successful configuration I am now getting the following error on a new install:

 Warning: mkdir() [function.mkdir]: No such file or directory in /home/ ...url... /uploadlib.php on line 767

ERROR: You need to create the directory /beenztalk.com/elgg/data/ with web server write access


Any tips?

my host tells me they run things like mod_rewrite etc. and the data folder access is set to 777?

Any help is much appreciated!

Thanks in advance for any of your time!

 

Keywords: access, elgg, error, install, installation, new, server, web, write

Posted by kynichol @ Running Elgg | 6 comment(s)

April 26, 2007

Hello all,
it might be that this is a really stupid question, or that I have missed an important bit around ELGG. I am quite new to this business, nevertheless, we are planning to set up a kind of social network platform, for which we might use ELGG.
But I wonder, how do you administrate/control access to the platform?! I can't find any documents concerning this topic. In our case, we want to grant access only to certain people (e. g. who are invited to join the network). Is it possible to have an external database, which functions as “log-in-control-device” (only people who are listed in the database are allowed to register), or to upload a list of allowed users?

Thank you very much for your answers and help.

Best regards, Mirco

Keywords: administration, log-in, network access, users

Posted by Mirco Sander @ Running Elgg | 2 comment(s)

Whenever an edit is made to _elggadmin - either the config files or the template and then click save, I get a blank screen and nothing is saved. PHP's memory limit has been raised to 64mb in php.ini.

Also, when, as  a site administrator I try to edit the content of a user's profile, and click save, I get the orange confirm of changes, but no changes are actually written - the profile remains unchanged.

 Any ideas?

Keywords: blank screen, save

Posted by misterphil @ Running Elgg | 5 comment(s)

When I tried installing, everything went fine - all the messages came back ok, all the way down to the Yay!, clicked OK to continue, and the screen blanked. after a few minutes I got an error msg, the gist of which was that a funciton had timed out trying to ping a web site (sorry - I can't remember the precise details...)

 I'm trying to install locally for testing purposes, and was installing to localhost, initially without a network connection. Later I retried, with the work's connection which connects through a proxy - with the same result.

Is this replated to explode, and can it be disabled for installation? 

 

Keywords: ping, v8rc1 error

Posted by misterphil @ Running Elgg | 3 comment(s)

Does anyone have one or have a link to one? I want to make a myspace style site for some friends but I'm not sure if its possible with Elgg.

Posted by Net @ Running Elgg | 4 comment(s)

April 27, 2007

Hi, I wondered if you could help with a potential newbie mistake...

Elgg appears to have installed ok and I can login as news, as soon as I attempt though to browse anywhere I get the following error message:

Warning: file_get_contents(mod/template/templates/Default_Template/css) [function.file-get-contents]: failed to open stream: No such file or directory in /home/ - url - /elgg/units/templates/default_template.php on line 15

When I look in the folder "mod/template/templates/Default_Template/" the css file is present??

Any help would be much appreciated.

Ky 

Keywords: contents, default, error, file, get, template

Posted by kynichol @ Running Elgg | 1 comment(s)

April 30, 2007

I've completed installation successfully - but I can't log in using the "news" account.  No error message is generated - but elgg keeps asking me to log in.  I can see that the "news" account exists by looking directly at the database table (via phpMyAdmin).

If I try to register a new account - the appropriate e-mails get generated and  the user appears to be created (visible via phpMyAdmin) but it's still not possible to log in using the new user ID. In addition the creation of the new user generates the following error:

Warning: Invalid argument supplied for foreach() in /srv/www/cheese/elgg/mod/profile_photo/lib.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/cheese/elgg/mod/profile_photo/lib.php:15) in /srv/www/cheese/elgg/units/invite/invite_actions.php on line

 

If anyone would like to see the problem for themselves the site is available at:  http://cheeseandvinegar.com/elgg

Environment information available at http://cheeseandvinegar.com/phpinfo.php 

 

 Any help much appreciated

Thanks

Rich 

 

Keywords: installation, login

Posted by Richard @ Running Elgg | 3 comment(s)

We're currently running an elgg on our school network, without access to the internet - obviuosly this is why we can't subscribe to external feeds. However, if I create a community and then try to subscribe to the feed for the community blog, I get:

  Feed subscription failed: feed appears to be invalid. Please check your link or try later.

this is the address: 

 http://10.104.4.250/elgg/_rss/subscriptions.php?profile_nam

 Any ideas?

 thanks

Keywords: feed, rss, rssfeed, subscribe, subscription

Posted by misterphil @ Running Elgg | 2 comment(s)

Fairly straight forward. I posted something and deleted it. when I check my blog it isn't there, but it still appears in the activity list.

Keywords: my activity, post

Posted by misterphil @ Running Elgg | 3 comment(s)

this came up the other day - a student had listed something in the "likes" field of their pofile, as did another student. the software automatically linked the 2 occurences of the same keyword Student a then edited their likes and dislikes so that there was no longer a correspondence, but the keyword link remained in place:

 e.g. A and B both listed "archery". A deletes archery from list. Searching for Archery produces A and B. click on A and no sign of archery in profile.

 PS I thought that it was better to post each issue separately.

 

cheers! 

Keywords: keyword, profile

Posted by misterphil @ Running Elgg | 0 comment(s)

After entering all my values in the administration panel I click save, and the only thing that happens is the page refreshes with the previous values. None of the values get saved and nothing happens.

 Anyone experience this before?

Keywords: _elggadmin, administration panel, installation, save

Posted by Tammy @ Running Elgg | 5 comment(s)

Site supported by Curverider Ltd - powered by the awesome Elgg