81
BlueStocking
Re: User error on website install need help correcting access files

Thanks for the headsup on the full url. I knew better but let it slip by... shouldn't have... again thanks.

BS
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



82
BlueStocking
User error on website install need help correcting access files


BlueStocking Note: I picked this up from the wiki pages Asked_questions and reposted here for better viewing. ...bs Thanks MB for the full url caution. I will correct on the wiki too.

__________________
Hi there.

I just received my website from one friend who building the web with XOOPS software.

Yesterday I made some changes on the header area. When I was update my last change, I made a mistake in file zillia cliente (FTP) software. I type mu web site with .com and the correct address is .ca, then the username has a missing letter. finally when I type correctly hostname, and username was impossible to me upload the last version and appear a wrong message:

Warning: main(/ispanahoy.ca/include/common.php): failed to open stream: No such file or directory in mainfile.php on line 83

etc.,

Fatal error: Call to a member function hitcounter.php on line 131


I guess, my password is blocked and I can access the visible server.

Please, I appreciate your help as soon as possible, because my website in down right now.

I apprecciate your time and help.


Gerardo
FROM Asked_questions on Wiki.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



83
BlueStocking
Re: Using Your Page, where to put images for image manager?

xoops-end-user.com/xoops01/uploads/smil478bcc8096053.gif

The name of the sub-directory I have one instance of XOOPS in is /xoops01 from there you navigate to the subdirectory /uploads.

It is directly off of the root directory you are using for your XOOPS instance.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



84
BlueStocking
Re: Using Your Page, where to put images for image manager?

Stores in files in upload directory.

http://www.xoops.net.br/images.htm
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



85
BlueStocking
Re: Looking for a module

I think you might consider Wikipedia as a source to add to ...

NominalSpeciesList Family Rivulidae


http://en.wikipedia.org/wiki/Killifish

You might be able to add a wiki to your existing site and take advantage of the input of other enthusists.

Just a thought.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



86
BlueStocking
Re: Site no longer displaying - HELP????????

Basil,
It appears your index.php file in your root/xoops sub-directory has been damaged.

I looked at it just now and it doesn't have any code - just zero bytes.

Everything else is visible on your site to me after entering in via the user area.

See if you have a backup copy of the index.php that came from the http //www.maranoa.org.au/xoops/ not any other directory.

<?php
// $Id: index.php 2 2005-11-02 18:23:29Z skalpa $
//  ------------------------------------------------------------------------ //
//                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
 **/
include "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;
    include 
"header.php";
    include 
"footer.php";
}
?>


IF not then use notepad and copy the code into it and save as index.php and upload it to your XOOPS sub-directory. That may get you back in business.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



87
BlueStocking
Re: admin login loop caused by inability to create adminmenu.pnp

1) Delete adminmenu.php from your cache directory.
Then You should get the this is the first time you have entered the site message, when you log on.

Viewing source:
The html output of the page that holds the submit or cancel button is as follows on my setup.

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <
head>
    <
meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    <
meta http-equiv="content-language" content="en" />
    <
meta name="robots" content="" />
    <
meta name="keywords" content="" />
    <
meta name="description" content="" />
    <
meta name="rating" content="" />
    <
meta name="author" content="" />
    <
meta name="copyright" content="" />
    <
meta name="generator" content="XOOPS" />
    <
title>XOOPS Site</title>
    <
script type="text/javascript" src="http://www.xoops.net.br/include/xoops.js"></script>
    <
link rel="stylesheet" type="text/css" media="all" href="http://www.xoops.net.br/xoops.css" /><link rel="stylesheet" type="text/css" media="all" href="http://www.xoops.net.br/themes/default/style.css" /></head><body>
    <
div class="confirmMsg">
      <
h4>This is your first time to enter the administration sectionPress the button below to proceed.</h4>
      <
form method="post" action="admin.php">
    <
input type="hidden" name="op" value="generate" /><input type='hidden' name='XOOPS_TOKEN_REQUEST' id='XOOPS_TOKEN_REQUEST' value='____your token code here_______' />
        <
input type="submit" name="confirm_submit" value="Submit" /> <input type="button" name="confirm_back" value="Cancel" onclick="javascript:history.go(-1);" />
      </
form>
    </
div>
    </
body></html>


After clicking on submit the program re-writes the adminmenu.php into the cache directory.

So make sure your permissions are set on the cache folder. You may need to go to your cpanel and varify or set the permissions there.

As a matter of fact, I think you do have to set the permissions through the cpanel with some servers.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



88
BlueStocking
Re: Apostrophe versus Right Single Quotation Mark

I came across a Code_Snippit that might be adaptable to work in this case. Since it replaces a similar code with another.

https://xoops.org/modules/newbb/viewtopic.php?post_id=9486#forumpost9486
Quote:
$content = preg_replace("/(\015\012)|(\015)|(\012)/","",$content);


Someone with programing experience may be able to tell you a similar fix for your circumstances.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



89
BlueStocking
Re: HTML problem in XOOPS and Other CMS?

Setup Code_Snippit area on Wiki ~ Please Add finds
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



90
BlueStocking
Re: *htm pages builder

The flaw is offset by the fact you never have the dreaded white page for your customer and you can better trouble shoot your site if you have a php failure.

Static html pages for the html literate is a good thing.

BS
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 94 »



Login

Who's Online

224 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 224


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