11
raymia
Re: "This page cannot be displayed due to an internal error."
  • 2008/12/10 12:50

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


well 1st was already done 2nd did it now. third i forgot about adminmenu from the cache folder. copied this from the old site and now it works. but now i get a notification that my mainfile.php is writeable. what to do about this? chmod ??? (? stands for number)



12
raymia
Re: "This page cannot be displayed due to an internal error."
  • 2008/12/10 12:21

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


solved. but i can't use the admin menu i get a white page. how to solve this?



13
raymia
Re: "This page cannot be displayed due to an internal error."
  • 2008/12/10 12:15

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


Think i've done all that. used phpadmin. uname and pword are correct. database user is added.

mainfile.php dunno if those things are correct. and how do i know that the database is available to be used?



14
raymia
Re: "This page cannot be displayed due to an internal error."
  • 2008/12/9 15:38

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


same error but my site didn't work at all.!

This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: Unable to connect to database



15
raymia
Backup & replace to different domain.
  • 2008/12/4 13:52

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


Goodday xoopsers. i have a couple of questions for you

1. I use XOOPS db& restore module. can i use these database files alone to go to anothere domain? or do i need to do something else?

2. Which files need to be changed to make my site word.

3. do i need to move all modules etc. to the new domain (all the files in my public_html or more) or do i only need the files from XOOPS db &restore?

t.i.a Ray



16
raymia
Re: kshop blank page.
  • 2008/11/28 8:21

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


in header.php at line 37:

Quote:
change this:
if ((!isset($_SESSION['kshopcart'])) && (isset($_COOKIE['kscart']))){
$CART = unserialize($CART);


to this:
Quote:
if ((!isset($_SESSION['kshopcart'])) && (isset($_COOKIE['kscart']))){
$CART = stripslashes($_COOKIE['kscart']);
$CART = unserialize($CART);



17
raymia
Re: kshop blank page.
  • 2008/11/28 8:18

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


Found an solution. i think



18
raymia
Re: kshop blank page.
  • 2008/11/27 12:28

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


i have an errorlog.

[27-Nov-2008 04:20:37] PHP Fatal error: Call to a member function chkwhichPrice() on a non-object in /home/janarend/public_html/modules/kshop/index.php on line 42

hope it helps. this happened to me a couple of times. 6 times today but this time it's only the admin that can't enter the shop



19
raymia
Re: kshop blank page.
  • 2008/11/26 15:26

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


okay will ask them soon.

//For Kshop Header
$xoopsTpl->assign('carttotal', BuildPrice($CART->chkwhichPrice()));

this is the problem i get.



20
raymia
Re: Fatal error in kshop
  • 2008/11/26 15:14

  • raymia

  • Quite a regular

  • Posts: 221

  • Since: 2008/8/25


same problem but both for users and admin.




TopTop
« 1 (2) 3 4 5 ... 22 »



Login

Who's Online

198 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 198


more...

Donat-O-Meter

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

Latest GitHub Commits