News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Unable to browse package server through package manager

Started by goofy2feet, December 27, 2008, 07:54:59 PM

Previous topic - Next topic

goofy2feet

Using SMF 1.1.7 - with no other mods installed. Default theme.

In package manager --> download packages, I am unable to browse the smf package server - I just get a blank screen every time... no time-out message or anything, just a blank screen once the page has loaded.

While searching for an answer here, I edited Packages.php as suggested here, but that has made no difference.

Have found a mod I would like to install, but will wait for a response here before moving to the manual installation.
Free Talk forums featuring DzinerStudios premium themes.

Acans

if you cant get it working, remember you can always browse HERE
"The Book of Arantor, 17:3-5
  And I said unto him, thy database query shalt always be sent by the messenger of $smcFunc
  And $smcFunc shall protect you against injections and evil
  And so it came to pass that mysql_query was declared deprecated and even though he says he is not
  dead yet, the time was soon to come to pass when mysql_query shall be gone and no more

goofy2feet

#2
Thanks for your suggestion. I thought I had hinted in my post reference to 'manual installation' that I know about the SMF mods forum, but thanks for the tip anyway.
Free Talk forums featuring DzinerStudios premium themes.

JimM

Go into phpMyAdmin and click on your database. Then click on the SQL tab and copy paste the following code and run it:

UPDATE smf_package_servers SET `url` = 'http://custom.simplemachines.org';
Jim "JimM" Moore
Former Support Specialist

goofy2feet

Thank you for providing a solution.

Incidentally, can I simply add extra urls to other Mods/Themes sources (eg., [Unknown]'s Packages, Jack.R.Abbit's Package Server, Grudge's Package Server, etc..) to browse them from within the package manager on my site?

UPDATE smf_package_servers SET `url` = 'http://custom.simplemachines.org', 'http://anothersite.com', 'http://yetanothersite.com';

Free Talk forums featuring DzinerStudios premium themes.

JimM

Yes you should be able to add additional package servers.  The query would be something like this:

INSERT INTO smf_package_servers (name,url)
VALUES ('Grudge Package Server','http://www.yetanothersite.com');


You would want to run this query for each package server you want to add.
Jim "JimM" Moore
Former Support Specialist

goofy2feet

Free Talk forums featuring DzinerStudios premium themes.

JimM

Glad to do it.  I tried that query on my database before posting so it has been tested. :)  If this issue is solved, please mark the topic solved by clicking the 'topic solved' link at the bottom of the page under the linktree.
Jim "JimM" Moore
Former Support Specialist

goofy2feet

Yup, sorry - forgot to say that the query worked fine and I'm now happily browsing mods...

I was looking for that Topic Resolved thing but couldn't find it!
Free Talk forums featuring DzinerStudios premium themes.

Advertisement: