Maian Script World on Facebook Maian Script World on Twitter Maian Script World - Latest News Maian Script World on YouTube Maian Script World on LinkedIn


Please Read

You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.

IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.

You are not logged in.

#1 27-07-2011 04:09:44

Serpentz
Members
Registered: 27-07-2011
Posts: 4

Hello I'd like to see if this will work

If I can figure out how to fix a couple things, I wont have a problem donating.  But I have spent nearly 5 hours trying different things and I still have a broken website. First of all, I wanted to install on the root directory instead of having to install to a folder called recipes. When I installed the script to this directory, it wouldn't work. The CSS and Images would not load. I had to uninstall and reinstall to 'recipe' without the 's' and it worked. But now, I have to write a redirect to the /recipe folder and if I do this, the Flash images wont work unless I click on the menu. I removed some of the images because I was creating others but labeled the same one 1-5.

The domain is http://veganpro.com

Also I cannot get Friendly URLs to work no matter what I've tried. I've renamed the .htaccess and enabled the setting in the admin and get 'You have enabled search engine friendly urls in the settings, but have not read the documentation correctly!!!' but I have combed over and over and over the documentation. I cannot get it to work.

Some help would be awesome....but this is free so I do not expect much. Maybe someone other than the author could help me.

Thank you

Offline

#2 27-07-2011 07:05:33

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,062

Re: Hello I'd like to see if this will work

Hello,

You should be able to install into the root with no problems. Sounds like the path you set in the settings was incorrect. If the base path is wrong, the images and css won`t load, nor will the flash.

Did you set the path as:
http://veganpro.com/

As for '.htaccess' are you sure the file is just named '.htaccess'? With NO file extension. If you renamed the .txt file it could be that it still has the .txt extension? Worth checking that first.

I`m really glad you like my script, thank you.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#3 27-07-2011 13:15:35

Serpentz
Members
Registered: 27-07-2011
Posts: 4

Re: Hello I'd like to see if this will work

Hi yes I've checked this and it does indeed have a trailing slash in settings. But it's not in the root path i.e. http://veganpro.com/

I created a folder called http://veganpro.com/recipe/ and made sure the trailing slash is there. I've put the redirect in the .htaccess and yeah, there's no extension. If I enable friendly URLS it kills the script and give me that message. So far me and my partner, who is really good at .php hasn't been able to figure out this problem.

I'd like to try one more time and see if I can't get this to install to the root like you say. This might fix the problem....I don't know. All I know is that I tried to install to the root and for some reason, the images and CSS would not show, even though the path was correct with trailing slash. And by the way, Google is funny about pages marked with trailing slash and will count those pages as duplicates. So in other words, it will see http://veganpro.com/recipe AND it will see http://veganpro.com/recipe/ and mark those pages as duplicates and slap you silly. There's a way to fix this though if you add this to the .htaccess

# Trailing slash killer
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} (.*)$
RewriteRule ^(.+)/$ http://www.enteryoursitehere.com/$1 [R=301,L]

I'm hoping I can figure out the problems.

Thank you

Offline

#4 28-07-2011 07:39:13

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,062

Re: Hello I'd like to see if this will work

Strange that the message appears if the file is correctly in place. If you have no joy send me your details and I`ll have a look. I`m kind of curious myself.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#5 28-07-2011 07:56:21

Serpentz
Members
Registered: 27-07-2011
Posts: 4

Re: Hello I'd like to see if this will work

Will do. I'm about ready to install it again and I'll let you know what happens wink

Thanks a million ^_^

Offline

#6 28-07-2011 09:36:56

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,062

Re: Hello I'd like to see if this will work

Ok, no problem.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#7 28-07-2011 14:46:54

Serpentz
Members
Registered: 27-07-2011
Posts: 4

Re: Hello I'd like to see if this will work

Well I was able to get everything to work properly, .htaccess and all and installed on the root this time. However there is still a problem with the Flash headers not loading when you first reach the page. If you click on anything in the menu, they will load and be fine. If you close the browser (Using Firefox 5) and go back to the page, you get a 'Load Fail' message.

Any idea what's causing this?

Thanks!

Offline

#8 28-07-2011 16:08:18

pepe0521
Members
From: Hungary
Registered: 01-05-2011
Posts: 8

Re: Hello I'd like to see if this will work

I can help you!

if you need it?

Admin-Settings:

If you gave url: www.your site

Show content will not flash

http://veganpro.com/

Offline

#9 28-07-2011 16:14:00

pepe0521
Members
From: Hungary
Registered: 01-05-2011
Posts: 8

Re: Hello I'd like to see if this will work

http://veganpro.com/  redirecting  http://www.veganpro.com/

.htaccess solvable

Offline

#10 28-07-2011 18:23:21

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,062

Re: Hello I'd like to see if this will work

pepe0521 wrote:

http://veganpro.com/  redirecting  [url]http://www.veganpro.com/[/url]

.htaccess solvable

Excellent, glad you got it working.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

Board footer

2Checkout.com is an authorized reseller of goods and services provided by Maian Script World.© 2003-2013 David Ian Bennett. All Rights Reserved | Forum: FluxBB

Privacy Policy | Refund Policy