Jack_mcs Posted July 22, 2007 Author Share Posted July 22, 2007 There can only be one instance of a function. You will need to delete one them, assuming the code is the same. If not, you will need to rename one of them and anywhere where the function is called. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
staradmire Posted July 24, 2007 Share Posted July 24, 2007 Did you replace all of your files with the ones in the new version and make the database changes? The link information is just standard oscommerce code. There shouldn't be any reason it is not showing except for an installation error, at least none I can think of. For the category problem, it may be related to the php and/or mysql version you are using. But I can't fix it if I can't see the problem, which I can't. If I find a solution, I will post it but there is no telling when that might be. Jack Ok, it is the fact that allow seo urls still in development is says. I shut that off and they go into categories. Click the category link and everything works like normal. I would rather use the seo links. Anyway that you can give me a code or something to fix this to make it work? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 24, 2007 Author Share Posted July 24, 2007 The SEO Url option is admin does not work for many servers and is not recommended, even for the ones it does work, since the generated url's are not properly optimized. You are better advised to install the Ultimate SEO contribution. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
staradmire Posted July 24, 2007 Share Posted July 24, 2007 The SEO Url option is admin does not work for many servers and is not recommended, even for the ones it does work, since the generated url's are not properly optimized. You are better advised to install the Ultimate SEO contribution. Jack Thank you very much. Your help and updated mod have been very much appreciated. Quote Link to comment Share on other sites More sharing options...
gregy Posted July 24, 2007 Share Posted July 24, 2007 back on track with dispaly error ON .. so .. when i try tu submit link via links_submit.php it resides on normal server .. when hitting Continue script goes to secure server where it says Warning: main(includes/functions/links.php) [function.main]: failed to open stream: No such file or directory in /home/web/secure.domain/www/links_submit.php on line 17 Warning: main(includes/functions/links.php) [function.main]: failed to open stream: No such file or directory in /home/web/secure.domain/www/links_submit.php on line 17 Fatal error: main() [function.require]: Failed opening required 'includes/functions/links.php' (include_path='.:/usr/pkg/include/php:/usr/pkg/lib/php:/usr/pkg/share/php-jpgraph') in /home/web/secure.domain/www/links_submit.php on line 17 all files are uploaded also to secure server !? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 24, 2007 Author Share Posted July 24, 2007 I'm sorry but I don't have any suggestions. Servers running dual directories like that can present problems. All I can suggest s to ensure all of the files are uploaded to both, which it sounds like you have done. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
gregy Posted July 24, 2007 Share Posted July 24, 2007 there are several lines in links_submit.php where SSL is mentioned. Can i remove those SSLs? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 24, 2007 Author Share Posted July 24, 2007 You can't remove them but you can change the SSL to NONSSL. That will tell it not to use SSL on those pages. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
gregy Posted July 24, 2007 Share Posted July 24, 2007 yes .. the only fix was this one at #19 i still receive at admin/links.php hmm .. could it be, cause i'm on mysql3? The error 1064 occurs due to Mysql version mismatch,because differntversions have differnt reserved words,which if used by a previous version causes the error to occur. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 24, 2007 Author Share Posted July 24, 2007 hmm .. could it be, cause i'm on mysql3?Could be. That is an extremely old version. Most code for oscommerce, where it makes a difference, generally requires V 4.1 or higher. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
daz_75 Posted July 25, 2007 Share Posted July 25, 2007 can i see this in operation on someone website please, i just want to check it's what i want before installing it. Thanks Daz Quote Link to comment Share on other sites More sharing options...
staradmire Posted July 26, 2007 Share Posted July 26, 2007 can i see this in operation on someone website please, i just want to check it's what i want before installing it. Thanks Daz Sure you can check it out on my site. Remember you can change the colors and what not. http://www.starpleasures.com/store/links.php Quote Link to comment Share on other sites More sharing options...
daz_75 Posted July 26, 2007 Share Posted July 26, 2007 Sure you can check it out on my site. Remember you can change the colors and what not. http://www.starpleasures.com/store/links.php glad the missus didn't see that site Quote Link to comment Share on other sites More sharing options...
sckoobs Posted July 29, 2007 Share Posted July 29, 2007 I'm having a problem with the admin side of the Links Manager II contribution. I managed to add a couple of categories and when I navigate to the Links page in the Admin panel I get the following error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1 select l.links_id, l.links_url, l.links_image_url, l.links_date_added, l.links_last_modified, l.links_status, l.links_clicked, ld.links_title, ld.links_description, l.links_contact_name, l.links_contact_email, l.links_reciprocal_url, l.links_reciprocal_disable, l.links_status from links l left join ( links_description ld ) on ( l.links_id = ld.links_id ) order by ld.links_title limit -20, 20 [TEP STOP] I copied the SQL right from here and dropped it into a SQL box in phpMyAdmin and the query failed until I changes the -20 to 0 in the limit clause of the query. Could this be due to an improper use of the splitPageResults class? Thanks, Andy Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 29, 2007 Author Share Posted July 29, 2007 It's due a mysql compatibility problem. You need to apply the fix for the includes/classes/split_page_results.php file from the oscommerce updates. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Shams Posted August 1, 2007 Share Posted August 1, 2007 Hi, I have Links Manager V 1.14 installed. Everything was fine until I received an email from a link partner in which she said that she was expecting a direct link to her site not a redirect! I asked her to explain as I didn't understand what exactly she was talking about. She said that when she pointed the mouse to her link on our site, it reads: www.OUR_SITE.com/redirect.php?action=links&goto=5 while it is supposed to read: www.HER_SITE.com/ I got the point when I checked my link on her site as it reads: www.OUR_SITE.com/ and no redirect. Please let me know how to replace the redirect link with a direct one. Thank You. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 1, 2007 Author Share Posted August 1, 2007 Try turning off the click count option. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
qwan Posted August 5, 2007 Share Posted August 5, 2007 Hi I wanted to know If this contribution is a solutions to my problem. I have to link two of the categories to an external site(which is another osc site dedicated to that category) Will I be able to do that in this mod and How?(just a little primer). For e.g. My categories are Categories Laptop Monitors Software( I want this to link to an external site that is exclusively for software) Services Thank You Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 5, 2007 Author Share Posted August 5, 2007 No, it won't even come close. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
qwan Posted August 7, 2007 Share Posted August 7, 2007 No, it won't even come close. Jack Thanks. Do you know any contributions that comes to your knowledge that will do what I need. Thanks Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 7, 2007 Author Share Posted August 7, 2007 I doubt there is a contribution for it. You should ask in the general forum for how to change the code. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
qwan Posted August 8, 2007 Share Posted August 8, 2007 Thank You jack I will do that Quote Link to comment Share on other sites More sharing options...
matrix2223 Posted August 13, 2007 Share Posted August 13, 2007 Hi Jack, I looked at the new version and i look awesome. The only other thing that I can see that would make it better for the end user is to make a text box for our sites info that is a one click highlight so they could quickly copy and paste it to there site. Its not a big deal I just thought that would be pretty cool. Ive seen a lot of asp cgi and html sites that have. Im not one for writing to extensive code or I could help. Hope I didnt throw a loop in here. Thanks for all your help, and hard work, Eric Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 13, 2007 Author Share Posted August 13, 2007 Thanks for the suggesstion Eric. I've seen that too and it is a good idea. I will put it on the list for the next update. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
sinryder Posted August 18, 2007 Share Posted August 18, 2007 hi jack, im not sure what exact version of links manager i installed, it was few years ago, but the coding is marked as // VJ Links Manager v1.00 begin so far what i tried was replace the older files with your links manager files and also followed the instructions in the read me file. but for sql i tried to follow the update_bocs but kept getting different errors. i was wondering if its possible to do a clean install of your version and somehow keep my current links?? your help is very much apprecaited thankyou Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.