261
kiwiguy
Re: problem with xcgallery!
  • 2004/5/14 5:38

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks guys fixed the problem and yeah

If you have a site on safe mode on and cannot be changed well then you need to alter the init.inc.php file in xcgal/include/init.inc.php

On line 33 it reads


//define('SILLY_SAFE_MODE',1);


just uncomment it and it will work For those who don't know what uncommenting means it just means removing the // from it
so it should look like this:

define('SILLY_SAFE_MODE',1);

The only other issue is that you still will not be able to send ecards so if anybody does know the fix for somebody to send a ecard while there subdomain is on safe mode on then can you please post it here for us thanks

kiwiguy



262
kiwiguy
Re: problem with xcgallery!
  • 2004/5/14 3:43

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks brad i will for sure get back to you with that work around if that was the problem which i don't think it is.

Yes my subdomain is on safe on mode but the main domain is not on safe mode. The xcgallery was working fine before i screwed up and deleted the site, the only thing that had to be disabled was the ecard section as ecards cannot be sent whilst in safe mode.

I still have no answer to my problem soes anybody else have any further ideas ]SCREENSHOT

this is my debug info and a link to my screen shot of what i have on my preferences




[quoteDebug Info
USER:
Array
(
[ID] => f57d27e723e87e8aa61c41cd9c8aabf6
[am] => 0
[liv] => Array
(
[0] => 7
[1] => 8
[2] => 9
[3] => 10
[4] => 11
)

[ecard] => Array
(
[0] => 1083916358
[1] => 1083917264
[2] => 1083935121
[3] => 1083937140
[4] => 1083937484
[5] => 1083938454
)

)

GET :
Array
(
)

POST:
Array
(
)
][/quote



263
kiwiguy
problem with xcgallery!
  • 2004/5/13 15:39

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


When i uploaded the xcgallery module to my modules folder i chmodded 777 to the albums folder and to the userpics folder as told and then went into the admin section in my site and place 0777 to the prefences in there also so people could upload to my gallery.

My problem is that the album and user pics folder even though i chmod it to 777 it always reverts back to the 755 setting and which in turn makes it impossible to upload pictures.

Where am I going wrong and how do i fix this?

cheers kiwiguy



264
kiwiguy
Re: tables already exist?
  • 2004/5/13 7:48

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


well yes that still does not answer my question does it so is there anything i can do as I am a sub domain at the end of the day will I have to wait for the domain owner to delete the tables from his end so i ca re install it??



265
kiwiguy
Re: tables already exist?
  • 2004/5/13 6:56

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I re uploaded the back up site no probs but get a blank screen I am able to get into my admin section via a seperate link I kept. I have no idea how to find out if the mainfile.php is correct as I am not php literate i will copy the mainfile.php here for you to look and let me know if it is ok. I have also blanked out my password for my security! Also this is what is said when I try to do a fresh install. I really need to know what to do as its been offline for 2 days now.

Quote:
Tables for xoops2 already exist


cheers
kiwiguy


Quote:
<?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/httpd/vhosts/theboogary.com/subdomains/kiwisworld/httpdocs');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://kiwisworld.theboogary.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', 'kiwisworld');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'xxxx');

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

// 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";
}
}
?>



266
kiwiguy
tables already exist?
  • 2004/5/12 14:17

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I re installing after accidently deleting my site i get close to the final part of the install and it comes up red saying i think tables for xoop2 already exist or databes for xoop2 already exists i have tried uploading a back up site but it will not do it i am operating from a sub-domain also would that be a problem?



267
kiwiguy
Re: Problems Uploading to xcgallery
  • 2004/5/7 6:45

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks monty for your advice but it has been fixed thankfully. The freind i am buying web space off fixed it it was that i had not chmod the preferences and had to have it on gd version 2xx.

Thanks for the advice and help anyways
kiwiguy



268
kiwiguy
Re: Problems Uploading to xcgallery
  • 2004/5/6 12:26

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Yes i have chmod the albums 777 and yes i have 2 catergories and 2 albums but yet to no avail please help!!!!



269
kiwiguy
Problems Uploading to xcgallery
  • 2004/5/6 12:04

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I am having trouble uploading pics to the gallery It keeps saying that its impossible to move them to /albums/userpics/1001 I have chmod them 777 and yet still nothing is being uploaded still the same message as before. I am using gd version 1.x.x to re size the images can somebody please help me with the installation or fix for this module??

cheers
kiwiguy



270
kiwiguy
Re: How do I do it??
  • 2004/4/25 12:49

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks mithrandir thats not the prob no longer i will write it again

I would like to install the xcgallery and make a scrolling thumbnail how do i go about doing it in a step by step manner you can email the steps to me on kiwiguy@theboogary.com if needed

cheers




TopTop
« 1 ... 24 25 26 (27) 28 »



Login

Who's Online

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


Members: 1


Guests: 199


dyraven,

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