Re: Link Manager 3.0 release
Hello Clyde,
I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error
1062 Duplicate entry '1-1' for key 1
in:
[update links_to_link_categories set link_categories_id = '1' where links_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
strange
Chris:frusty:
Re: Link Manager 3.0 release
Hi
well as you see i kinda not understending what and how to do
i will try it once , i dont wana take too much of your time
# run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol
i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability."
# For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code
thank you
Re: Link Manager 3.0 release
Quote:
Originally Posted by
motti
Hi
well as you see i kinda not understending what and how to do
i will try it once , i dont wana take too much of your time
# run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol
i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability."
# For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code
thank you
Are you installing this for the first time?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
titangen
Hello Clyde,
I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error
1062 Duplicate entry '1-1' for key 1
in:
[update links_to_link_categories set link_categories_id = '1' where links_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
strange
Chris:frusty:
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;
Re: Link Manager 3.0 release
Hi Clyde
yes i am
i have the zen 1.37 and my site are www.tiledepot.us/store
Thank You
Error information after I install links manager 3.1
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!!
Re: Link Manager 3.0 release
Quote:
Originally Posted by
motti
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.
i have an error message on "check link"
Hello,
After I install Link Manager 3.1, I fount error messages in "check links" php.
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
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!
Lina
Re: Link Manager 3.0 release
Quote:
Originally Posted by
lina0962
Hello,
After I install Link Manager 3.1, I fount error messages in "check links" php.
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
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!
Lina
This is a server issue . You'll need to check with your host.
problem with Link Manager 3.1
Hello, Clyde:
Thanks for your promt answer.
Now on "Submit links" page, all titles like "Submit your link", "website detail", "Your contact information" are missing.... how to get them back?
Thank you for your help!