21
Falcon22
Re: EvenNews 1.00 - Create NewsLetter gives a blank page
  • 2006/12/5 3:23

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I have the same situation since i updated XOOPS to 2.0.15; here is what my debug says; what is the solution?

Fatal error: Call to a member function on a non-object in class/xoopsform/form.php on line 193

All errors (2) queries (10) blocks (0) extra (0) timers (3)



22
Falcon22
Re: CBB 301: Anonymous cannot view
  • 2006/3/13 7:25

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I just solved it, I deleted and re cloned my Template Set. I am sure it is still not working perfectly becuase when I click the View link in the Template Set Manager it shows that I am missing lines related to the newbb

Then I went to the permissions section of Cbb and it worked because a new permission menu appeared that was not there before that allowed me to issue Forum category permissions.

I wish I could figure all this Template stuff out, it is very confusing to me and I have tried reading about it in the FAQ section.



23
Falcon22
Re: CBB 301: Anonymous cannot view
  • 2006/3/13 6:33

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I am having the exact same problem with cbb 3.01

Registed users and Annonomyus cannot access the Message Forum. I am not very literate with MySql so can someone please explain the process?



24
Falcon22
Re: needed:CBB Support 2.013 and 115 install
  • 2006/3/12 23:52

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I have the same situation and I get the same error message and have not been able to resolve the problem

Quote:

An Error Occured
SELECT t.*, u.name, u.uname, u2.uid, u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id, p.post_karma, p.require_reply, pt.post_text FROM xoops_bb_topics t LEFT JOIN xoops_users u ON u.uid = t.topic_poster LEFT JOIN xoops_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN xoops_bb_posts_text pt ON pt.post_id = t.topic_last_post_id LEFT JOIN xoops_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1127538195 OR t.topic_sticky=1) AND t.forum_id = 1 AND t.approved = 1 AND p.approved = 1 ORDER BY t.topic_sticky DESC, p.post_time DESC


When you refer to permissions does that mean CHMOD of the files on my server?

What is it exactly that I should be looking for to repair this?



25
Falcon22
Re: 400 Bad Request in Message Forum module
  • 2005/8/2 4:56

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


Visitors to my site are still getting this error, if they delete cookies it resolves it. Is there any other suggestion?



26
Falcon22
400 Bad Request in Message Forum module
  • 2005/5/8 23:52

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


This is an intermittent problem effecting me and several visitors to my site. When visting the Message Forum newbb Version 1 with XOOPS 2.0.10 I sometimes get the following error message:

Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.



27
Falcon22
Re: Google Not Indexing xdirectory
  • 2005/3/28 11:32

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


When you say "more external links" does that mean I should have links to other sites within my xdirectory for better indexing by google?



28
Falcon22
Re: Auto login hack + Login using email.
  • 2005/2/16 2:18

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


Thanks so much sudhaker I believe it was my stupid PHP editing program that oorrupted my file and not your hack.

Thanks for all your assistance.



29
Falcon22
Re: Emergency Help - Unable to log in to Admin Account
  • 2005/2/15 8:04

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I also need EMERGENCY HELP, is there any qualified XOOPS personell that I can pay to fix my problem?

HELP!
I tried installing the new remember me hack from sudhacker, all I did was upload the files then I get a white homepage with these messages:


Warning: main(XOOPS_ROOT_PATH/class/xoopsblock.php): failed to open stream: No such file or directory in /home/jclistc/public_html/header.php on line 28

Warning: main(): Failed opening 'XOOPS_ROOT_PATH/class/xoopsblock.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jclistc/public_html/header.php on line 28

Warning: main(XOOPS_ROOT_PATH/class/template.php): failed to open stream: No such file or directory in /home/jclistc/public_html/header.php on line 62

Fatal error: main(): Failed opening required 'XOOPS_ROOT_PATH/class/template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jclistc/public_html/header.php on line 62


MY ENTIRE SITE IS DOWN; The only problem that I can think of is that I already installed the other auto login hack from GIJOE a month ago but it never worked for me. Is there any solution???



30
Falcon22
Re: Auto login hack + Login using email.
  • 2005/2/15 6:32

  • Falcon22

  • Just popping in

  • Posts: 58

  • Since: 2003/12/26


I am almost positive I applied the upgrade to 2.0.9.2 correctly but how can I be sure? Here is my mainfile.php:

<?php





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/jclistc/public_html');



// XOOPS Virtual Path (URL)

// Virtual path to your main XOOPS directory WITHOUT trailing slash

define('XOOPS_URL', 'http://jclist.com');

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. 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', 'jclistc_dan');



// Database Password

// Password for your database user account

define('XOOPS_DB_PASS', 'dangxxxx');



// Database Name

// The name of database on the host. The installer will attempt to create the database if not exist

define('XOOPS_DB_NAME', 'jclistc_xoops');



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

}

}

?>




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

187 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 187


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