Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Closed Thread
Thread Tools
  #121  
Old 9th April 2008, 15:01
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default Re: Yuna Scatari v2.0 PRE7 RC0
so changing config to CONFIG worked for the verification?

because the verification only checks two things that /include/init.php exists and /CONFIG/THEME exists so it looks like a chmod error
  #122  
Old 9th April 2008, 15:11
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
1. Verification is one thing - I do not know what is not good with function version_check.
I have bypassed it.

2. Name CONFIG in upper case letters is not recognizable by installer during file access check. All positions witch CONFIG and CONFIG/xxxx have big exclamation sign.

When I changed name to config, all procedure works fine.
All necessary files and folders were chmoded propperly first.

After that there was not significant problems more

EDIT: And finally, after uploading torrent, this:
Code:
Failure: Tracker error (1)
Torrent uploaded on tracker without problems, but after re-downloading to client there is error as above.
  #123  
Old 9th April 2008, 16:29
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default Re: Yuna Scatari v2.0 PRE7 RC0
aha! figured it out!!! sorry to say but drop the database go into the install file delete fresh.sql and rename tse.sql to fresh.sql the latest sql might help you out a little bit ;)
  #124  
Old 9th April 2008, 17:04
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
Yeah!! All previous problems are ok. But there are new ones:

In my own userdetails (and ONLY in my own)

1.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/include/functions.php on line 710

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/include/functions.php on line 711

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/include/functions.php on line 712

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/include/functions.php on line 713

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.webperoni.de/httpdocs/include/functions.php on line 714
2.
Code:
Join date:	01.01.1970 01:33:28 (1996 week ago)
Last seen	09.04.2008 18:06:41 (< 1 Minute ago)
BTW, why SysOp's ID is 11? Was 'fresh' sql not so fresh? :)

Next problems - with Avatar. It is possibility to upload own image:

1. When you try to upload some .gif image:

Code:
Image processing failed
Sorry, the uploaded gif failed processing. Try resaving the image in a graphic editor. Thanx
There is no matter how big is this image. Every .gif produce this info. Probabely problems with resizing procedure.

2. When you try to upload .jpg image, you got SQL error:
[code]Error in SQL
The response from the server MySQL: Table 'bola_base.bitbucket' doesn't exist

  #125  
Old 11th April 2008, 23:37
icsterm icsterm is offline
Member
 
Join Date: Apr 2008
Posts: 1
Default Re: Yuna Scatari v2.0 PRE7 RC0
hi to all,

please help installing via the included php installer.

I renamed CONFIG folder to config, worked untill step 2 where it returns

Code:
Cannot open file [DATABASE] to save info!.
Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.

chmod 777 CONFIG (config directory).
chmod 777 CONFIG/main (the file which save the main settings).
I tried importing SQL from tse.sql, tried to rename to fresh.sql, i chmoded all needed files/folders to 777, i checked database connection working fine, tried renaming DATABASE to database, nothing

Please help me with any advise, some complete tutorial on installing this script :blink:

Thank you :smoke:
  #126  
Old 12th April 2008, 00:05
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
Quote:
Originally Posted by icsterm
Code:
Cannot open file [DATABASE] to save info!.
Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.

chmod 777 CONFIG (config directory).
chmod 777 CONFIG/main (the file which save the main settings).
Be sure so folder /config/ is chmoded to 0777
Be sure so file /config/DATABASE (and all files in this folder including DATABASE and MAIN) are chmoded to 0777
Be sure that means go to this files on server AND CHECK

Quote:
Originally Posted by icsterm
I tried importing SQL from tse.sql, tried to rename to fresh.sql, i chmoded all needed files/folders to 777, i checked database connection working fine, tried renaming DATABASE to database, nothing

Please help me with any advise, some complete tutorial on installing this script :blink:

Thank you :smoke:
Renaming file tse.sql to fresh.sql is vital. But you have to be carefull to not switch files two times :). Best way now when you done so many things and cannnot be sure which is right, is to delete any .sql file from /install/ folder and unpack from installation pack only file tse.sql to the /installation/ folder. Then rename it to fresh.sql.

Good luck and let me now how it works.
  #127  
Old 12th April 2008, 00:49
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default Re: Yuna Scatari v2.0 PRE7 RC0
created a linux server and have testing and readjusted for linux + windows :) fixed installer issues i believe, working on the avatar system now have removed bitbucket as it is not needed and have readjusted the old avatar system, only working on it slow as i have to pay more attention to my girlfriend and to my work so will release another version hopefully within the next week till then keep up hope! i havent left yas ;)
  #128  
Old 12th April 2008, 01:04
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
THX. Whole bitbucket system can be changed. I myself attached to YSE RC6 which I use, another bitbucket system and it works good enough. I not insist on this or that kind manner of storing avatar images. But I want to ask another question - if it reasonable to store on server all torrent pictures? Isn't it better to use only links to images in net? I must confess, so I was used to this solution and I like it better than current one. Specially when I discover so deleting of old torrents is not so exact as one can think and if old torrents stay, then stay their images. A lot of place is used without good reason. So maybe it will be good to make alternative possibilities - local images OR from somewhere in net.
Anyway thanks for now and we are looking for more , BoLaMn !! :)
  #129  
Old 12th April 2008, 09:00
50Cent 50Cent is offline
Senior Member
 
Join Date: Mar 2008
Posts: 23
Default Re: Yuna Scatari v2.0 PRE7 RC0
hi can anybody help me?
this is my install problem:

Code:
Installation ERROR!
STEP: ERROR! (0/6)
Please upload new files first.

REQUIRED Yuna Pre7
greetz :cry:
  #130  
Old 12th April 2008, 10:15
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
Quote:
Originally Posted by 50Cent
hi can anybody help me?
this is my install problem:

Code:
Installation ERROR!
STEP: ERROR! (0/6)
Please upload new files first.

REQUIRED Yuna Pre7
greetz :cry:
In code uploaded on server find folder /CODE/ and change it's name to /code/
(it should be in lower case letters)

Do not forget to delete file /install/fresh.sql and change name of the file /install/tse.sql
to fresh.sql to avoid further problems.
Be sure so all necessary folders and files are chmoded to 777
Closed Thread

Tags
pre7 , rc0 , rc1 , scatari , v20 , yuna


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
blank pm page in yuna scatari v2.2 pre7 farshidkiani Yuna Scatari Edition (YSE) 2 4th December 2009 11:19
Problem with Yuna Scatari Edition PRE7 2.2 AneXA Yuna Scatari Edition (YSE) 2 26th October 2009 18:18
Yuna Scatari v2.2 PRE7 --vs--Nehalem? ampedm Yuna Scatari Edition (YSE) 7 25th March 2009 15:49
BlackJack for Yuna Scatari v2.0 PRE7 Kotafi Yuna Scatari Edition (YSE) 3 18th July 2008 14:23
Some Yuna Scatari v2.0 PRE7 RC2 shoutbox questions 3v0 Yuna Scatari Edition (YSE) 6 18th June 2008 01:52



All times are GMT +2. The time now is 21:15. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.