121
vmax2extreme
Re: XOOPS site migration to new host

I disabled cache for the photos and forums. Went in FTP and cleared out all cache files too. Still error 404s for both and admin.php error 500 server reset when going to user administrator, but I can just modify a block and get in that way to manage. If xcenter is the content module, its 2.15. If thats not it, where is that found in admin? I dont see anything labeled as xcenter?

I disabled protector and still nothing.



122
vmax2extreme
XOOPS site migration to new host

The other day I downloaded my website and exported MySQL website database to setup a new host to test. Once I uploaded all files and imported the MySQL website database. I reconfigured the mainfile.php and the site was online. For some reason I had to rename the .htaccess file to get the site running. With the .htaccess file in place, the site would not work, it wanted me to download or open a httpd file? Once renamed, the site was up, but my photo and forum modules both no longer work? Also I noticed that admin.php is not accessible from the user menu "administrator", but I can modify one of my blocks to get there otherwise. This doesnt make any sense to me. We are running xoops 2.5.1a, myalbum-p v2.84 and xforum v5.78. Any suggestions would be greatly appreciated! The test site url is:

http://66.7.205.59/~vmoanet

Here is the contents of the .htaccess files:

addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php
addhandler x-httpd-php5-cgi .php5

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$4/$5/$6/$7
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$4/$5/$6
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*) modules/xforum/images/$4/$5
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*) modules/xforum/images/$4
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$3/$4/$5/$6
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$3/$4/$5
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*) modules/xforum/images/$3/$4
RewriteRule ^forums/(.*?)/(.*?)/images/(.*) modules/xforum/images/$3
RewriteRule ^forums/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$2/$3/$4/$5
RewriteRule ^forums/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$2/$3/$4
RewriteRule ^forums/(.*?)/images/(.*?)/(.*) modules/xforum/images/$2/$3
RewriteRule ^forums/(.*?)/images/(.*) modules/xforum/images/$2
RewriteRule ^forums/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$1/$2/$3/$4
RewriteRule ^forums/images/(.*?)/(.*?)/(.*) modules/xforum/images/$1/$2/$3
RewriteRule ^forums/images/(.*?)/(.*) modules/xforum/images/$1/$2
RewriteRule ^forums/images/(.*) modules/xforum/images/$1

RewriteRule ^forums/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?),([0-9]+),([0-9]+).html modules/xforum/viewforum.php?forum=$3&since=$4&start=$5&sortorder=$6&sortname=$7&mode=$8&type=$9 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&post_id=$6&start=$7&since=$8&order=$9 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&post_id=$6 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),(.*?).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&viewmode=$6 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/newtopic,([0-9]+).html modules/xforum/newtopic.php?forum=$3 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/reply,([0-9]+),([0-9]+),([0-9]+).html modules/xforum/reply.php?forum=$3&topic_id=$4&post_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/poll,([a-zA-Z0-9]+),([0-9]+),([0-9]+).html modules/xforum/poll.php?op=$3&topic_id=$4&poll_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/edit,([0-9]+),([0-9]+).html modules/xforum/edit.php?forum=$3&post_id=$4 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+).html modules/xforum/archive.php?forum=$3 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+),([0-9]+).html modules/xforum/archive.php?forum=$3&topic_id=$4 [L,NC,QSA]
RewriteRule ^forums/rss,([0-9]+),(.*?).rss modules/xforum/rss.php?c=$1&f=$2 [L,NC,QSA]
RewriteRule ^forums/viewall,(.*?),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html modules/xforum/viewall.php?type=$1&mode=$2&start=$3&since=$4&sortname=$5&sortorder=$6 [L,NC,QSA]
RewriteRule ^forums/viewpost,([0-9]+),([0-9]+),(.*?),([0-9]+),(.*?)html modules/xforum/viewpost.php?forum=$1&start=$2&order=$3&uid=$4&mode=$5&type=$6 [L,NC,QSA]
RewriteRule ^forums/cat,([0-9]+).html modules/xforum/index.php?cat=$1 [L,NC,QSA]
RewriteRule ^forums/search.html modules/xforum/search.php [L,NC,QSA]
RewriteRule ^forums/ modules/xforum/index.php [L,NC,QSA]

