Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 07:35 pm EDT

Geeklog Forums

repeat issue on configuration.php


Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
This issue recurs every few weeks and completely breaks my ability to configure the site. I've reinstalled GL three times, and every time I begin a little customization, it breaks. Please help. I'm feeling like an incredible noob.

Once this breakage happens, all the links on configuration.php point to configuration.php. "Blocks," "Theme," "Users and Submissions," *all* of them become visited links and point to the same page.

I'd expect this if I were modifying the source or radically altering layouts, but it's not a great amount of customization; tonight I moved three blocks from left to right. I used to think third party themes were doing this, but I haven't touched a theme tonight. I was able to make several changes before this, including post-install stuff like proper file permissions, changing admin passwd. Then I had no problem adding some topics and stories.

Tonight I noticed that immediately before the break, my security token expired and required me to log back into the UI. It seems likely that this was the case last time, but I can't be certain.

Tonight I was painfully cautious and made a backup of the entire GL document and backend directories and a database dump after each few changes.The worst part is, this stays broken after completely wiping and restoring:
Text Formatted Code
[00:50:35 ROOT@gl www] rm -rf geeklog glwrkdir/
[00:52:22 ROOT@gl www] cp -rp GLbak-20110109-235212/geeklog/ .
[00:52:43 ROOT@gl www] cp -rp GLbak-20110109-235212/glwrkdir/ .
[00:52:54 ROOT@gl www] mysql -uglweb -p -D gklogweb < GLbak-20110109-235212/GL_db-20110109-235212.dump

I can still see changes in the UI with different revisions of my backups--so I know they're from earlier versions of my efforts--but once the issue surfaces, I can only reinstall to fix it. I even logged out, rebooted my client PC, restarted MySQL, and deleted and recreated the database, and it still didn't help.

Is there a known issue with running GL on Ubuntu server or anything? I obviously haven't tried *everything*, or it'd be fixed. But I'm out of ideas. I really like the GL UI, but I'm being pressured to use something else and want to fix this ASAP.
Frown

This happened with GL versions ~1.6, 1.71rc1, and tonight, 1.71sr1.

Text Formatted Code
uname -a
Linux Koala 2.6.32-26-generic-pae #48-Ubuntu SMP Wed Nov 24 10:31:20 UTC 2010 i686 GNU/Linux

php --version
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4.5 with Suhosin-Patch (cli) (built: Sep 17 2010 13:41:55)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

mysql --version
mysql  Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1
 
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: zedmelon

Once this breakage happens, all the links on configuration.php point to configuration.php. "Blocks," "Theme," "Users and Submissions," *all* of them become visited links and point to the same page.[/code]


