How many links do you have?
You can try running the following SQL script and then Update your links again.
Code:DROP TABLE IF EXISTS `links_to_link_categories`; CREATE TABLE `links_to_link_categories` ( `links_id` int(11) NOT NULL auto_increment, `link_categories_id` int(11) NOT NULL default '0', PRIMARY KEY (`links_id`,`link_categories_id`) ) ENGINE=MyISAM;
Hi Clyde
yes i am
i have the zen 1.37 and my site are www.tiledepot.us/store
Thank You
Hello, clyde jones:
I followed the instruction of link manager 3.1 and intall files onto my server. Now I found some error information on my Admin Panel:
In Admin/Extra/Links, If I click on "new links", in "options", such error message appear:
Status: Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/.nonsense/smithville/loveinrose.com/admin/includes/functions/html_output.php on line 333
In Admin/Extra/Links, If I click on "check links", Such error messages appear:
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618
Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618
Could you please take look and help me to fix the problesm?
My site is www.loveinrose.com
Thank you very much!!
You need to use the files in the New_installation folder of the contribution.
First open the install_links_manager.sql file in a text editor.
copy everything in that file.
Now open your admin -> tools -> instal SQL patches
paste the information you just copied into the text area and click the send button.
Now in the includes folder change all instances of the YOUR_TEMPLATE folder to match the name of your own custom folder.
You can now FTP the admin, images and includes folders to your server.
Once you've done this open your admin -> tools -> layout boxes controller and activate the new sidebox.
Hello,
After I install Link Manager 3.1, I fount error messages in "check links" php.
From previous messages, somebody said it is because "allow_url_fopen" is not set to be ON. Is it right? If so, how to fix it? Thank you!PHP Code:Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618
Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618
Lina