RewriteRule ^gallery/(.*?)/(.*?)/([0-9]+),([0-9]+).html modules/myalbum/photo.php?lid=$3&cid=$4 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html modules/myalbum/viewcat.php?cid=$2&uid=$3&num=$4&pos=$5&view=$6 [L,NC,QSA]
RewriteRule ^gallery/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html modules/myalbum/viewcat.php?cid=$1&uid=$2&num=$3&pos=$4&view=$5 [L,NC,QSA]
RewriteRule ^gallery/index,([0-9]+),([0-9]+).html modules/myalbum/index.php?num=$1&pos=$2 [L,NC,QSA]
RewriteRule ^gallery/rate,([0-9]+).html modules/myalbum/ratephoto.php?lid=$1 [L,NC,QSA]
RewriteRule ^gallery/submit.html modules/myalbum/submit.php [L,NC,QSA]
RewriteRule ^gallery/submit.php modules/myalbum/submit.php [L,NC,QSA]
RewriteRule ^gallery/ratephoto.php modules/myalbum/ratephoto.php [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/comment_(.*?) modules/myalbum/comment_$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/photo.php(.*?) modules/myalbum/photo.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/viewcat.php(.*?) modules/myalbum/viewcat.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/ratephoto.php(.*?) modules/myalbum/ratephoto.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/comment_(.*?) modules/myalbum/comment_$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/photo.php(.*?) modules/myalbum/photo.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/viewcat.php(.*?) modules/myalbum/viewcat.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/ratephoto.php(.*?) modules/myalbum/ratephoto.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?) modules/myalbum/$1 [L,NC,QSA]

RewriteRule ^domain/(.*?)/(.*?)/([0-9]+),([0-9]+).html$ modules/xcenter/index.php?cat_title=$1&cont_title=$2&storyid=$3&catid=$4
RewriteRule ^domain/(.*?)/(.*?)/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/(.*?)/(.*?)/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/(.*?)/([0-9]+),([0-9]+).html$ modules/xcenter/index.php?cont_title=$1&storyid=$2&catid=$3
RewriteRule ^domain/(.*?)/feed,([0-9]+).rss$ modules/xcenter/rss.php?cat_title=$1&catid=$3
RewriteRule ^domain/(.*?)/pdf,([0-9]+).pdf$ modules/xcenter/pdf.php?cat_title=$1&storyid=$2
RewriteRule ^domain/(.*?)/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/(.*?)/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/feed,([0-9]+).rss$ modules/xcenter/rss.php?catid=$1
RewriteRule ^domain/pdf,([0-9]+).pdf$ modules/xcenter/pdf.php?storyid=$1
RewriteRule ^domain/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/$ modules/xcenter/index.php$1
RewriteRule ^domain$ modules/xcenter/index.php$1

Thanks,

Mike



123
vmax2extreme
Re: Migrated XOOPS site, Myphoto/xforum issues?

Here is the contents of the .htaccess files:

addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php
addhandler x-httpd-php5-cgi .php5

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$4/$5/$6/$7
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$4/$5/$6
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*) modules/xforum/images/$4/$5
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/images/(.*) modules/xforum/images/$4
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$3/$4/$5/$6
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$3/$4/$5
RewriteRule ^forums/(.*?)/(.*?)/images/(.*?)/(.*) modules/xforum/images/$3/$4
RewriteRule ^forums/(.*?)/(.*?)/images/(.*) modules/xforum/images/$3
RewriteRule ^forums/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$2/$3/$4/$5
RewriteRule ^forums/(.*?)/images/(.*?)/(.*?)/(.*) modules/xforum/images/$2/$3/$4
RewriteRule ^forums/(.*?)/images/(.*?)/(.*) modules/xforum/images/$2/$3
RewriteRule ^forums/(.*?)/images/(.*) modules/xforum/images/$2
RewriteRule ^forums/images/(.*?)/(.*?)/(.*?)/(.*) modules/xforum/images/$1/$2/$3/$4
RewriteRule ^forums/images/(.*?)/(.*?)/(.*) modules/xforum/images/$1/$2/$3
RewriteRule ^forums/images/(.*?)/(.*) modules/xforum/images/$1/$2
RewriteRule ^forums/images/(.*) modules/xforum/images/$1

