Webmastersite.net
Register Log In

Subdomains to categories
Use subdomains for categories

Comments on Subdomains to categories

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#16 - Quote - Permalink
Posted Jun 30, 2008 - 10:12 AM:

Largely done, just have to change a javascript call to use the appropriate subdomain in order to comply with browser security restrictions.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#17 - Quote - Permalink
Posted Jun 30, 2008 - 4:22 PM:

Finally got the ratings working with it. I have a couple of unrelated alpha bugs that should be solved in time to release tonight or tomorrow. Total was 4 hours, so $100 for each of you. Will send invoice soon.

See www.webmastersite.net/forum...500-pre-releases-8112.html for instructions on upgrading/installing 5.0.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#18 - Quote - Permalink
Posted Jun 30, 2008 - 11:46 PM:

Released alpha 7.
tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Comments: 12
#19 - Quote - Permalink
Posted Jul 01, 2008 - 3:41 AM:

Where can I get this? I tried the auto installer but always an empty file
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#20 - Quote - Permalink
Posted Jul 01, 2008 - 7:15 PM:

Fixed the autoinstaller now.

scripts.webmastersite.net/w...oad50.php?format=autosetup
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#21 - Quote - Permalink
Posted Jul 01, 2008 - 7:59 PM:

Hi Paul,

Upgraded and admin/index.php loaded fine.

Went to SEO, turned on mod_rewrite, turned on the option to use top level cats as subdomains, and saved. Got the success page, then when it redircted back to admin/index.php it's throwing a 500 error.

Thanks,

Jeff
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#22 - Quote - Permalink
Posted Jul 01, 2008 - 8:43 PM:

I'll try a manual install tomorrow.. right now it's time for a beer smiling face
tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Comments: 12
#23 - Quote - Permalink
Posted Jul 02, 2008 - 3:49 AM:

Hi,

Manually installed 5.0 v9

I am having the same issue, sort of, blank screen, have pasted the automatically created .htaccess files below as guess this is the problem?

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]


RewriteRule ^admin/?$ admin/index.php

RewriteRule ^members/([0-9]+)\.html?$ memberlist.php?rewritten=1&page=$1
RewriteRule ^members/([-_/\+A-Za-z0-9]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/?$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9]+)/([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3


RewriteRule ^tags/([a-zA-Z0-9]+)/?$ search.php?rewritten=1&filled=1&action=filter&whichtype=links&tagscondition=like&tagssearch=|$1|

RewriteRule ^([-_/\+A-Za-z0-9]+)?/?([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ link.php?rewritten=1&action=detail&id=$3&categorypath=$1&linktitle=$2
RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1
RewriteRule ^([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1
RewriteRule ^([0-9]+)/([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1&page=$2
RewriteRule ^([0-9]+)/sp([0-9]+).htm$ index.php?rewritten=1&action=displaycat&catname=$1&subpage=$2
RewriteRule ^([-_/\+A-Za-z0-9]+)/?$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9]+)/([0-9]+)\.html?$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2





Cheers

tony
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#24 - Quote - Permalink
Posted Jul 02, 2008 - 9:05 AM:

With mod_rewrite turned off it works.

With mod_rewrite turned on I'm getting this:

Parse error: syntax error, unexpected ',' in /home/inpanama/domains/inpanamacity.com/public_html/includes/modrewrite.php on line 122
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#25 - Quote - Permalink
Posted Jul 02, 2008 - 2:46 PM:

Fixed the wrong copy (server instead of desktop) of that file yesterday. Released the proper one now.
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#26 - Quote - Permalink
Posted Jul 02, 2008 - 3:11 PM:

fusionx wrote:
Hi Paul,

Upgraded and admin/index.php loaded fine.

Went to SEO, turned on mod_rewrite, turned on the option to use top level cats as subdomains, and saved. Got the success page, then when it redircted back to admin/index.php it's throwing a 500 error.

Thanks,

Jeff


Same error using a freshly downloaded autosetup.php.

http://www.inpanamacity.com/business-directory/

tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Comments: 12
#27 - Quote - Permalink
Posted Jul 02, 2008 - 4:06 PM:

Works fine for me, very pleased, I did delete the whole directory and started again.

using v10
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#28 - Quote - Permalink
Posted Jul 02, 2008 - 5:53 PM:

fusionx - Somehow, permissions didn't allow your config.php file to be written during setup. The only time I've seen that with autosetup it was a server configuration problem. If you did it with a manual setup, the directory may need to be 777.

You said "same error" but it's a completely different error, by that way, unrelated to the previous one.
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#29 - Quote - Permalink
Posted Jul 02, 2008 - 6:02 PM:

"Same Error" meaning a 500 error on redirect.

Did a manual install, same steps, another 500 error.

Checked error logs on the server and found:

RewriteRule: cannot compile regular expression '^[-_/\\+A-Za-z0-9]+?/?[-_/\\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\\.html?$'\n
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 22
Total Comments: 85
fusionx
#30 - Quote - Permalink
Posted Jul 02, 2008 - 6:49 PM:

I blocked these two lines and it works as advertised:

##RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
##RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1


Edit - noticed the missing parens on those lines. Added them and it works now.

RewriteRule ^([-_/\+A-Za-z0-9]+)?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^([-_/\+A-Za-z0-9]+)?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.