1
Burnspot
Re: Notification Options
  • 2004/7/22 16:24

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Just go to the page that lists all the modules, then click on the module's icon; you'll see options to play with there (notification is one of these under general config).



2
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/2 10:57

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Good deal! I finally solved my problems by just installing WF-Sections; seems to fit the bill quite nicely for me :)



3
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/2 1:28

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Oh dear....

I'm going to set it up on my testbed and see how it compares, heh.



4
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/2 0:44

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Operating system Linux
Kernel version 2.4.20-27.7smp
Apache version 1.3.29 (Unix)
PERL version 5.8.1
PHP version 4.3.4
MySQL version 4.0.15-standard

Hmm, haven't looked at WFSections yet...really been trying all sorts of stuff out since I've only recently started working with Xoops, heh heh.



5
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 23:04

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Well...I'm stumped. I've tried every sort of path/url possible, every CHMOD I could fathom and yet it doesn't work in either module (Tiny Content or C-Jay). Oh well, would've been nice to have a WYSIWYG editor to use, lol.

Edit..just saw your reply; here's my mainfile.php:

<?php
// $Id: mainfile.dist.php,v 1.5 2003/02/12 11:36:33 okazu Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <https://xoops.org/> //
// ------------------------------------------------------------------------ //
// This program 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program 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 this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //

if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/burnsp2/public_html');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.burnspot.com');

// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'xoops');

// Database Hostname
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'EDITED OUT FOR POSTING');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'EDITED OUT FOR POSTING');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'EDITED OUT FOR POSTING');

// Use persistent connection? (Yes=1 No=0)
// Default is 'Yes'. Choose 'Yes' if you are unsure.
define('XOOPS_DB_PCONNECT', 0);

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

if (!isset($xoopsOption['nocommon'])) {
include XOOPS_ROOT_PATH."/include/common.php";
}
}
?>



6
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 22:28

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Strange...I installed the C-Jay Content module and have the same problem. It's got to be a pathing error of some sort.



7
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 21:55

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


I've been examining the path given in the spaw config and that may be an issue. I'll try that CHMOD adjustment; I've noticed that C-Jay's content module does a wide-range of CHMOD adjustments whereas the TC module doesn't mention them.

Breadcrumbs.. The gallery came with it's own CSS file that I took liberties with. I pulled my own hair out with tracking some of that stuff down, but I got it eventually ;)



8
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 20:48

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Reinstalling Tiny Content did not fix the problem, btw.



9
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 19:33

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Tried updating the TC module, no effect on the problem. I think I'll try re-uploading the Tiny Content module...perhaps something was munged during the upload.

Turned on the debug and got the following results on the Tiny Content editor page(LONG):

Warning: main(../../../../../mainfile.php): failed to open stream: No such file or directory in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/config/spaw_control.config.php on line 14

Warning: main(): Failed opening '../../../../../mainfile.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/config/spaw_control.config.php on line 14

Notice: Use of undefined constant imagecategory - assumed 'imagecategory' in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/config/spaw_control.config.php on line 70

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: vertical_separator in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined variable: buf in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 227

Notice: Undefined variable: buf in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 227

Notice: Undefined variable: buf in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 227

Notice: Undefined variable: buf in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 227

Notice: Undefined variable: buf in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 227

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: design_tab_on in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 90

Notice: Undefined index: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: data in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 221

Notice: Undefined index: html_tab_on in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/lang.class.php on line 106

Notice: Undefined property: attributes in /home/burnsp2/public_html/modules/tinycontent/admin/spaw/class/toolbars.class.php on line 74



10
Burnspot
Re: Tiny Content Problem....or is it?
  • 2004/1/1 17:36

  • Burnspot

  • Just popping in

  • Posts: 17

  • Since: 2003/12/30


Yea, the content shows up just fine after first creating it. For example, the left-block section entitled "Burn Material" on my site is the Tiny Content box and the 3 pages listed there were first produced via Tiny Content- if you click them, they load normally. I wanted to go back and add a title to my New Zealand page, but when I attempted to open the article for editing via Tiny Content, all I was shown was a blank page in the editor, none of the content loaded up except for the link title. I get the same result when trying to edit the other two Tiny Content-produced articles.




TopTop
(1) 2 »



Login

Who's Online

200 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 200


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits