201
kiwiguy
Re: backup db
  • 2004/8/26 13:02

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


To back up your database for XOOPS you will have to go to the control panel of your actual web domain not XOOPS but your mani control panel unless your a sub domain then you would have to get whomever is hosting your site to back up your database for you.

kiwiguy



202
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/25 13:56

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Seemed to fix it myself thanks anyway guys pretty simple fix

this
Quote:
$catarray['imageheader'] = imageheader();


should of been
Quote:
$catarray['imageheader'] = wfd_imageheader();


Plus about 6 other parts had that wfd_ missing also

cheers
kiwiguy



203
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/25 13:15

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


This also came up when I ran phpdebug

Quote:
Fatal error: Call to undefined function: imageheader() in /home/kiwiguy/public_html/kiwisite/modules/wfdownloads/index.php on line 26


Quote:
/**
* Begin Main page Heading etc
*/
$sql = "SELECT * FROM " . $xoopsDB->prefix('wfdownloads_indexpage') . " ";
$head_arr = $xoopsDB->fetchArray($xoopsDB->query($sql));
$catarray['imageheader'] = imageheader();
$catarray['indexheading'] = $myts->displayTarea($head_arr['indexheading']);
$catarray['indexheaderalign'] = $head_arr['indexheaderalign'];
$catarray['indexfooteralign'] = $head_arr['indexfooteralign'];



does that help??

kiwiguy



204
kiwiguy
WF-Download shows as blank page
  • 2004/8/25 12:44

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I have installed WF-Downloads version 2.05a with the latest visit.php file and when i click on wf downloads it comes up a blank page. I have re uploaded all the files again and chmodded all the appropriate files. If I click on recent downloads it shows up but not when i choose it from the menu and also user cannot upload or submit downloads anylonger and i have marked in preferences to allow user uploads and set group permissions also.

Does anybody have an idea I have already posted this in wf sections also just though somebody here might know.

kiwiguy



205
kiwiguy
Re: Internal Error
  • 2004/8/25 2:19

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Its ok i found the prob yeah checked server status on cpanel and MySQL server is down ant the moment.



206
kiwiguy
Internal Error
  • 2004/8/25 1:55

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I get this when connecting to my site:

This page cannot be displayed due to an internal error.

If 
you are the administrator of this siteplease visit the XOOPS Troubleshooting Page for assistance.

Error [Xoops]: Unable to connect to database in file class/database/databasefactory.php line 34


Any body have any ideas on how to rectify this problem!

kiwiguy



207
kiwiguy
Re: Installing on a sub domain
  • 2004/8/22 22:41

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I have never had a problem installing XOOPS into a subdomain the virtual and physical path should be automatically picked up during installation.

Your virtual path should be:http://www.yoursite.com
Your physical path should be: /home/wwww/folder name of your site

Check that you have connectivity to your database and that your username and database name details are corrext make sure these folders are chmodded 777

mainfile.php
templates
cache
uploads
class

If you have done this then you should have no problems.

kiwiguy



208
kiwiguy
Re: Please Help!!!
  • 2004/8/22 12:35

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Don't worry I am doing a clean install seems to me that nobody was able to help after 70 odd views thanks for the help LOLOLOLOL



209
kiwiguy
Re: Please Help!!!
  • 2004/8/22 11:46

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I managed to fix a couple of errors but still have probs

Quote:
Warning: main(home/kiwiguy/public_html/kiwisite/include/common.php): failed to open stream: No such file or directory in /home/kiwiguy/public_html/kiwisite/mainfile.php on line 93

Warning: main(): Failed opening 'home/kiwiguy/public_html/kiwisite/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/kiwisite/mainfile.php on line 93

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

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


But i still need help fixing the rest as soon as I think I fixed it it comes back to the original errors in previous post



210
kiwiguy
Re: Please Help!!!
  • 2004/8/22 11:08

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I did what you said mithrandir and XOOPS_ROOT_PATH is correct there are no trailing "/" before the include/common.php and I still get these errors

Quote:
Warning: main(/*****/****/public_html/include/common.php): failed to open stream: No such file or directory in /(****/*****/public_html/kiwisite/mainfile.php on line 93

Warning: main(): Failed opening '/*****/*****/public_html/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /****/*****/public_html/kiwisite/mainfile.php on line 93

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

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

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

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


So i would really appreciate some more help if possible please if not let me know so I can do a clean install

kiwiguy




TopTop
« 1 ... 18 19 20 (21) 22 23 24 ... 28 »



Login

Who's Online

118 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 118


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