vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   viPortfolio 1.2.6 Beta Release (https://vborg.vbsupport.ru/showthread.php?t=41691)

TeddyBare69 08-03-2002 09:55 PM

Minifreunde,
In the install directions there is a reference to two other files. the viPortfolio.profile.directions.html and viPortfolio.paperc.directions.html. The only option with those is to manual install them. You have to edit both php files and templates. You can start with http://{yoursite}/viPortfolio.php?userid=1 to see if things are working.

TeddyBare69 08-04-2002 02:44 AM

In the last couple hours I have read more about GD and graphics than I ever wanted to know :)

Hopefully this will fix it.

This fix only updates the viPortfolio.php file. I am attaching a zip file with just that php file in it. If you could extract this one over the previous one and verify that you now have version 1.0.5.

There are some errors in this version. I haven't not pinpointed the exact cause yet. I get error messages saying: Cannot allocate palotte or Cannot allocate colors. Then a try a different image of the same type and it works fine.

I still have not found out why people are not see the thumbnail images instead seeing a broken link. I am still hopeing the thumbnail creation and the broken links are related.

For those a little hesitant that I even have it running on my server ;) My test server is Portfolio Test Server This url will not be valid for very long. I randomly get a new ip address and even more frequently install and uninstall the portfolio. I will leave this available for the next few days though.

TeddyBare69 08-04-2002 02:51 AM

Here is the real version 1.0.5

Kars10 08-04-2002 08:08 AM

Hello Teddy!
Ok if checked youre instruction, and now i see the upload.
The Admin-CP Settings are currently hidden?? I donĀ“t know what can the Problem be.
When i tried to upload a file, this is the result!

Kars10 08-04-2002 08:11 AM

Heres a Screenshot from Phpmyadmin. You see the Pic is saved there...

Kars10 08-04-2002 08:20 AM

And here is the result when i click on the link directly after the upload-options. My Filesize is about 9 k i think....

Kars10 08-04-2002 08:25 AM

Here is my admin-cp....you see, the options?? :confused:

TeddyBare69 08-04-2002 08:57 AM

This is great. I can help fix almost every one of thse problems. ;)

1. Control Panel Settings. Since the settings are already in the table that means you must have ran install_settings.sql. Great. I added additional manual steps to complete the settings update.
Brief directions: Settings won't show until there is a value greater than 0 in the displayorder field. populate that field with a value (I picked max(displayorder) and you are done.
Long directoins:
1. Execute the following query
SELECT MAX(DISPLAYORDER) FROM SETTINGGROUP;
2. Add 1 to the number that is shown and replace the words <i>{highnumber}</i> with the displayed number + 1:
UPDATE SETTINGGROUP SET displayorder=<i>{highnumber}</i> WHERE title LIKE 'viPortfolio%';


What you see after you have uploaded your image is the major issue everybody but me has been getting. That has been part of the reason it hasn't been fixed. I am having an extremely difficult time recreating the problem. Right now there is no fix.

the error message is incorrect. Every time I fix it it somehow gets overwritten by the time I upload to the server. I have gremlins here ;) So here is the fix, I am going to make sure it will also be fixed in the next release.

open the viPortfolio.php file. On the 6th line you will see
$message="
You have exceeded the 75k file upload limit. If you are
having difficulties optimizing your files, we have multiple
people ready with helpful suggestions.
Thank you.
";

replace everything from line 6 thru line 11 with the following line:

$message = $msg;

This will get you more accurate error message.

Kars10 08-04-2002 09:43 AM

Quote:

[i]1. Control Panel Settings. Since the settings are already in the table that means you must have ran install_settings.sql. Great. I added additional manual steps to complete the settings update.
Brief directions: Settings won't show until there is a value greater than 0 in the displayorder field. populate that field with a value (I picked max(displayorder) and you are done.
Long directoins:
1. Execute the following query
SELECT MAX(DISPLAYORDER) FROM SETTINGGROUP;
2. Add 1 to the number that is shown and replace the words <i>{highnumber}</i> with the displayed number + 1:
UPDATE SETTINGGROUP SET displayorder=<i>{highnumber}</i> WHERE title LIKE 'viPortfolio%';[/B]
I have alright done this. But it dosen?t help me. Ive see the Link in the CP, and when i click i get the result from the last Screenshot...
I Promise i did all you explain... :ermm:

TeddyBare69 08-04-2002 11:48 AM

Quote:

Originally posted by Minifreunde


I have alright done this. But it dosen?t help me. Ive see the Link in the CP, and when i click i get the result from the last Screenshot...
I Promise i did all you explain... :ermm:

Never once thought you were trying to pull a fast one on me :o All this time you are thinking you are going to get a 50% discount on the cost of the software :nervous: Little did you know it was free :classic:

I believed you sooooo much that I went back and double checked what I wrote and then reread what the installer was doing and you are absolutely correct.

I missed a third step. Thanks for being persistant! :)

UPDATE setting SET settinggroupid = <i>{highnumber}</i> WHERE settinggroupid = 65534

Sorry about the frustration and I will try and keep my simple mistakes at a minimum so we can actually get this working. :rambo:


All times are GMT. The time now is 11:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01098 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete