Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 10:53:00 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155556 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Argos backend theme not working properly in 2.8.2 upgrade  (Read 517 times)
contactjw

Offline Offline

Posts: 28


« on: October 28, 2011, 12:21:15 AM »

Am I suppose to add jquery in the footer to get it to work properly? If so how do I go about it? If not what could be the problem?
Logged
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #1 on: October 28, 2011, 11:54:01 PM »

It doesn't need jQuery. It works fine in my installations. What's the problem? Do you get errors? Are there things that look wrong or things that don't work? Please tell us a bit more than "it doesn't work"... A screenshot may help too.
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
contactjw

Offline Offline

Posts: 28


« Reply #2 on: October 29, 2011, 12:22:05 AM »

This is on the media page.

"Warning: require_once(/home/dir/public_html/templates/argos_theme/languages/EN.php) [function.require-once]: failed to open stream: No such file or directory in /home/contribu/public_html/admin/media/browse.php on line 34

Fatal error: require_once() [function.require]: Failed opening required '/home/dir/public_html/templates/argos_theme/languages/EN.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dir/public_html/admin/media/browse.php on line 34"

Also I think I might have to check the css file as there are no images showing on the home page for example, only text.
Logged
contactjw

Offline Offline

Posts: 28


« Reply #3 on: October 29, 2011, 12:25:29 AM »

I could post a screen shot if I knew how to insert it in this editor. I assume I have to code in a link to the image or something?
Logged
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #4 on: October 29, 2011, 12:29:41 AM »

I could post a screen shot if I knew how to insert it in this editor. I assume I have to code in a link to the image or something?
No, you can add an image to the post (open Advanced options).
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #5 on: October 29, 2011, 12:31:42 AM »

This is on the media page.

"Warning: require_once(/home/dir/public_html/templates/argos_theme/languages/EN.php) [function.require-once]: failed to open stream: No such file or directory in /home/contribu/public_html/admin/media/browse.php on line 34

Fatal error: require_once() [function.require]: Failed opening required '/home/dir/public_html/templates/argos_theme/languages/EN.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dir/public_html/admin/media/browse.php on line 34"

Also I think I might have to check the css file as there are no images showing on the home page for example, only text.

Hm, I'm no PHP expert, but doesn't this mean that the EN language file is missing or something?
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #6 on: October 29, 2011, 12:35:02 AM »

The errormessag says that it can not find the file "/home/dir/public_html/templates/argos_theme/languages/EN.php" ... please verify if the file exists and if ownership & permission are set in a way so that the webserver has readaccess to it.

This is what should be in that file:
Code:
<?php

// $Id: EN.php 1080 2009-07-18 14:21:41Z Ruebenwurzel $

/*

 Website Baker Project <http://www.websitebaker.org/>
 Copyright (C) 2004-2009, Ryan Djurovich

 Website Baker is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 Website Baker is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with Website Baker; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

//Modul Description
$template_description  'Enhanced backend theme for Website Baker 2.8.';

//Texts
$TEXT['ADMIN_ONLY'] = 'Settings for administrator only';
$TEXT['NO_SHOW_THUMBS'] = 'Hide thumbnails';
$TEXT['TEXT_HEADER'] = 'Set maximum imagesize for a folder</b><br><small><i>(resizing on new uploads only)</i></small>';
?>

The whole description you are giving suggests, that the webserver has no read access to some of the subdirectories of the theme. You might want to switch to a different theme, uninstall and then install the Argos Theme again.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

contactjw

Offline Offline

Posts: 28


« Reply #7 on: October 29, 2011, 07:57:50 PM »

OK. Not sure what happened but the Websitebaker-2.8.2_changed_files.zip file I downloaded seemed to be missing language files and image files. I moved all the files in the folders with missing files from WebsiteBaker_2.8.2_ SP1.zip and now it's working fine.  smiley

Thanks for your help with this.
Logged
contactjw

Offline Offline

Posts: 28


« Reply #8 on: October 29, 2011, 08:01:27 PM »

I still can't figure out how to insert an image. All I can find in the Additional options is how to attach a file. I would assume that would attach a file for downloading. Does that have something to do with inserting an image?
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #9 on: October 29, 2011, 08:22:25 PM »

Attaching is one possible option here in the forum, linking it with the appropriate image tags (see code below) is the other.
Code:
[img][/img]

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

contactjw

Offline Offline

Posts: 28


« Reply #10 on: October 29, 2011, 11:59:32 PM »

OK, thanks. That's what I thought.
Logged
contactjw

Offline Offline

Posts: 28


« Reply #11 on: October 30, 2011, 12:01:19 AM »

By the way, I had to upload the icon folder as well.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!