Webmastersite.net
Register Log In

197 matching results for "gemini":

Sort by
Topic Title Author Comment Text Created Forum
Attached images do not appear gemini No I didn't see it in my browser.. may be someone else did.. I just checked my error log to if there are any errors related to this upgrade. I don't know how to debug it to get it right. Jul 28, 2005 - 7:53 AM Paid Scripts Support
custom templates with hyphen gemini strange.. I created a new template called submission-rules and when I tried to save some code into it, it bought up the follorin error:



Warning: fopen(../templates/ibs2/custom/submission/rules.tpl): failed to open stream: No such file or directory in /home/ibsteam/public_html/wsnlinks/filefunctions.php on line 314 Warning: fwrite(): supplied argument is not a valid stream resource in /home/ibsteam/public_html/wsnlinks/filefunctions.php on line 315

Warning: fwrite(): supplied argument is not a valid stream resource in /home/ibsteam/public_html/wsnlinks/filefunctions.php on line 316

Warning: fclose(): supplied argument is not a valid stream resource in /home/ibsteam/public_html/wsnlinks/filefunctions.php on line 317
WSN Links 3.20 Admin Panel

Could not save changes: you must chmod 666 or 777 the template files.

Continue

Logout | Browse Categories | Member List
7 total queries
This page was created in 0.66 seconds



looks like it is rewriting the path to the file not the same way as it was in 3.15 I tried just to open and save already existing template with - in its name and got the same error.

I created new file with the underscore symbol and had no problems saving it. What do I do wrong?
Jul 27, 2005 - 9:55 PM Paid Scripts Support
Attached images do not appear gemini I was trying to do $debug = 1; but it didn't help - I'm not getting any messages.. I checked my error log and found that comments.php was giving 403 - chmoded it to 666, than to 777 - didn't help - switched back to what it was. Any ideas on how I can debug this?
Jul 27, 2005 - 3:58 PM Paid Scripts Support
can not reject suggested category gemini similar situation with edit suggestions - can not edit listing that was edited - it stays the same. Jul 26, 2005 - 7:26 PM Paid Scripts Support
can not attach file to a link gemini no, I setted 1 attachment and even 2 for the admin group just to see if it changes anything.. result is still the same. Jul 26, 2005 - 7:09 PM Paid Scripts Support
Attached images do not appear gemini actually I did - it was a link on the buttom of the page after the upgrade was done. Any ideas on how I can re-do it since upgrade.php page doesn't show up for me anymore? Jul 26, 2005 - 7:03 PM Paid Scripts Support
can not reject suggested category gemini I have suggested category - tried to reject it, but it didn't do it. No error messeges - it says category has been rejected, but it still in the list. I tried deting it through the edit - the same thing. Jul 26, 2005 - 5:03 PM Paid Scripts Support
can not attach file to a link gemini gives me a message that I can attach only 0 files. I allowed all member groups to attach files and still can't get it to work.

Also, when submitting a link and making preview - it takes out attaching file path, and member registration data
Jul 26, 2005 - 12:29 PM Paid Scripts Support
closing </IF> missing gemini Got a message from postreply.php that closing </IF> was missing.

Looked in the source and added </IF> at the end of this block:

<IF {THISMEMBERGROUPCANUPLOAD}>
<tr>
<td class="labelscolumn" width="20%"><span class="labels">Attach Files:</span></td>
<td class="optionscolumn" width="80%">
<IF {COMMENTNUMATTACHMENTS} is less than {THISMEMBERGROUPATTACHPERPOST}><input type="file" name="filefield"> <input type="submit" name="uploadattachment" value="Attach" class="button"></IF>

<IF {COMMENTNUMATTACHMENTS}>
<br>Current Attachments:<br>
<!-- BEGIN ATTACHMENTS -->
<input type="checkbox" name="attachdelete[]" value="{ATTACHID}"> {ATTACHFILETITLE} ({ATTACHKB} KB)<br>
<!-- END ATTACHMENTS -->
<input type="submit" name="attachdeletion" value="Delete Selected" class="button">
</IF>
</td>
</tr>
</IF>
Jul 26, 2005 - 10:32 AM Paid Scripts Support
Attached images do not appear gemini Okay, I looked at the new displaylinks template and I see that it has reference to {ATTACHID} which probably is the id field in the attachments table - the table is emply right now.. what do I do? I don't know which image belongs to which id.. looks like the filename column in the links table has been dropped - it is emply too.. I was showing thumbnails as

src="attachments/{LINKFILENAME}"

now I have no records of them..

any suggestions?
Jul 26, 2005 - 10:12 AM Paid Scripts Support
Upgrade problems gemini Well, looks like I can't turn back - whenever I run upgrade.php again it gives me blank page now.

Since I created all the new tables - I didn't do them by hand, I ran your SQL just for the missing tables - you had a list of missing tables un the main upgrade page, so when I finished with the tables the list was empty. Than, when I ran upgrade, I also did the attachments (don't know why the avatars didn't move to the avatar folder though) - I figured the config.php was supposed to be altered with the new tables, but it wasn't and I still was getting the same MySQL error. Basically I copied your table list from the config.php.txt into my config.php without altering the database connection info and the MySQL error disappeared.

I don't see any reasons for any "long-lasting problems" since I haven't done any alterations from myself - everything looks like in order now. Correct me if I'm wrong, please.

Thanks a lot for the upgrade and your help smiling face
Jul 26, 2005 - 9:15 AM Paid Scripts Support
Attached images do not appear gemini I have a filename field in the links table and I was showing thumbnail/logo for some links - the column is emplty now and I don't see any other tables carying the same data. I still see the files in the attachments folder... Jul 26, 2005 - 8:15 AM Paid Scripts Support
Upgrade problems gemini mod_gzip became turned off after the upgrade.. I turned it on by writing

php_value output_handler ob_gzhandler

in the .htaccess file. Still loading time at least twice longer than it was before the upgrase :-/ - any ideas?
Jul 25, 2005 - 11:31 PM Paid Scripts Support
Attached images do not appear gemini None of the attached images appearing in the listings. Looks like the template variable {LINKFILENAME} hasn't been changed.. don't know what's the problem. Jul 25, 2005 - 11:29 PM Paid Scripts Support
View Profile gemini It shows template variables instead of the list of link submitted by member and the pagination.


Profile of editor

E-Mail: Send an E-mail to editor

Registered: Dec 24, 2003

User group: admin

Rating: 722.04

Links Submitted: 547 links

Comments Posted: 0

Most recent links:

Page: {TOPLIST1PREVIOUS} {TOPLIST1CURRENTPAGE} {TOPLIST1NEXT}
[Find all links submitted by editor]

Most recent comments:

Page: {TOPLIST2PREVIOUS} {TOPLIST2CURRENTPAGE} {TOPLIST2NEXT}
[Find all comments posted by editor]


Also, whenever I click on any of the Find all links/comments... hyperlinks - it logs me off and says that I don't have rights to view.. I have to login again, but it does it again all over.
Jul 25, 2005 - 11:17 PM Paid Scripts Support
Narrow results to results containing

Link to these search results