Jump to content

DrMath

Recommended Posts

Hey guys! I am trying to create a script to "promote" all my members at once based on some forum measurements. Here is my code (pastebin).

 

I don't know what is wrong. The page is blank and won't even load. :( Please help.

 

http://pastebin.com/aZeKq1Zw

 

Note: This is within the vBulletin 4.2.2 framework.

Link to comment
https://forums.phpfreaks.com/topic/289229-array-issue/
Share on other sites

You need to turn on error_reporting in you php.ini file.  Then put this at the top of the page

error_reporting(E_ALL);

Then it will show you the error the script is throwing and causing it not to load.  A quick glance at your script I would guess that you are missing a closing } somewhere.

Link to comment
https://forums.phpfreaks.com/topic/289229-array-issue/#findComment-1482979
Share on other sites

Back with another issue with this code. I made a page that does this, and a cron-jon for vbulletin (automatic job) that runs every evening. The page works perfectly, but the scheduled task (cron page) makes everyone have the same additional groups. Codes below:

 

 

Manual page: http://pastebin.com/1yW9iQrb

 

Automaticly Run Page: http://pastebin.com/DcuiPm9X

Link to comment
https://forums.phpfreaks.com/topic/289229-array-issue/#findComment-1483000
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.