721
McDonald
Re: eXtCal and MySQL syntax errors
  • 2006/1/21 18:55

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


It looks like some kind of incompatibility with your MySQL version.
Try to find these statements back in the script files.
In eXtCal it says i.e.:

$xoopsDB->prefix("extcal_cat")
$xoopsDB->prefix("extcal_event")


Change these in:
$xoopsDB->prefix('extcal_cat')
$xoopsDB->prefix('extcal_event')


I had something similar with WF-Links and block functions.



722
McDonald
Re: Website Vanished gone dissappeared poof! lost HELP!
  • 2006/1/20 17:46

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


What XOOPS version are you using?

I had a look at your index.php file and it looks like this (I'll might be wrong):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- 
saved from url=(0037)http://www.zonelasertag.com/index.php -->
<HTML><HEAD>
<
META http-equiv=Content-Type content="text/html; charset=windows-1252">
<
META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<
BODY></BODY></HTML>

The file extension is .php but I don't see any php-code in index.php.


I'm not an expert, but mine looks like this (Xoops 2.2.3):
<?php
// $Id: index.php,v 1.8.22.1 2005/04/03 09:59:42 mithyt2 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 //
//  ------------------------------------------------------------------------ //
/**
 * Catch new users and redirect them to the start page, if any
 * @copyright © 2000 xoops.org
 **/
 
/**
 * redirects to installation, if XOOPS is not installed yet
 **/
require "mainfile.php";

//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
    
header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
    exit();
} else {
    
$xoopsOption['show_cblock'] =1;
    require 
"header.php";
    require 
"footer.php";
}
?>


Can it be that a index.php has been uploaded to the wrong place, root instead of folder?

If I go tohttp://www.zonelasertag.com/modules/news/ everthing seems to be alright, except the home-button gives a blank page.



723
McDonald
Re: Website Vanished gone dissappeared poof! lost HELP!
  • 2006/1/20 14:50

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Contact your webhoster, maybe they're doing maintenance on their servers.

I had this a couple of times. Visiting my website resulted in a blank page or an error. By ftp I could see all the files.
After a while everything was working again.
My hoster told me they were doing maintenance because of some attacks but didn't inform their clients about this.



724
McDonald
Re: New FCKeditor 2.2
  • 2006/1/19 23:29

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


I've just updated to version 2.2 and didn't notice anything weird when testing with Maxthon (IE) in XAMPP.
There seems to be only one strange thing. When I post some text using FCKeditor with modules like News or eXtCal, the entered text appear good on the frontpage after submitting. If I want to edit the entered text again everything is in html-code suddenly:

<font face="Verdana" size="4"><strong><em><font style="BACKGROUND-COLOR: #00ff00">Test <font color="#ff0000">1</font> <font color="#ffff00">2</font> <font color="#0000ff">3</font></font></em></strong></font>


Pressing the Source button gives:
<font face="Verdana" size="4"><strong><em><font style="BACKGROUND-COLOR: #00ff00">Test <font color="#ff0000">1</font> <font color="#ffff00">2</font> <font color="#0000ff">3</font></font></em></strong></font>


Seems you can edit in wysiwyg only once...

Anybody has an idea what's causing this and how to solve it?



725
McDonald
Re: WF_links icon change
  • 2006/1/19 22:05

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Open templates/wflinks_index.html in an editor and remove or comment out the following lines at the end of the file:

<div style="padding-bottom: 12px; padding-top: 12px; text-align: right; font-size: smaller; vertical-align: middle;">
  <
img src="<{$xoops_url}>/modules/<{$module_dir}>/images/icon/linkload1.gif" title="<{$smarty.const._MD_WFL_LEGENDTEXTNEW}>" alt="" align="middle"/>&nbsp;<{$smarty.const._MD_WFL_LEGENDTEXTNEW}> 
  <
img src="<{$xoops_url}>/modules/<{$module_dir}>/images/icon/linkload2.gif" title="<{$smarty.const._MD_WFL_LEGENDTEXTNEWTHREE}>" alt="" align="middle"/>&nbsp;<{$smarty.const._MD_WFL_LEGENDTEXTNEWTHREE}> 
  <
img src="<{$xoops_url}>/modules/<{$module_dir}>/images/icon/linkload3.gif" title="<{$smarty.const._MD_WFL_LEGENDTEXTTHISWEEK}>" alt="" align="middle"/>&nbsp;<{$smarty.const._MD_WFL_LEGENDTEXTTHISWEEK}> 
  <
img src="<{$xoops_url}>/modules/<{$module_dir}>/images/icon/linkload4.gif" title="<{$smarty.const._MD_WFL_LEGENDTEXTNEWLAST}>"  alt="" align="middle"/>&nbsp;<{$smarty.const._MD_WFL_LEGENDTEXTNEWLAST}>
 </
div>



726
McDonald
Re: WF-Links
  • 2006/1/16 23:31

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
*all new links are subject to validation...
*we reserve the right...


You'll find these lines in the file language/english/main.php , approximately line 91.

Just create your own line of text:
define"_MD_WFL_definition1""Your text here .... ");


In submit.php you add the line:
echo "<div>" _MD_WFL_definition1 "</div>n<br />n";



727
McDonald
Re: WF-Links
  • 2006/1/16 22:24

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Sorry, my mistake. To put the XOOPS banner in the submit form open the file submit.php and add the following line of code to line 15 (after the include's):

echo "<br /><div style='text-align: center;'>" xoops_getbanner() . "</div><br />n";


This displays the XOOPS banner centered above the submit form.

Try this WF-Links version, it has most of the bugs solved: McDonalds Store

See also: WF-Projects



728
McDonald
Re: WF-Links
  • 2006/1/16 20:41

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


You can remove the submit option from the toolbar by commenting out lines 199-202 in the file include/functions.php as follows:

/**    if ( true == checkgroups( $cid, 'WFLinkSubPerm' ) )
    {
        $toolbar .= "<a href='submit.php?cid=" . $cid . "'>" . _MD_WFL_SUBMITLINK . "</a> | ";
    } */


I think should add the banners to the html-files in the templates folder.



729
McDonald
Re: php errors
  • 2006/1/14 18:07

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


These are not errors but notices. Nothing to worry about.



730
McDonald
Re: Can't add new Category in WF-Links module
  • 2006/1/12 23:34

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Replace your WF-Links version with this one (click right mouse button and then Save Target As). This one has most known bugs fixed.

Don't know what's causing the PHP Notice you get. There it is a notice and not an error I shouldn't worry too much about it.




TopTop
« 1 ... 70 71 72 (73) 74 75 76 ... 87 »



Login

Who's Online

130 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 130


more...

Donat-O-Meter

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

Latest GitHub Commits