sinryder Posted June 6, 2004 Share Posted June 6, 2004 hello guys i just installed Links Manager v1.0 and followed all the directions in the help file that came with it but this is the error i am getting. // VJ Links Manager v1.00 begin define('FILENAME_LINKS', 'links.php'); define('FILENAME_LINKS_SUBMIT', 'links_submit.php'); define('FILENAME_LINKS_SUBMIT_SUCCESS', 'links_submit_success.php'); define('FILENAME_LINK_LISTING', 'link_listing.php'); define('FILENAME_POPUP_LINKS_HELP', 'popup_links_help.php'); // VJ Links Manager v1.00 end// VJ Links Manager v1.00 begin define('TABLE_LINK_CATEGORIES', 'link_categories'); define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description'); define('TABLE_LINKS', 'links'); define('TABLE_LINKS_DESCRIPTION', 'links_description'); define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories'); // VJ Links Manager v1.00 end Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home2/mghatwor/public_html/catalog/includes/filenames.php:69) in /home2/mghatwor/public_html/catalog/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/mghatwor/public_html/catalog/includes/filenames.php:69) in /home2/mghatwor/public_html/catalog/includes/functions/sessions.php on line 67 // VJ Links Manager v1.00 begin define('BOX_INFORMATION_LINKS', 'Links'); // VJ Links Manager v1.00 end ANY HELP IS TRUELY APPRECIATED. thx Link to comment Share on other sites More sharing options...
♥yesudo Posted June 6, 2004 Share Posted June 6, 2004 delete any whitespace after the final ?> in the file you amended. Your online success is Paramount. Link to comment Share on other sites More sharing options...
241 Posted June 6, 2004 Share Posted June 6, 2004 Header Whitespace download the file catalog/includes/filenames.php open it and place your cursor after the last ?> then press delete several times, save the file and upload it. Do not use the file manager to edit online as this can cause the whitespace. instead use an ftp program such as ws_ftp to download the file to a local machine and edit then upload using the ftp program If you require more information then Click No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
sinryder Posted June 6, 2004 Author Share Posted June 6, 2004 thanks alot guys that worked , the error is gone now but now i am getting this when i click the "link" tab 1146 - Table 'mghatwor_osc2.link_categories_description' doesn't exist select link_categories_name from link_categories_description where link_categories_id = '0' and language_id = '1' [TEP STOP] i dont understand how to enter this code , this is what it says in readme file that came with link manager. ------------------------------------ /catalog/includes/languages/english.php ------------------------------------ add this code (immediately after other BOX_INFORMATION_* definitions), // VJ Links Manager v1.00 begin define('BOX_INFORMATION_LINKS', 'Links'); // VJ Links Manager v1.00 end and is flashfxp a good program to edit the files Link to comment Share on other sites More sharing options...
♥yesudo Posted June 6, 2004 Share Posted June 6, 2004 you need to run the sql that came with the contrib in phpmyadmin. Your online success is Paramount. Link to comment Share on other sites More sharing options...
sinryder Posted June 6, 2004 Author Share Posted June 6, 2004 hey , no SQL came with links manager and i guess i am doing some thing wrong here i dont understand this part add this code (immediately after other BOX_INFORMATION_* definitions), ------------------------------------ /catalog/includes/languages/english.php ------------------------------------ add this code (immediately after other BOX_INFORMATION_* definitions), // VJ Links Manager v1.00 begin define('BOX_INFORMATION_LINKS', 'Links'); // VJ Links Manager v1.00 end AND THIS add this code (immediately after other BOX_* definitions), /catalog/admin/includes/languages/english.php ------------------------------------ add this code (immediately after other BOX_* definitions), // VJ Links Manager v1.00 begin // links manager box text in includes/boxes/links.php define('BOX_HEADING_LINKS', 'Links Manager'); define('BOX_LINKS_LINKS', 'Links'); define('BOX_LINKS_LINK_CATEGORIES', 'Link Categories'); define('BOX_LINKS_LINKS_CONTACT', 'Links Contact'); // VJ Links Manager v1.00 end Link to comment Share on other sites More sharing options...
jhdesign Posted June 7, 2004 Share Posted June 7, 2004 I have a similar problem but different table: 1146 - Table 'spycamg_osc1.TABLE_LINKS_TO_LINK_CATEGORIES' doesn't exist And I did run the SQL file, I can add links and all thru the admin just fine. But cant view them on the site, get above error. Link to comment Share on other sites More sharing options...
sinryder Posted June 8, 2004 Author Share Posted June 8, 2004 hello every one , these are all the files that came with the all products contribution read_me.txt\catalog\all_products.php \catalog\includes\filenames.php catalog\includes\languages\english.php catalog\includes\languages\english\all_products.php catalog\includes\languages\english\vssver.scc \catalog\templates\OneTable-fluid\content\all_products.tpl \catalog\templates\osC\content\all_products.tpl can any one plz tell me which file i have to upload to my sql , and how do i upload it . never added any thing to my sql before :( thankyou Link to comment Share on other sites More sharing options...
♥yesudo Posted June 8, 2004 Share Posted June 8, 2004 hello every one , these are all the files that came with the all products contribution read_me.txt\catalog\all_products.php \catalog\includes\filenames.php catalog\includes\languages\english.php catalog\includes\languages\english\all_products.php catalog\includes\languages\english\vssver.scc \catalog\templates\OneTable-fluid\content\all_products.tpl \catalog\templates\osC\content\all_products.tpl can any one plz tell me which file i have to upload to my sql , and how do i upload it . never added any thing to my sql before :( thankyou i thought you were loading the links manager contrib ? Your online success is Paramount. Link to comment Share on other sites More sharing options...
sinryder Posted June 8, 2004 Author Share Posted June 8, 2004 ooo i made a mistake , all these files are from " all product " contribution but i have checked the contribution for " links" and i dont see any .sql file. can you plz tell me which one to upload , if you want i can tell you all the files that came with it. Link to comment Share on other sites More sharing options...
jhdesign Posted June 8, 2004 Share Posted June 8, 2004 ooo i made a mistake , all these files are from " all product " contributionbut i have checked the contribution for " links" and i dont see any .sql file. can you plz tell me which one to upload , if you want i can tell you all the files that came with it. It doesnt have an SQL file. It has a php file that you execute which creates the tables for you. Link to comment Share on other sites More sharing options...
sinryder Posted June 8, 2004 Author Share Posted June 8, 2004 hello , yep but dont know why the tables are not showing cuz i have uploaded and changed all the files as instructed in readme file that came with it. i am getting this error when i login to admin // VJ Links Manager v1.00 begin define('TABLE_LINK_CATEGORIES', 'link_categories'); define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description'); define('TABLE_LINKS', 'links'); define('TABLE_LINKS_DESCRIPTION', 'links_description'); define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories'); define('TABLE_LINKS_STATUS', 'links_status'); // VJ Links Manager v1.00 end Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home2/mghatwor/public_html/catalog/admin/includes/database_tables.php:66) in /home2/mghatwor/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/mghatwor/public_html/catalog/admin/includes/database_tables.php:66) in /home2/mghatwor/public_html/catalog/admin/includes/functions/sessions.php on line 67 but on the index page of my site i cant see these errors . everything seems fine. Link to comment Share on other sites More sharing options...
sinryder Posted June 8, 2004 Author Share Posted June 8, 2004 update: FORGET ABOUT LAST POST , the error i was getting in admin pannel is gone:) but when i click the link tab in my index page i still get this 1146 - Table 'mghatwor_osc2.link_categories_description' doesn't exist select link_categories_name from link_categories_description where link_categories_id = '0' and language_id = '1' [TEP STOP] Link to comment Share on other sites More sharing options...
jhdesign Posted June 8, 2004 Share Posted June 8, 2004 update: FORGET ABOUT LAST POST , the error i was getting in admin pannel is gone:) but when i click the link tab in my index page i still get this 1146 - Table 'mghatwor_osc2.link_categories_description' doesn't exist select link_categories_name from link_categories_description where link_categories_id = '0' and language_id = '1' [TEP STOP] I get the same problem. Cant figure out for 2 weeks now. Link to comment Share on other sites More sharing options...
sinryder Posted June 8, 2004 Author Share Posted June 8, 2004 DAMN I AM GETTING BETTER :D k bro i got it. its working Link to comment Share on other sites More sharing options...
jhdesign Posted June 9, 2004 Share Posted June 9, 2004 How did you fix that "1146" error? (Table doesnt exist) ???? i'm stuck on that.. Link to comment Share on other sites More sharing options...
sinryder Posted June 9, 2004 Author Share Posted June 9, 2004 hello , k heres what i did , in the contribution zip you will see a file under catalog folder " links_setup.php" after you have copied all the files do this. type www.yourhost.com/catalog/links_setup.php that will install all the tables and stuff and make sure you have this links_setup.php in your catalog . once you have done this del the setup file and you are done. if it still doesnt work let me know and ill tell you step by step what i did. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.