

Hugo77
Members-
Content count
10 -
Joined
-
Last visited
Everything posted by Hugo77
-
Hi, Rigadin2; many thanks for your work! Is this update suppose the fix the "infobox_header.php.html template missing" problem with 4.5 ? In my case it's not.
-
I just copied both files but my problem is still there. Was this SP1 Update supposed to fix this or other problems..?
-
I just upgraded STS v4.4 tot v4.5. After this i get the message that 'infobox_header.php.html' is missing. I did create an infobox_header.php.html just to try something with this content: <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#00FF00"> <tr> </tr> </table> Now things it seems are back to normal... But why is STS asking for a file that is not documented anywhere ??? second what can be set in infobox_header.php.html. Isn't the header defind in sts_template_html ???
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Hugo77 replied to spidometrs's topic in General Add-Ons Support
Problem (bug) In Ultimate SEO version 2.2.1. When choose a manufacturer in the manufactures-dropdown list all is working fine. When choose ‘select’ on top of the dropdown menu I get a 404. The URL Ultimate SEO gives is: mydomain.com/-m-.html When I disable Ultimate SEO this problem does not occur. Is there a solution for this?? -
[contribution] Simple Template System (sts)
Hugo77 replied to DiamondSea's topic in Templates and Images
Hi, I've updated 4.4 to 4.5 Now i get this strange message that 'infobox_header.php.html' is missing. I have created a infobox_header.php.html with this content: <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#00FF00"> <tr> </tr> </table> Now things are back to normal... But why is STS asking for a file that is not documented anywhere??? -
I like this contribution and i would love to see more modules made available to use it. Ajax attribute manager seems like a perfect candidate to me and there are more. Is there a chance that more modules are made available for use with ACA?
-
Hi, I just installed X-Sell version 2.3 and have problems as well In Catalog everything seems to work OK. The box appears and some products are recommened. In Admin however I get an errormessage in the field where the productimage should be: Warning: is_file(): open_basedir restriction in effect. File(/images//hewlett_packard/lj1100xi.gif) is not within the allowed path(s): (/home/httpd/vhosts/slimcomputers.nl/httpdocs:/tmp) in /home/httpd/vhosts/slimcomputers.nl/httpdocs/admin/xsell.php on line 243 No Image Also when I make some changes and press 'update' the next error is showen: Warning: is_dir(): open_basedir restriction in effect. File(/cache/25) is not within the allowed path(s): (/home/httpd/vhosts/slimcomputers.nl/httpdocs:/tmp) in /home/httpd/vhosts/slimcomputers.nl/httpdocs/admin/xsell.php on line 40 I've made no changes to the code supplied in the contri and i falllowed the instructions by the letter... Could anyone help me solve this problem and maybe explain what the messgae 'is not within the allowed path(s)' means. thx a lot!
-
Hi, I just installed X-Sell version 2.3 In Catalog everything seems to work OK. The box appears and some products are recommened. In Admin however I get an errormessage in the field where the productimage should be: Warning: is_file(): open_basedir restriction in effect. File(/images//hewlett_packard/lj1100xi.gif) is not within the allowed path(s): (/home/httpd/vhosts/slimcomputers.nl/httpdocs:/tmp) in /home/httpd/vhosts/slimcomputers.nl/httpdocs/admin/xsell.php on line 243 No Image Also when I make some cahnges and press 'update' the next error is showen: Warning: is_dir(): open_basedir restriction in effect. File(/cache/25) is not within the allowed path(s): (/home/httpd/vhosts/slimcomputers.nl/httpdocs:/tmp) in /home/httpd/vhosts/slimcomputers.nl/httpdocs/admin/xsell.php on line 40 I've made no changes to the code supplied in the contri and i falllowed the instructions by the letter... Could anyone help me solve this problem.
-
Hi bruyndoncx, thanks for your reply. Did you start from scratch or did you find some distribution to begin with? I just started learning PHP and coding it is yet way out of my leak. Maybe I should buy PHP for Dummies ;). At this time I just have no idea were to start making custom code. Do you have any suggestions in this matter? Btw, can I take a look at your shop, to see it's functionality?
-
Hi to all! This is my first post on this forum and i’m afraid that it is a question ;). I’ve been working on my oscommerce shop for 3 weeks now and installed quit a few contributions. Now I’m at a point that I know what I want but can’t find a contribution for it. Maybe you guys can give my some hints. I’m looking for a contribution that allows me to create custom fields for my products in Admin. My clients must be able to select these fields with dropdown-menu’s in the shop. Example: A client selects Categorie Laptops. All Laptops show. The client can now make a selection with a few dropdown-menu’s. With things like brand, minimum screen-size, CPU-type and HD-size he can narrow the results and make a fast choice. Does such a contribution exist?? I have to say that I’ve seen contributions that allow creating custom fields. None of them, as far as I know, work the way I want in catalog. Have I overlooked something? Any help will very much appreciated.