I was running WSNlinks 4.1.39 - before upgrading to 5.0.10 I changed my default styles back to default and then upgraded. Now when I look in my admin panel, all the pulldown for "Yes" and "No" are empty. I still get two options but they're both blank. Any ideas?
I didn't want to have to deal with the template conversion stuff. I'm redesigning my website and am going to create new templates. I just wanted the basic, standard templates to start afresh with. The language file is correct.
In a proper installation, you don't have an englishonly.lng or a fullenglish.lng in /languages/. It installs them as english or default. Are you sure you're not looking in the setup subdirectory?
Go to admin -> customizations -> language and search for "yes" and "no".
I would expect to see "REMOVEREDIRECTSYESNO" somewhere other than in the template
No idea why you would expect that, but you shouldn't.
At this point I go to my URL and create a fresh installation, using a newly unzipped 5.0.10 zipfile. Once the install is complete I go into the admin panel and... I am still missing my Yes and Nos. I can install a 4.1.x release to see what happens if you wish.
Comments on Lost "Yes" and "No"
Usergroup: Customer
Joined: Jul 17, 2003
Total Topics: 39
Total Comments: 100
I was running WSNlinks 4.1.39 - before upgrading to 5.0.10 I changed my default styles back to default and then upgraded. Now when I look in my admin panel, all the pulldown for "Yes" and "No" are empty. I still get two options but they're both blank. Any ideas?
Thanks,
Nigel
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Problem with your language file. Check what you have in /languages/. If english-only, you should have a ~50KB file... if multilingual, an ~85K file.
Was there a reason for reverting styles before upgrading?
Usergroup: Customer
Joined: Jul 17, 2003
Total Topics: 39
Total Comments: 100
I didn't want to have to deal with the template conversion stuff. I'm redesigning my website and am going to create new templates. I just wanted the basic, standard templates to start afresh with. The language file is correct.
-rw-r--r-- 1 root root 45284 2008-09-30 englishonly.lng
[root@cartman languages]# md5sum englishonly.lng
dfccd7708215685cf47df8f4a7ec0a6c englishonly.lng
Thanks,
Nigel
Usergroup: Customer
Joined: Jul 17, 2003
Total Topics: 39
Total Comments: 100
I tried fullenglish.lng too but no joy.
[root@cartman britnet_links]# grep -Ri REMOVEREDIRECTSYESNO *
templates/admin/appear.tpl:<br /><br /><span class="labels">Bypass redirect pages where possible?</span> <select name="removeredirects">{REMOVEREDIRECTSYESNO}</ select>
I would expect to see "REMOVEREDIRECTSYESNO" somewhere other than in the template, and it's certainly not in the 5.0.10 distribution.
Options
1) There's something missing from the language files?
2) I have the wrong templates
3) Something else is broken!
Thanks,
Nigel
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In a proper installation, you don't have an englishonly.lng or a fullenglish.lng in /languages/. It installs them as english or default. Are you sure you're not looking in the setup subdirectory?
Go to admin -> customizations -> language and search for "yes" and "no".
I would expect to see "REMOVEREDIRECTSYESNO" somewhere other than in the template
No idea why you would expect that, but you shouldn't.
Usergroup: Customer
Joined: Jul 17, 2003
Total Topics: 39
Total Comments: 100
I went into MySQL and created a new database.
[root@cartman www]# mv britnet_links britnet_links.backout2
[root@cartman www]# mkdir britnet_links
[root@cartman www]# chmod 777 britnet_links
[root@cartman britnet]# cd ../britnet_links
[root@cartman britnet_links]# unzip -a ../wsnlinks.5.0.10.zip
Archive: ../wsnlinks.5.0.10.zip
creating: wsnlinks/
creating: wsnlinks/admin/
inflating: wsnlinks/admin/addfields.php [text]
...
...
extracting: wsnlinks/config.php.txt [text]
[root@cartman britnet_links]# mv wsnlinks/* .
[root@cartman britnet_links]# rmdir wsnlinks
[root@cartman britnet_links]# chmod -R 777 *
At this point I go to my URL and create a fresh installation, using a newly unzipped 5.0.10 zipfile.
Once the install is complete I go into the admin panel and... I am still missing my Yes and Nos. I can install a 4.1.x release to see what happens if you wish.
Attached Files:
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You need to do what I asked you to in my last post.