RewriteRule ^forums/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?),([0-9]+),([0-9]+).html modules/xforum/viewforum.php?forum=$3&since=$4&start=$5&sortorder=$6&sortname=$7&mode=$8&type=$9 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&post_id=$6&start=$7&since=$8&order=$9 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&post_id=$6 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),(.*?).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5&viewmode=$6 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+).html modules/xforum/viewtopic.php?forum=$4&topic_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/newtopic,([0-9]+).html modules/xforum/newtopic.php?forum=$3 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/reply,([0-9]+),([0-9]+),([0-9]+).html modules/xforum/reply.php?forum=$3&topic_id=$4&post_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/poll,([a-zA-Z0-9]+),([0-9]+),([0-9]+).html modules/xforum/poll.php?op=$3&topic_id=$4&poll_id=$5 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/edit,([0-9]+),([0-9]+).html modules/xforum/edit.php?forum=$3&post_id=$4 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+).html modules/xforum/archive.php?forum=$3 [L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+),([0-9]+).html modules/xforum/archive.php?forum=$3&topic_id=$4 [L,NC,QSA]
RewriteRule ^forums/rss,([0-9]+),(.*?).rss modules/xforum/rss.php?c=$1&f=$2 [L,NC,QSA]
RewriteRule ^forums/viewall,(.*?),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html modules/xforum/viewall.php?type=$1&mode=$2&start=$3&since=$4&sortname=$5&sortorder=$6 [L,NC,QSA]
RewriteRule ^forums/viewpost,([0-9]+),([0-9]+),(.*?),([0-9]+),(.*?)html modules/xforum/viewpost.php?forum=$1&start=$2&order=$3&uid=$4&mode=$5&type=$6 [L,NC,QSA]
RewriteRule ^forums/cat,([0-9]+).html modules/xforum/index.php?cat=$1 [L,NC,QSA]
RewriteRule ^forums/search.html modules/xforum/search.php [L,NC,QSA]
RewriteRule ^forums/ modules/xforum/index.php [L,NC,QSA]

RewriteRule ^gallery/(.*?)/(.*?)/([0-9]+),([0-9]+).html modules/myalbum/photo.php?lid=$3&cid=$4 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html modules/myalbum/viewcat.php?cid=$2&uid=$3&num=$4&pos=$5&view=$6 [L,NC,QSA]
RewriteRule ^gallery/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html modules/myalbum/viewcat.php?cid=$1&uid=$2&num=$3&pos=$4&view=$5 [L,NC,QSA]
RewriteRule ^gallery/index,([0-9]+),([0-9]+).html modules/myalbum/index.php?num=$1&pos=$2 [L,NC,QSA]
RewriteRule ^gallery/rate,([0-9]+).html modules/myalbum/ratephoto.php?lid=$1 [L,NC,QSA]
RewriteRule ^gallery/submit.html modules/myalbum/submit.php [L,NC,QSA]
RewriteRule ^gallery/submit.php modules/myalbum/submit.php [L,NC,QSA]
RewriteRule ^gallery/ratephoto.php modules/myalbum/ratephoto.php [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/comment_(.*?) modules/myalbum/comment_$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/photo.php(.*?) modules/myalbum/photo.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/viewcat.php(.*?) modules/myalbum/viewcat.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/(.*?)/ratephoto.php(.*?) modules/myalbum/ratephoto.php$3 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/comment_(.*?) modules/myalbum/comment_$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/photo.php(.*?) modules/myalbum/photo.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/viewcat.php(.*?) modules/myalbum/viewcat.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?)/ratephoto.php(.*?) modules/myalbum/ratephoto.php$2 [L,NC,QSA]
RewriteRule ^gallery/(.*?) modules/myalbum/$1 [L,NC,QSA]

RewriteRule ^domain/(.*?)/(.*?)/([0-9]+),([0-9]+).html$ modules/xcenter/index.php?cat_title=$1&cont_title=$2&storyid=$3&catid=$4
RewriteRule ^domain/(.*?)/(.*?)/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/(.*?)/(.*?)/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/(.*?)/([0-9]+),([0-9]+).html$ modules/xcenter/index.php?cont_title=$1&storyid=$2&catid=$3
RewriteRule ^domain/(.*?)/feed,([0-9]+).rss$ modules/xcenter/rss.php?cat_title=$1&catid=$3
RewriteRule ^domain/(.*?)/pdf,([0-9]+).pdf$ modules/xcenter/pdf.php?cat_title=$1&storyid=$2
RewriteRule ^domain/(.*?)/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/(.*?)/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/feed,([0-9]+).rss$ modules/xcenter/rss.php?catid=$1
RewriteRule ^domain/pdf,([0-9]+).pdf$ modules/xcenter/pdf.php?storyid=$1
RewriteRule ^domain/view.tag.php$ modules/xcenter/view.tag.php
RewriteRule ^domain/list.tag.php$ modules/xcenter/list.tag.php
RewriteRule ^domain/$ modules/xcenter/index.php$1
RewriteRule ^domain$ modules/xcenter/index.php$1



124
vmax2extreme
Migrated XOOPS site, Myphoto/xforum issues?

The other day I downloaded my website and exported MySQL website database to setup a new host to test. Once I uploaded all files and imported the MySQL website database. I reconfigured the mainfile.php and the site was online. For some reason I had to rename the .htaccess file to get the site running. With the .htaccess file in place, the site would not work, it wanted me to download or open a httpd file? Once renamed, the site was up, but my photo and forum modules both no longer work? We are running xoops 2.5.1a, myalbum-p v2.84 and xforum v5.78. Any suggestions would be greatly appreciated! The test site url is:

http://66.7.205.59/~vmoanet

Thanks,

Mike



125
vmax2extreme
Re: GoDaddy.com and XOOPS!

Testing now on surpasshosting.com. I downloaded/exported my site and uploaded/imported to the new host. Posting module issues to troubleshoot, but so far so good otherwise with the host.

Thanks all......



126
vmax2extreme
Re: GoDaddy.com and XOOPS!

Our organization is a non profit group with minimal traffic since its a closed site. When we were using XOOPS 2.3.x prior to this move to godaddy.com, everything was running great when the database was stable. We moved due to lack of support. My question is will the new XOOPS 2.5.1a run efficiently on a shared hosting environment? I really dont want to move the site again to find the same results after all the hard work in migrating it all.

Thanks to all who respond,

Mike
www.vmoa.net



127
vmax2extreme
Re: GoDaddy.com and XOOPS!

Mamba,

You on dedicated server there which we cant afford that budget being such a closed non profit organization. Would shared hosting be ok from surpasshosting in your opinion?

Thanks,

Mike



128
vmax2extreme
GoDaddy.com and XOOPS!

We have been with the host www.godaddy.com for 2 months now. The first month was the design phase and then the second was going live. Once we went live, we had nothing but server resets, error 500 and tremendous lag time. After numerous tickets with GoDaddy, they pretty much stated that this is all they can provide with their economy support which is the basic hosting supplied by them. Our site is a non profit organization with very few connections at a given time. Even with no users connect, lag was bad or the errors were expected. So a waste of my time and off to find another host that can support my site properly. I strongly suggest to stay away from GoDaddy.com!

I would like to know of any USA based webhosts that are recommended by our XOOPS user community. We are running on all the lastest of technologies (XOOPS 2.5.1a, PGP5, etc).

Let me know your suggestions!

Thanks,

Mike
www.vmoa.net




129
vmax2extreme
Re: XIM Chat module

I've also tested in IE 7 & IE8. Both cant even open a chat window from the footer bar. When I send an IM from firefox to the IE7/8 clients, the box comes up to respond, but there is no send button as WetSteve states. So basically IE doesnt work still, but firefox seems fine.



130
vmax2extreme
Re: 2.5.1a on Firefox?

I guess since we purchased this theme fromhttp://ixthemes.org/, then we need to get back with its developer for a fix. We wanted a commercial grade theme that has the support backbone necessary to support it. We have a few glitches we are working on such as this item, xoops integrated Zen Cart, and xchat too. All in all everything else works pretty good from we have tested. But we are still developing our new site.




TopTop
« 1 ... 10 11 12 (13) 14 »



Login

Who's Online

250 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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