1
traysee
Re: IE Cannot Display This Page
  • 2010/2/1 15:36

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


The database is set up - there are no "configurations" execept for username/pwd - I'm not getting that far. I am not getting past the Introduction page of the setup wizard. An no - none of the items on that link helped me because I am not getting far enough into the setup to receive a Blank Page!



2
traysee
IE Cannot Display This Page
  • 2010/1/29 20:04

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


Please help - I'm at a loss.

I am trying to setup a website on GoDaddy.com. I selected Linux, PHP and MySQL (tried both 4.1 and 5.x - neither worked, and I do have the database setup.

I ran the checksum.php and got the following message:
There are 4239 files checked. Please remove the file ./checksum.md5 and checksum.php as soon as possible.

I can get to the install/index.php Choose Your Language, I select English, click Next and then I get the "This page cannot be displayed" error message

I have tried both XOOPS 2.4.4 and 2.3.0 - both do the same thing.

I have a second website also hosted on GoDaddy.com that I setup a couple of years ago - and it works but it is a MUCH older version of XOOPS 2.0.

OS: Linux
PHP: 5.x
MySQL: 4.1 (I tried 5 and it didn't work either)
Xoops: 2.4.4.4 and 2.3.0.




3
traysee
Simple Weather Module problem
  • 2006/11/16 16:48

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


Simple Weather Module

When I install this module on my local server - it works great. When I installed it to a hosting site (www.110mb.com) for a client, the module loads but does not display ANY information about ANY weather conditions, it does retrieve the list of cities from the database. No errors are given, it just displays the banner and the choice of cities. Also, when I use the small block on the left, it's the same thing, doesn't display anything. I love this module - but how can I get it to work on a remote server?



4
traysee
Re: How to add avatars in bulk
  • 2006/10/22 20:36

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


You can write a SQL script and run it from PHPAdmin:

Here's an example of the SQL script: Remember that the file name (the 2nd field) is limited to 30 characters.

INSERT INTO `xoops_avatar` VALUES (001,www.xoops.net.br-001.jpg,Avatar-001,image/jpeg,1000000000,1,1,S,);
INSERT INTO `xoops_avatar` VALUES (002,www.xoops.net.br-002.jpg,Avatar-002,image/jpeg,1000000000,1,1,S,);
INSERT INTO `xoops_avatar` VALUES (003,www.xoops.net.br-003.jpg,Avatar-003,image/jpeg,1000000000,1,1,S,);
INSERT INTO `xoops_avatar` VALUES (004,www.xoops.net.br-004.jpg,Avatar-004,image/jpeg,1000000000,1,1,S,);
INSERT INTO `xoops_avatar` VALUES (005,www.xoops.net.br-005.jpg,Avatar-005,image/jpeg,1000000000,1,1,S,);


To run it in PHPAdmin - do the following:

1. Make sure that all avatars are in the UPLOAD directory
2. Log into website as Web Administrator
3. Go to Administration Menu
4. Go to PHP myadmin module
5. Expand the Database
6. Select xoops_avatar Table
7. Select the SQL tab
8. Click on the "Insert data from a textfile into table" link
9. Browse to find the SQL file you created
10. Check the Replace box
11. Change the Fields terminated by to: ,
12. Clear the Fields enclosed by field
13. Clear the Fields escaped by field
14. Change the Lines terminated by to: ;
15. Click the Submit button
16. Check to make sure it worked.



5
traysee
Block size too small
  • 2005/2/15 17:01

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


I am trying to copy HTML content into a block...but it cuts off the HTML code about 3/4 of the way. How can I increase the amount of HTML code I can put into a block?




Currently - I'm copying/pasting the HTML content into a MyPage.php file...but it looks much better when I use the block feature....

Unless someone out there has created a module that will let me import/link Excel spreadsheets (rather large ones) into a module. I'll need the ability to update the spreadsheets atleast 2x per week.

Traysee



6
traysee
Re: NO space
  • 2005/2/5 23:53

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


I am trying to copy HTML content into a block...but it cuts off the HTML code about 3/4 of the way. How can I increase the amount of HTML code I can put into a block?




Currently - I'm copying/pasting the HTML content into a MyPage.php file...but it looks much better when I use the block feature....

Unless someone out there has created a module that will let me import/link Excel spreadsheets (rather large ones) into a module. I'll need the ability to update the spreadsheets atleast 2x per week.

Traysee



7
traysee
Re: Error.... class/database/databasefactory.php line 34
  • 2005/2/5 8:42

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


Hey - try this...it worked for me!

Delete all of your cookies and delete all of your temporary internet files (including offline content).

Remember tho...I'm working on my own server - and I'm not working with a hosting site.

But - it's worth a shot.

Thanks for everyones support.

traysee



8
traysee
Re: Error.... class/database/databasefactory.php line 34
  • 2005/2/5 8:11

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


I know that MySQL service is running....

Fortunately for me, I have my own server so I don't have to work with a hosting company.

I mentioned that the service is "compromised".. I've uninstalled MySQL and removed XOOPS - rebooted my server - then reinstalled both - still got the same error message.

Any ideas?



9
traysee
Re: Error.... class/database/databasefactory.php line 34
  • 2005/2/5 7:45

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


I was running a test version on my local machine - went to install XOOPS on my server and how I'm getting that exact same error.

I have tried removing MySQL AND XOOPS and reinstalling both - but I keep getting the same error.

What file needs to be removed or edited?




10
traysee
Re: Document Management System (DMS) and Swish
  • 2005/2/5 1:37

  • traysee

  • Just popping in

  • Posts: 12

  • Since: 2005/2/5 1


I downloaded and installed DMS on my Windows box. All of the threads indicate how to get DMS to work in a Linux environment - but how do you get it to work in a Windows environment?




TopTop
(1) 2 »



Login

Who's Online

226 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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