Ok this has got me baffled its not that often i have problem with modules but this is pi**ing me off..lol
Anyway i have got up2 the part were you click on settings and and change your pw,name,and embedding type but once i click on on update it get this?
Your zina.ini.php is not writeable by the webserver.
1. Copy the follwing to 'modules/zina/_zina/zina.ini.php'.
2. Click here
I have googled this and it says to make a zina.ini file i have done that and it still says the same thing..:(
Im lost and on the verge of giving up.
--
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Zina module help
-
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
What about the writeable part.... did you chmod the file correctly? Sorry, CK, I have to ask the obvious first :)
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
Yo ammo hows it going bro,yes of course i cmod the files in the end i chmoded all the files as it was pissing me off that much..lol
When i point my browswer to zina all comes up fine the demo cd and all that i log in then i click on settings,i change the settings then click update..then i cant get passed that :(
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
Hey CK... Said to my self, "Self, what the hell is Zina?"
So went and got it... and guess what install was a breeze... :)
1. changed my folder from zina x.x.x to zina
2. put the zina directory into my modules directory
3. login into zina bypassing PN. www.site.tld/modules/zina
4. changed my settings to embeded postnuke and changed my default pass.
5. created the zina.ini.php and put the code that it told me to into the file.
6. went to my PN admin and initalized, activated, and added a menu shortcut.
it works, as far as I can tell.
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
did you put the zina.ini file in the _zina folder or just the main zina folder?
Ive done exactly what you said apart from the shortcut??
Is there not any blocks for this?
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
just the zina folder
... /modules/zina/
zina.ini.php
Code
<?php
$embed = "2";
$adm_pwd = "{sha1}...AmmodumpPasswordHash...ofn2W6/....vO";
?>
edited by: AmmoDump, Sep 15, 2006 - 07:04 PM
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
ok this is what ive got inside my fileCode
<?php
$theme = "zina-dark";
$embed = "2";
$pn_users = "1";
$play_rec = "1";
$adm_pwd = "{md5}jtM+aM68CE1F38JDDGnhOT5302s=";
$adm_name = "OwNaGe";
$stream_int = "1";
$stream_extinf = "1";
$dir_imgs = "1";
$dir_year = "1";
$dir_genre = "1";
$dir_genre_look = "1";
$cat_split = "1";
$subdir_center = "1";
$subdir_img_cap = "1";
$new_highlight = "1";
$various = "1";
$remote = "1";
$res_dir_img = "1";
$res_sub_img = "1";
$sub_img_txt = "1";
$cmp_sel = "1";
$pos = "1";
$other_media_types = "1";
$mm = "1";
?>
I chmod it to 755 and then when i click on click here i get this
You can't access this file directly...
Any ideas?
edited by: CLANKILLER, Sep 15, 2006 - 04:07 PM
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
I never clicked the click here link...
I would suggest... uninstalling the module through PN.
Deleting the your current zina.ini.php (or renaming it to zina.ini.php.bac)
Go to the module directly... do the setup again. this time just select
Embed
Postnuke
and change your pass
Recreate the zina.php.ini
Go to your modules and initalize and activate, then see what happens...
Make the other changes after the fact. Just keep it simple to get it running..
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
Ok i have done all that its now activated what do i do now to see if it works??lol
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
Yours works, it works for me on your site...
http://www.softerritory.com/index.php?name=zina&op=modload&file=index&
Maybe I am missing something?
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
lol man thank you what was the link you used? or can i just copy and paste this into my main menu?
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
to put in your main menu...
Ammodumps Favorite MP3s | [zina] | Ammodump is the coolest and most handsomest guy ever!
Noobs.. Geez! :P
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
LoL....Thanx man ive been away from this stuff for 3 months been busy with clan wars on bf2 kicking arse baaaby..
Thanx for the help bro ;)
--
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
I need to play some BF2 again. Maybe I will find some time to join you, soon. My handle is AmmoDump. Hope to see you on the battlefield!
--
David Pahl
Zikula Support Team -
- Rank: Softmore
- Registered: May 07, 2005
- Last visit: Nov 08, 2009
- Posts: 234
Yep man let me know jump on our server its 8.2.121.57:16567
If you got a mic come chat out teamspeak is linked on our site,peace and thanx again ;)
--
- Moderated by:
- Support