Not sure I understand your problem. The Configuration makes heavy use of JavaScript. As such, all the links have always pointed to just configuration.php (actually, configuration.php# if you look closely). So this is normal.

Are you saying that they stop working once you've clicked on a link? Or are they not working in the first place? Make sure you have JavaScript enabled and you should be fine.

If that doesn't explain what you're seeing, please try explaining it again in other words.

bye, Dirk
 Quote

Status: offline

beewee

Forum User
Full Member
Registered: 08/05/03
Posts: 969
Location:The Netherlands, where else?
Which browser do you use? Any fancy settings?
Dutch Geeklog sites about camping/hiking:
www.kampeerzaken.nl | www.campersite.nl | www.caravans.nl | www.caravans.net
 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
Thank you both for your interest.

Quote by: beewee

Which browser do you use? Any fancy settings?


Not really. I've customized Firefox a bit, but the most drastic change is CoolIris. Chrome is nearly default out of the box, and I.E. has few changes as well. Same result on two separate client workstations--one XP box, one fairly new Win7 box--although I only have Chrome on XP. This is at work where I don't have a Linux workstation to test with. Also, my Win7 doesn't have CoolIris.

Quote by: Dirk

Not sure I understand your problem. The Configuration makes heavy use of JavaScript. As such, all the links have always pointed to just configuration.php (actually, configuration.php# if you look closely). So this is normal.


Sorry, I should've been more clear. Yes, I know the links all point to configuration.php#, but the source code on the page shows--I'm not near it and don't know JavaScript, so I'll have to paraphrase--something like this:
Text Formatted Code

<a href="conf.php#objectID=1"> Blocks</a>
<a href="conf.php#objectID=2"> Site</a>
<a href="conf.php#objectID=3"> Stories and Submissions</a>
<a href="conf.php#objectID=4"> Themes</a>
 

The numeric identifier in each of those links decides whether I'm about to edit the blocks or select a new theme. Once this breaks, it's always the same, and I can't get to blocks anymore. nor stories, nor themes, nor anything else but the default page you see when you hit the configuration link from say, admin home. It's the page with the main config. I click all the other links and get ONLY that page.

If these were all separate HTML pages, I'd suspect that symlinks to the main page had replaced all the others, if that helps you visualize what I'm seeing

Since you mentioned JavaScript, I'll download the latest Java and see if that helps.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: zedmelon

Since you mentioned JavaScript, I'll download the latest Java and see if that helps.


Don't bother. Java and JavaScript are two different languages. Geeklog only uses JavaScript (in some places, like the Configuration). It does not use Java.

bye, Dirk
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: zedmelon

Sorry, I should've been more clear. Yes, I know the links all point to configuration.php#, but the source code on the page shows--I'm not near it and don't know JavaScript, so I'll have to paraphrase--something like this:


It's more like:
Text Formatted Code
<a href="#" onclick='open_subgroup("Core","2");return false;'>Theme</a>
<a href="#" onclick='open_subgroup("Core","3");return false;'>Blocks</a>

So that means that when you click on the link "Theme", it would execute the JavaScript function open_subgroup("Core","2" )

It's still not clear to me: Does this never work? Or does it work for a time and then suddenly stops working?

In the first case, it would make it sound like you have JavaScript disabled in your browser (or you're behind a proxy or firewall that filters JavaScript). In the latter case - no idea, really.

Many browsers have an "Error Console" or something similar (in Firefox: Tools > Error Console). Does anything show up there when that happens?

bye, Dirk
 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
Quote by: Dirk

Geeklog only uses JavaScript. It does not use Java.


Heh. I thought, "hope I don't have to admit I don't know the difference; maybe JS is based on Java and might benefit from an update." I should stick to bash and ksh scripting.

Quote by: Dirk

It's more like:

Text Formatted Code
<a href="#" onclick='open_subgroup("Core","2");return false;'>Theme</a>


Yeah, that sounds right. Sorry; made my last post from elsewhere. And thanks. I learned a little JS today. Smile

Quote by: Dirk

Does this never work? Or does it work for a time and then suddenly stops working?


It works for awhile and then stops. No matter which link, I get the main config page. Click Blocks, get the page where I can update the URLs, slogan, meta description, all of that. I click Images or Stories, or Miscellaneous, it's all the same. I did notice this time that my security token expired immediately before the break. I logged back in, and then I couldn't reach the other pages

Is it tied to the session? I've restarted the browser and rebooted the client workstation.
Is it the config files? I've completely removed and restored from backup. Same with the database. And three different Geeklog releases.
I was still ready to blame themes, but I didn't change it once this time.
Is it a goofy client misconfig? I've got a two-year-old XP box and a four-week-old Win7 box seeing the same thing, and multiple browsers on each box.

It's just weird. I'll check the error console and report back. If I don't find anything conclusive I might do a reinstall and THEN watch the error consoles on separate machines.

Devil's advocate: I used Firefox to admin the UI and tracked the progress in I.E. to view the UI for anonymous clients. Is it possible that Geeklog or Apache confused the two sessions from the same PC? It still wouldn't explain how restoring the database didn't fix it.

Thank you again for listening.
 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
All right, so here it is. Please be assured I haven't manually altered a single config file. How do I fix it?
Text Formatted Code
Error: open_subgroup is not defined
Source File: http://help/admin/configuration.php    Line: 1

I found "open_subgroup" in javascript/configmanager.js, which is called in the HTML source a few lines before the first instance of onclick=open_subgroup.

Interestingly, I got ten warnings loading this forum page as well as five searching on Google a few minutes ago. In case they're relevant, here are a few:
Text Formatted Code
Warning: Expected color but found '#white'.  Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.geeklog.net/captcha/style.css  Line: 21

Warning: Error in parsing value for 'display'.  Declaration dropped.
Source File: http://www.geeklog.net/forum/viewtopic.php?showtopic=91742   Line: 0

Warning: Expected declaration but found '*'.  Skipped to next declaration.
Source File: http://www.google.com/   Line: 7

Warning: Unknown property 'zoom'.  Declaration dropped.
Source File: http://www.google.com/    Line: 0


Typing anything into Google yields fourteen more warnings.
Text Formatted Code
Warning: Error in parsing value for 'background-position'.  Declaration dropped.
Source File: http://www.google.com/    Line: 7


 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
from javascript/configmanager.js:
Text Formatted Code

function open_subgroup(group_var,sg_var){
 document.group.conf_group.value = group_var;
 document.group.subgroup.value = sg_var;
 document.group.submit();
}
 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
So Firefox's error console shows.
Text Formatted Code
Error: open_subgroup is not defined
Source File: http://help/admin/configuration.php    Line: 1


Google Chrome shows the very similar
Text Formatted Code

Uncaught ReferenceError: open_subgroup is not defined        configuration.php:70
(anonymous function)                                         configuration.php:70
onclick                                                      configuration.php:71
 


I don't speak JavaScript, but I've coded plenty of bash and ksh, and a touch of Pearl. It *looks* like it should be working. The HTML source references javascript/configmanager.js, which contains "open_subgroup."

It can't be something cached on the client, because this is the first time I've hit the page in Google Chrome since the most recent reinstall. I also checked from another PC in a different department, and the same issue is happening.

I'm stumped. Any ideas?
:banghead:
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Not sure how that JavaScript function could disappear just like that ...

Are you using a custom theme or the standard Professional theme? And if it's a custom theme, did you derive it from the (current) Professional or did you download it from somewhere else?

Just a shot in the dark, really. I'm wondering if you're flip-flopping between two themes (that could happen when the security token expires; there's also a bug with theme changes in the configuration somewhere that we haven't tracked down yet). So maybe one theme isn't loading the JavaScript code or something like that ...

bye, Dirk
 Quote

Status: offline

zedmelon

Forum User
Newbie
Registered: 05/23/10
Posts: 9
Quote by: Dirk Are you using a custom theme?

No alternate theme. I thought before that a third party theme was breaking things. But this time I didn't even touch the theme, and nothing's in the GL directories except what the install doc directs, save a few PNGs for topic images.

I'll reinstall and document every change I make, watching the error console. I'll come back and report what I find.

I was doing this on the command line each time I did something new. It copied the directories and a database export and put them into a timestamped directory:
Text Formatted Code

MYNOW=`date +%Y%m%d-%H%M%S`; MYDIR=GLbak-"$MYNOW" ;mkdir $MYDIR; cp -rp geeklog/ $MYDIR ; cp -rp glwrkdir/ $MYDIR ; mysqldump -uglweb -p gklogweb > "$MYDIR/GL_db-"$MYNOW".dump"
 
The above grabs DocRoot (admin/ *.php, javascript/, et cetera) and the backend directory (db-config, logs...), and then a database dump.

What else I should I be archiving? I must've missed something with the above, or restoring from a backup would fix it, right?

Thank you for keeping with me on this.
 Quote

All times are EDT. The time is now 07:35 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content