21
jporpilla
Registration error!
  • 2005/9/28 9:13

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I've been testing XOOPS 2.2.2 this time around it is on a live test server of mine, I got a problem when I clicked the register button it says "Selected module does not exist!" What shall I do to fix this?



22
jporpilla
Re: Newbb bug!
  • 2005/9/25 7:47

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


so i had to remove the newbb and replaced it with cbb 2?



23
jporpilla
Newbb bug!
  • 2005/9/23 11:04

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I had installed newbb2 on XOOPS 2.2.x, I created some forums and configure the admin panel to post the forum on my left side but there is no forum when I look on my page even the forum I created was missing. Anyone help.



24
jporpilla
Re: Donation module
  • 2005/9/5 6:28

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I was using Donations module but I can't understand how to do this?


Change Paypal Receiver Email's value to your OWN paypal email!!
i.e.- webmaster@yoursite.com

Also, you must make sure you enter the master paypal email account, otherwise the
Donation module's IPN script will fail, and no records will be logged. To find
out what your master paypal email is, log in to your paypal account, and in the
paypal 'dashboard', you'll see something like this:

Name: WebHostingParadise.com (Jonathan Langevin)
Email: webmaster@csmapcentral.com

You will want to turn IPN notification to "On" and specify the default page to be
http://<{YOUR SITE HERE}>/modules/donations/ipnppd.php



25
jporpilla
XOOPS_ROOT_PATH and cannot run.
  • 2005/8/23 7:16

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I'm new to XOOPS and I've been running XOOPS latest version on my localhost and it seems no problem, but when I try to upload it in a test site it shows this errors: What shall I do to fix it?

XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.

Here is my mainfile.php:

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

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', 'c:/mysql/data/villaboyz/html');
define('XOOPS_ROOT_PATH', 'localhost');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', '/villaboyz');
define('XOOPS_URL', '/villaboyz');

define('XOOPS_CHECK_PATH', '1');
// Protect against external scripts execution if safe mode is not enabled
if ( XOOPS_CHECK_PATH && !@ini_get('safe_mode') ) {
if ( function_exists('debug_backtrace') ) {
$xoopsScriptPath = debug_backtrace();
if ( !count($xoopsScriptPath) ) {
die("XOOPS path check: this file cannot be requested directly");
}
$xoopsScriptPath = $xoopsScriptPath[0]['file'];
} else {
$xoopsScriptPath = isset($_SERVER['PATH_TRANSLATED']) ? $_SERVER['PATH_TRANSLATED'] : $_SERVER['SCRIPT_FILENAME'];
}
if ( DIRECTORY_SEPARATOR != '/' ) {
// IIS6 may double the \ chars
$xoopsScriptPath = str_replace( strpos( $xoopsScriptPath, '\\\\', 2 ) ? '\\\\' : DIRECTORY_SEPARATOR, '/', $xoopsScriptPath);
}
if ( strcasecmp( substr($xoopsScriptPath, 0, strlen(XOOPS_ROOT_PATH)), str_replace( DIRECTORY_SEPARATOR, '/', XOOPS_ROOT_PATH)) ) {
exit("XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.");
}
}

// 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. Please change this to something different than 'xoops'.
define('XOOPS_DB_PREFIX', 'xxxxxxxx');

// 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', 'xxxxxxxx');

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

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

// Use persistent connection? (Yes=1 No=0)
// Default is 'No'. Choose 'No' 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']) && XOOPS_ROOT_PATH != '') {
require XOOPS_ROOT_PATH."/include/common.php";
}



26
jporpilla
XOOPS 2.2. hotfix how to?
  • 2005/8/1 3:28

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I have downloaded the XOOPS 2.2 Hotfix and there is no documentation how to fix it, where should I placed those error.php, modules and class folder? Can anyone help me with this?



27
jporpilla
Creating an index page!
  • 2005/6/16 6:43

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I am new to XOOPS I've been using XOOPS 2.0.7.3, Apache & mySQL. I want to have my own index page and when I click a certain link on that page it's only the time it will go to the XOOPS main page, can anyone help me.



28
jporpilla
Can't upload picture on xcGallery
  • 2005/2/21 2:11

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


Here are the errors when I tried to upload a picture on xcGallery, do I need to install NetpBm or Magick?

Pls help me.

The picture 'albums/userpics/10001/updated-profile93.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 4


Cmd line :
convert -quality 80 -antialias -geometry 300x300 "c:\mysql\data\xoops\html\modules\xcgal\albums\userpics\10001\updated-profile93.jpg" "c:\mysql\data\xoops\html\modules\xcgal\albums\userpics\10001\thumb_updated-profile93.jpg"



The convert program said:
invalid parameter line 80



29
jporpilla
Re: XC Gallery error!
  • 2005/2/16 11:21

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


Where shall I chmod 777 this? I can't find this directory can you teach me how?

aministration>xcgallery>preferences section



30
jporpilla
XC Gallery error!
  • 2005/2/15 12:25

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I was encountering the same problem with jpco I can't upload a picture using XC Gallery, can anyone help us?

here are the error message:

The picture 'albums/userpics/10001/updated-profile93~3.jpg' can't be inserted in the album

Unable to create thumbnail or reduced size image




TopTop
« 1 2 (3) 4 5 »



Login

Who's Online

176 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 176


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